Skip to content

Commit 3912318

Browse files
committed
run automake and run autoconf in libzend
1 parent 1390ead commit 3912318

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

buildconf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#!/bin/sh
22

33
./scripts/preconfig
4+
if test -f mkinstalldirs; then
5+
automake
6+
else
7+
automake --add-missing
8+
fi
49
aclocal
510
autoconf
11+
(cd libzend;autoconf)
12+

0 commit comments

Comments
 (0)