summaryrefslogtreecommitdiff
path: root/scripts/preconfig
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-04-21 13:47:05 +0000
committerStig Bakken <ssb@php.net>1999-04-21 13:47:05 +0000
commit02f9dc6460ee3e2ee996cb268a253d71a56ada51 (patch)
tree5fa117ddfcc89d4acbebf461c7b32e20d98eef42 /scripts/preconfig
parent9003b9a261de4b4156e56d538fe34c17ae088ef2 (diff)
downloadphp-git-02f9dc6460ee3e2ee996cb268a253d71a56ada51.tar.gz
autoheader must be called after autoconf, automake after autoheader
Diffstat (limited to 'scripts/preconfig')
-rwxr-xr-xscripts/preconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/preconfig b/scripts/preconfig
index 40d182d8f0..dbba3147c3 100755
--- a/scripts/preconfig
+++ b/scripts/preconfig
@@ -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