Skip to content
Snippets Groups Projects
Commit 3104ff73 authored by Christian Engwer's avatar Christian Engwer
Browse files

add local m4 directory to ACLOCAL_FLAGS, if the dir exists. This fixes

Dan's reconfigure problem.

[[Imported from SVN: r6253]]
parent afc9bdf5
No related branches found
No related tags found
No related merge requests found
......@@ -354,6 +354,9 @@ run_default_configure () {
PARAMS="$CMD_FLAGS"
if test -x configure; then
ACLOCAL_FLAGS="-I ."
if test -d "m4"; then
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4"
fi
MY_MODULES=
# get dependencies & suggestions
sort_modules $module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment