8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

restored lost code to create m4 directory

This commit is contained in:
alexpeshkoff 2009-02-27 15:01:14 +00:00
parent 0ce118cb2b
commit cc419a7817

View File

@ -45,6 +45,11 @@ if test -z "$*" -a x$NOCONFIGURE = x; then
echo
fi
if [ ! -d m4 ]; then
rm -rf m4
mkdir m4
fi
echo "Running autoreconf ..."
$AUTORECONF --install --force --verbose || exit 1