run automake and run autoconf in libzend

This commit is contained in:
Stig Bakken 1999-04-19 08:07:20 +00:00
parent 1390eadc14
commit 3912318923

View File

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