git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* Friend declaration is no declaration 11.4/9.
[ginac.git]
/
ginac.m4
diff --git
a/ginac.m4
b/ginac.m4
index 36c3d8b021f9a63f31cb149f3427fd59290e2fcc..3e36e00f792f1921ca4ca76b87c87822be7c5dc8 100644
(file)
--- a/
ginac.m4
+++ b/
ginac.m4
@@
-14,11
+14,11
@@
AC_DEFUN([AM_PATH_GINAC],
[dnl
dnl Get the cppflags and libraries from the ginac-config script
dnl
[dnl
dnl Get the cppflags and libraries from the ginac-config script
dnl
-AC_ARG_WITH(ginac-prefix,
[ --with-ginac-prefix=PFX Prefix where GiNaC is installed (optional)]
,
+AC_ARG_WITH(ginac-prefix,
AC_HELP_STRING([--with-ginac-prefix=PFX], [Prefix where GiNaC is installed (optional)])
,
ginac_prefix="$withval", ginac_prefix="")
ginac_prefix="$withval", ginac_prefix="")
-AC_ARG_WITH(ginac-exec-prefix,
[ --with-ginac-exec-prefix=PFX Exec prefix where GiNaC is installed (optional)]
,
+AC_ARG_WITH(ginac-exec-prefix,
AC_HELP_STRING([--with-ginac-exec-prefix=PFX], [Exec prefix where GiNaC is installed (optional)])
,
ginac_exec_prefix="$withval", ginac_exec_prefix="")
ginac_exec_prefix="$withval", ginac_exec_prefix="")
-AC_ARG_ENABLE(ginactest,
[ --disable-ginactest Do not try to compile and run a test GiNaC program]
,
+AC_ARG_ENABLE(ginactest,
AC_HELP_STRING([--disable-ginactest], [Do not try to compile and run a test GiNaC program])
,
, enable_ginactest=yes)
if test x$ginac_exec_prefix != x ; then
, enable_ginactest=yes)
if test x$ginac_exec_prefix != x ; then