changed: sync with renaming to opm-common

This commit is contained in:
Arne Morten Kvarving 2015-09-08 10:34:45 +02:00
parent 21ca5336e4
commit f1feae7a9d

4
configure vendored
View File

@ -6,7 +6,7 @@ src_dir=$(dirname $0)
mod_dir= mod_dir=
for OPT in "$@"; do for OPT in "$@"; do
case "$OPT" in case "$OPT" in
--with-opm-cmake=*) --with-opm-common=*)
# remove everything before equal sign and assign the rest # remove everything before equal sign and assign the rest
mod_dir=${OPT#*=} mod_dir=${OPT#*=}
# tilde expansion; note that doing eval may have side effects # tilde expansion; note that doing eval may have side effects
@ -27,7 +27,7 @@ fi
# terminate with error message here if the module directory is not found # terminate with error message here if the module directory is not found
if [ ! -r "$mod_dir/$conf_file" ]; then if [ ! -r "$mod_dir/$conf_file" ]; then
echo Build macros not located in \"$mod_dir\", use --with-opm-cmake= to specify! 1>&2 echo Build macros not located in \"$mod_dir\", use --with-opm-common= to specify! 1>&2
exit 1 exit 1
fi fi