build: make autogen.sh use autoreconf -if

* autogen.sh: Use "autoreconf -if" instead of open-coding it with
manual and unconditional invocation of each separate tool.
This commit is contained in:
Jim Meyering
2009-07-10 13:39:28 +02:00
parent 13709bdbf8
commit e335b2ca90
+1 -7
View File
@@ -57,13 +57,7 @@ fi
# Automake requires that ChangeLog exist.
touch ChangeLog
autopoint --force
#rm -rf m4
libtoolize --copy --force
aclocal -I m4 -I gnulib/m4
autoheader
automake --add-missing
autoconf
autoreconf -if
cd $THEDIR