diff options
author | Stig Bakken <ssb@php.net> | 1999-04-21 14:07:07 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-21 14:07:07 +0000 |
commit | f8fe0ad29cbc860452b12aee51aeebe2c34450a1 (patch) | |
tree | 6cdcc90428351a9733866477877ea0a455804e0c /buildconf | |
parent | a9d3d0832afec1805c6736e89da90b36a7200ce6 (diff) | |
download | php-git-f8fe0ad29cbc860452b12aee51aeebe2c34450a1.tar.gz |
move automake back to before autoconf
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -11,6 +11,10 @@ else echo created or modified aclocal.m4 fi +autoheader + +automake --add-missing --include-deps + mv configure configure.old 2>/dev/null autoconf if cmp configure.old configure > /dev/null 2>&1; then @@ -20,8 +24,5 @@ else echo created or modified configure fi -autoheader -automake --add-missing --include-deps - cd libzend; ./buildconf |