mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
autotools: Fix pkg.m4 check
This commit is contained in:
parent
c4d8343b7c
commit
fd099dd8dc
@ -64,8 +64,7 @@ if [ ! -d $srcdir/m4 ]; then
|
|||||||
mkdir $srcdir/m4
|
mkdir $srcdir/m4
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Replaced by autoreconf below
|
aclocal
|
||||||
autoreconf -if -Wall || exit 1
|
|
||||||
|
|
||||||
if ! grep -q pkg.m4 aclocal.m4; then
|
if ! grep -q pkg.m4 aclocal.m4; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
@ -76,6 +75,8 @@ EOF
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
autoreconf -if -Wall || exit 1
|
||||||
|
|
||||||
cd $THEDIR
|
cd $THEDIR
|
||||||
|
|
||||||
if test x$OBJ_DIR != x; then
|
if test x$OBJ_DIR != x; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user