mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Autogen.sh needs to create m4 directory
* autogen.sh: create m4 directory if not already existing
This commit is contained in:
parent
f61ba8d0ce
commit
bdf24b9f9b
@ -46,6 +46,10 @@ if test -z "$*"; then
|
||||
echo "to pass any to it, please specify them on the $0 command line."
|
||||
fi
|
||||
|
||||
if [ ! -d $srcdir/m4 ]; then
|
||||
mkdir $srcdir/m4
|
||||
fi
|
||||
|
||||
# Replaced by autoreconf below
|
||||
#libtoolize --copy --force
|
||||
#aclocal $ACLOCAL_FLAGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user