From: Jim Meyering Date: Fri, 10 Jul 2009 10:06:36 +0000 (+0200) Subject: build: make autogen.sh use autoreconf -if X-Git-Tag: v0.7.0~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e335b2ca907e7f502658879ec9084fea4009a375;p=thirdparty%2Flibvirt.git 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. --- diff --git a/autogen.sh b/autogen.sh index c026112d21..e6bde33aec 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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