summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildconf7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index a2c3c1eb7f..c6fc687348 100755
--- 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)
+