run autoheader

git-svn-id: https://svn.musicpd.org/mpd/trunk@272 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-03-18 03:36:55 +00:00
parent 91450723b2
commit 4e422a7fbd
1 changed files with 4 additions and 5 deletions

View File

@ -94,11 +94,6 @@ if test "$DIE" -eq 1; then
exit 1
fi
if test -z "$*"; then
echo "I am going to run ./configure with no arguments - if you wish "
echo "to pass any to it, please specify them on the $0 command line."
fi
echo "Generating configuration files for $package, please wait...."
if [ -d /usr/local/share/aclocal ]; then
@ -122,6 +117,8 @@ autoconf
cd src/libid3tag
echo " [src/libid3tag] $ACLOCAL $ACLOCAL_FLAGS"
$ACLOCAL $ACLOCAL_FLAGS
echo " [src/libid3tag] autoheader"
autoheader
echo " [src/libid3tag] $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
$AUTOMAKE --add-missing $AUTOMAKE_FLAGS
echo " [src/libid3tag] autoconf"
@ -131,6 +128,8 @@ cd ../..
cd src/libmad
echo " [src/libmad] $ACLOCAL $ACLOCAL_FLAGS"
$ACLOCAL $ACLOCAL_FLAGS
echo " [src/libmad] autoheader"
autoheader
echo " [src/libmad] $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
$AUTOMAKE --add-missing $AUTOMAKE_FLAGS
echo " [src/libmad] autoconf"