Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
d6624b602e
2 mainītis faili ar 3 papildinājumiem un 9 dzēšanām
  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
-