1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

autoheader must be called after autoconf, automake after autoheader

This commit is contained in:
Stig Bakken
1999-04-21 13:47:05 +00:00
parent 9003b9a261
commit 02f9dc6460
2 changed files with 3 additions and 7 deletions

View File

@@ -2,12 +2,6 @@
./scripts/preconfig
if test -f mkinstalldirs; then
automake
else
automake --add-missing
fi
mv aclocal.m4 aclocal.m4.old 2>/dev/null
aclocal
if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
@@ -26,5 +20,8 @@ else
echo created or modified configure
fi
autoheader
automake --add-missing --include-deps
cd libzend; ./buildconf

View File

@@ -19,7 +19,6 @@ if test "$confighfiles" != "ext/*/config.h.stub"; then
fi
if ! cmp acconfig.h acconfig.h.new > /dev/null 2>&1; then
mv acconfig.h.new acconfig.h
autoheader
else
rm -f acconfig.h.new
fi