mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
restored lost code to create m4 directory
This commit is contained in:
parent
0ce118cb2b
commit
cc419a7817
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user