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

Change dir to $THEDIR after ACLOCAL_PATH check

autoreconf creates aclocal.m4 in $srcdir
This commit is contained in:
Vitaly Buka 2018-08-23 20:42:23 +00:00
parent b6ab8b449c
commit 19f5efd677

View File

@ -67,8 +67,6 @@ fi
# Replaced by autoreconf below
autoreconf -if -Wall
cd $THEDIR
if ! grep -q pkg.m4 aclocal.m4; then
cat <<EOF
@ -78,6 +76,8 @@ EOF
exit 1
fi
cd $THEDIR
if test x$OBJ_DIR != x; then
mkdir -p "$OBJ_DIR"
cd "$OBJ_DIR"