diff options
| author | Vincent Richard <[email protected]> | 2008-10-19 16:37:21 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2008-10-19 16:37:21 +0200 |
| commit | 3c8a495868f8c56372207c8c09f35c61db87f262 (patch) | |
| tree | a1bdf3499d48c1341db8dfdfbf191ea701000c2b /bootstrap | |
| parent | Removed automake version check. (diff) | |
| download | vmime-3c8a495868f8c56372207c8c09f35c61db87f262.tar.gz vmime-3c8a495868f8c56372207c8c09f35c61db87f262.zip | |
Fixed autotools support.
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) \ |
