mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-19 14:50:07 +03: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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user