]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: make autogen.sh use autoreconf -if
authorJim Meyering <meyering@redhat.com>
Fri, 10 Jul 2009 10:06:36 +0000 (12:06 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 10 Jul 2009 11:39:28 +0000 (13:39 +0200)
* autogen.sh: Use "autoreconf -if" instead of open-coding it with
manual and unconditional invocation of each separate tool.

autogen.sh

index c026112d215c1338fa79ebb37a0ecf1d6493d8c8..e6bde33aece8f34f9cebf4d76a6eda2e2b02f919 100755 (executable)
@@ -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