merge: use autoreconf
authorVincent Torri <vincent.torri@gmail.com>
Thu, 27 Sep 2012 04:40:36 +0000 (04:40 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Thu, 27 Sep 2012 04:40:36 +0000 (04:40 +0000)
raster, please: be constructive: if it does not work for you, what about giving the error ?

SVN revision: 77125

autogen.sh

index eec465e..63a5383 100755 (executable)
@@ -3,11 +3,7 @@
 rm -rf autom4te.cache
 rm -f aclocal.m4 ltmain.sh
 
-echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
-echo "Running autoheader..." ; autoheader || exit 1
-echo "Running autoconf..." ; autoconf || exit 1
-echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
-echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
+autoreconf -vif
 
 if [ -z "$NOCONFIGURE" ]; then
        ./configure -C "$@"