mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +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:
parent
13709bdbf8
commit
e335b2ca90
@ -57,13 +57,7 @@ fi
|
|||||||
# Automake requires that ChangeLog exist.
|
# Automake requires that ChangeLog exist.
|
||||||
touch ChangeLog
|
touch ChangeLog
|
||||||
|
|
||||||
autopoint --force
|
autoreconf -if
|
||||||
#rm -rf m4
|
|
||||||
libtoolize --copy --force
|
|
||||||
aclocal -I m4 -I gnulib/m4
|
|
||||||
autoheader
|
|
||||||
automake --add-missing
|
|
||||||
autoconf
|
|
||||||
|
|
||||||
cd $THEDIR
|
cd $THEDIR
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user