Ticket #1268: patch-autogen.sh

File patch-autogen.sh, 361 bytes (added by lomion@…, 20 years ago)

patch for autogen.sh

Line 
1--- autogen.sh.orig     Sat Dec  6 19:11:19 2003
2+++ autogen.sh  Sat Dec  6 19:14:07 2003
3@@ -24,7 +24,7 @@
4 aclocal
5 
6 echo "running libtoolize"
7-libtoolize --automake
8+glibtoolize --automake
9 
10 echo "running automake"
11 automake --foreign --add-missing
12@@ -33,6 +33,6 @@
13 autoconf
14 
15 # and finally invoke our new configure
16-./configure $*
17+#./configure $*
18 
19 # end