Some reorganization for libtool updates (version 1.4 is now supported).

Added --with-debug parameter for configure.
This commit is contained in:
Jaroslav Kysela 2001-07-30 11:56:46 +00:00
parent b67957a08f
commit 66293bc48a
10 changed files with 22 additions and 6760 deletions

View file

@ -1,8 +1,9 @@
#!/bin/bash
rm -f libtool ltmain.sh config.guess config.sub
aclocal $ACLOCAL_FLAGS
autoheader
automake --foreign
automake --foreign --copy --add-missing
autoconf
export CFLAGS='-O2 -Wall -W -pipe -g'
echo "CFLAGS=$CFLAGS"