]> granicus.if.org Git - php/commitdiff
run automake and run autoconf in libzend
authorStig Bakken <ssb@php.net>
Mon, 19 Apr 1999 08:07:20 +0000 (08:07 +0000)
committerStig Bakken <ssb@php.net>
Mon, 19 Apr 1999 08:07:20 +0000 (08:07 +0000)
buildconf

index a2c3c1eb7f687dfea61193fc9bf63e4e9c294702..c6fc687348ea917ca7081670a5ff9773236ba83c 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -1,5 +1,12 @@
 #!/bin/sh
 
 ./scripts/preconfig
+if test -f mkinstalldirs; then
+    automake
+else
+    automake --add-missing
+fi
 aclocal
 autoconf
+(cd libzend;autoconf)
+