From 3c8a495868f8c56372207c8c09f35c61db87f262 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 19 Oct 2008 14:37:21 +0000 Subject: Fixed autotools support. --- bootstrap | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 452861ab..457eaa8e 100755 --- a/bootstrap +++ b/bootstrap @@ -3,7 +3,8 @@ # Bootstrap file for 'autotools' build # -export WANT_AUTOCONF_2_5=1 +export WANT_AUTOCONF="latest" +export WANT_AUTOMAKE="1.9" export LANG=C rm -f aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh INSTALL @@ -39,6 +40,9 @@ if test $DIE = 0 ; then || (echo "[NO]" ; cat bootstrap.tmpout ; rm -f bootstrap.tmpout ; not_a_command >& /dev/null) || DIE=1 fi +# Bug with automake 1.10? +touch autotools/config.rpath + if test $DIE = 0 ; then echo -n "* Running automake... " ; (automake --add-missing --copy >& bootstrap.tmpout) \ && (echo "[OK]" ; cat bootstrap.tmpout ; rm -f bootstrap.tmpout) \ -- cgit