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
This commit is contained in:
timlinux 2005-04-27 14:49:37 +00:00
parent 3fa02515de
commit 44ac5937fd

View File

@ -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 $@