提交 e335b2ca 编写于 作者: J Jim Meyering

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.
上级 13709bdb
...@@ -57,13 +57,7 @@ fi ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册