summaryrefslogtreecommitdiff
path: root/m4/arts.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/arts.m4')
-rw-r--r--m4/arts.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/arts.m4 b/m4/arts.m4
index 2f4151a1a..7f0b624c5 100644
--- a/m4/arts.m4
+++ b/m4/arts.m4
@@ -9,11 +9,11 @@ AC_DEFUN(AM_PATH_ARTS,
[dnl
dnl Get the cflags and libraries from the artsc-config script
dnl
-AC_ARG_WITH(arts-prefix,[ --with-arts-prefix=PFX Prefix where ARTS is installed (optional)],
+AC_ARG_WITH(arts-prefix,[ --with-arts-prefix=PFX Prefix where ARTS is installed (optional)],
arts_prefix="$withval", arts_prefix="")
-AC_ARG_WITH(arts-exec-prefix,[ --with-arts-exec-prefix=PFX Exec prefix where ARTS is installed (optional)],
+AC_ARG_WITH(arts-exec-prefix,[ --with-arts-exec-prefix=PFX Exec prefix where ARTS is installed (optional)],
arts_exec_prefix="$withval", arts_exec_prefix="")
-AC_ARG_ENABLE(artstest, [ --disable-artstest Do not try to compile and run a test ARTS program],
+AC_ARG_ENABLE(artstest, [ --disable-artstest Do not try to compile and run a test ARTS program],
, enable_artstest=yes)
if test x$arts_exec_prefix != x ; then