summaryrefslogtreecommitdiff
path: root/buildconf
blob: c6fc687348ea917ca7081670a5ff9773236ba83c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

./scripts/preconfig
if test -f mkinstalldirs; then
    automake
else
    automake --add-missing
fi
aclocal
autoconf
(cd libzend;autoconf)