From: fredrik Date: Sat, 31 Mar 2007 16:24:40 +0000 (+0000) Subject: Add AUTOCONF_VERSION variable to bootstrap. X-Git-Tag: 0.3~74 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=fbf86ffafe2d710f3b78ea442b3b5ce300030301 Add AUTOCONF_VERSION variable to bootstrap. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@863 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/bootstrap b/bootstrap index 1afe2dd..5b61e2c 100755 --- a/bootstrap +++ b/bootstrap @@ -1,3 +1,3 @@ #! /bin/sh -autopoint && aclocal$AUTOMAKE_VERSION -I m4 && autoheader && libtoolize --copy --force && automake$AUTOMAKE_VERSION --add-missing --copy && autoconf +autopoint && aclocal$AUTOMAKE_VERSION -I m4 && autoheader$AUTOCONF_VERSION && libtoolize --copy --force && automake$AUTOMAKE_VERSION --add-missing --copy && autoconf$AUTOCONF_VERSION