Sfoglia il codice sorgente

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 12 anni fa
parent
commit
d6624b602e
2 ha cambiato i file con 3 aggiunte e 9 eliminazioni
  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
-