1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 07:59:00 +00:00

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 12:06:36 +02:00
parent 13709bdbf8
commit e335b2ca90

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