mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
move automake back to before autoconf
This commit is contained in:
parent
02f9dc6460
commit
a9d3d0832a
1 changed files with 4 additions and 2 deletions
|
@ -9,6 +9,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
|
||||
|
@ -18,5 +22,3 @@ else
|
|||
echo created or modified configure
|
||||
fi
|
||||
|
||||
autoheader
|
||||
automake --add-missing --include-deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue