mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Change dir to $THEDIR after ACLOCAL_PATH check
autoreconf creates aclocal.m4 in $srcdir
This commit is contained in:
parent
b6ab8b449c
commit
19f5efd677
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user