From 44ac5937fd78349181d74cb45dd89fa821864345 Mon Sep 17 00:00:00 2001 From: timlinux Date: Wed, 27 Apr 2005 14:49:37 +0000 Subject: [PATCH] Remove changes inadvertantly committed wich force use of aclocal 1.8 and automake 1.8 git-svn-id: http://svn.osgeo.org/qgis/trunk@3240 c8812cc2-4d05-0410-92ff-de0c093fc19c --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 0192dfba604..9ef9570a908 100755 --- a/autogen.sh +++ b/autogen.sh @@ -101,10 +101,10 @@ if [ "$LT_ERROR" = "1" ]; then fi echo Configuring build environment for QGIS -aclocal-1.8 \ +aclocal \ && $LIBTOOLIZE --force --copy \ && autoheader --force -W all \ - && automake-1.8 --add-missing --foreign --copy \ + && automake --add-missing --foreign --copy \ && autoconf --force \ && echo Now running configure to configure QGIS \ && ./configure $@