Browse Source

autoheader must be called after autoconf, automake after autoheader

experimental/newoperator
Stig S. Bakken 28 years ago
parent
commit
9003b9a261
  1. 10
      Zend/buildconf

10
Zend/buildconf

@ -1,13 +1,5 @@
#!/bin/sh
if test -f mkinstalldirs; then
automake
else
automake --add-missing
fi
autoheader
mv aclocal.m4 aclocal.m4.old 2>/dev/null
aclocal
if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
@ -26,3 +18,5 @@ else
echo created or modified configure
fi
autoheader
automake --add-missing --include-deps
Loading…
Cancel
Save