Skip to content

Commit

Permalink
build: make autogen.sh use autoreconf -if
Browse files Browse the repository at this point in the history
* autogen.sh: Use "autoreconf -if" instead of open-coding it with
manual and unconditional invocation of each separate tool.
  • Loading branch information
Jim Meyering committed Jul 10, 2009
1 parent 13709bd commit e335b2c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e335b2c

Please sign in to comment.