Преглед на файлове

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 години
родител
ревизия
d6624b602e
променени са 2 файла, в които са добавени 3 реда и са изтрити 9 реда
  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
-