Skip to content
Snippets Groups Projects
Commit 2fce95bf authored by Markus Blatt's avatar Markus Blatt
Browse files

share/am was moved to share/dune-common/am

[[Imported from SVN: r604]]
parent 09444f3e
Branches
Tags
Loading
......@@ -44,8 +44,8 @@ for OPT in "$@"; do
if test -d "$OPT/share/aclocal"; then
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $OPT/share/aclocal"
fi
if test -d "$OPT/share/am"; then
am_dir="$OPT/share/am"
if test -d "$OPT/share/dune-common/am"; then
am_dir="$OPT/share/dune-common/am"
fi
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment