Rewrite autotools build system (new configure.ac, changes for various

Makefile.am and fixed m4 scripts). Could still need some fixes.
This commit is contained in:
cristiangreco
2009-09-10 02:22:13 +00:00
parent 8e068cb801
commit 2fd925a4ae
34 changed files with 1977 additions and 2133 deletions

View File

@@ -2,12 +2,15 @@
# $Id$
# The result of using "autoreconf -fi" should be identical to using this
# script.
set -e
set -x
aclocal -I m4
libtoolize -c -f
automake -a -c -f
autoconf
rm -Rf config.cache autom4te.cache
#${AUTOPOINT:-autopoint} -f
${LIBTOOLIZE:-libtoolize} -c -f || glibtoolize -c -f
${ACLOCAL:-aclocal} -I m4
${AUTOCONF:-autoconf}
#${AUTOHEADER:-autoheader}
${AUTOMAKE:-automake} -acf --foreign