Explorar o código

Use autoreconf for autogen.sh

Rename bootsrap.sh to autogen.sh. Probably this name more familiar. Use autoreconf for generation of autotools files.
Serj Kalichev %!s(int64=12) %!d(string=hai) anos
pai
achega
d6624b602e
Modificáronse 2 ficheiros con 3 adicións e 9 borrados
  1. 3 0
      autogen.sh
  2. 0 9
      bootstrap.sh

+ 3 - 0
autogen.sh

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+autoreconf -fvi

+ 0 - 9
bootstrap.sh

@@ -1,9 +0,0 @@
-#!/bin/sh
-
-mkdir -p aux_scripts m4
-libtoolize -c -i
-aclocal -I m4 --install
-autoheader
-automake -a -c
-autoconf
-