mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-26 08:32:20 +00:00
Fix autogen.sh to automatically include the local m4 directory, used as a
fallback if system-wide defs are not found.
This commit is contained in:
parent
7adb1cace9
commit
03833e4c56
@ -34,6 +34,10 @@ if test "$DIE" -eq 1; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -z "$ACLOCAL_FLAGS"; then
|
||||||
|
ACLOCAL_FLAGS="-I `aclocal --print-ac-dir` -I `dirname $0`/m4"
|
||||||
|
fi
|
||||||
|
|
||||||
aclocalinclude="$ACLOCAL_FLAGS"; \
|
aclocalinclude="$ACLOCAL_FLAGS"; \
|
||||||
(echo $_echo_n " + Running aclocal: $_echo_c"; \
|
(echo $_echo_n " + Running aclocal: $_echo_c"; \
|
||||||
aclocal $aclocalinclude; \
|
aclocal $aclocalinclude; \
|
||||||
|
Loading…
Reference in New Issue
Block a user