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

link to _that_ am directory where we find a dune-common.pc.in

[[Imported from SVN: r5187]]
parent 27741ca8
Branches
Tags
No related merge requests found
......@@ -48,7 +48,8 @@ for OPT in "$@"; do
echo "... merging $OPT/m4 into dune-all.m4"
cat "$OPT/m4/"*.m4 >> dune-all.m4
fi
if test \( -d "$OPT/am" \) -a ! \( -h "$OPT/am" \) ; then
if test -f "$OPT/dune-common.pc.in" ; then
# if test \( -d "$OPT/am" \) -a ! \( -h "$OPT/am" \) ; then
echo "Found am directory $OPT/am"
am_dir="$OPT/am"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment