Explorar el 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 hace 12 años
padre
commit
d6624b602e
Se han modificado 2 ficheros con 3 adiciones y 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
-