Ticket #1703: patch-autogen.sh
File patch-autogen.sh, 361 bytes (added by lomion@…, 21 years ago) |
---|
Line | |
---|---|
1 | --- autogen.sh.orig Sat Apr 3 17:44:13 2004 |
2 | +++ autogen.sh Sat Apr 3 17:44:32 2004 |
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 |