1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 03:55:04 +03:00

autotools: Fix pkg.m4 check

This commit is contained in:
Nick Wellnhofer 2024-06-24 20:37:39 +02:00
parent c4d8343b7c
commit fd099dd8dc

View File

@ -64,8 +64,7 @@ if [ ! -d $srcdir/m4 ]; then
mkdir $srcdir/m4
fi
# Replaced by autoreconf below
autoreconf -if -Wall || exit 1
aclocal
if ! grep -q pkg.m4 aclocal.m4; then
cat <<EOF
@ -76,6 +75,8 @@ EOF
exit 1
fi
autoreconf -if -Wall || exit 1
cd $THEDIR
if test x$OBJ_DIR != x; then