config/pac.m4
 configure

Changed bits and pieces of the configure help; still to be worked on.
stopcriterion
Salvatore Filippone 16 years ago
parent e7fe7f0bf1
commit 1ee07d1564

@ -260,8 +260,8 @@ AC_DEFUN([PAC_ARG_WITH_LIBS],
AC_MSG_CHECKING([whether additional libraries are needed])
AC_ARG_WITH(libs,
AC_HELP_STRING([--with-libs],
[List additional libraries here. For example, --with-libs=-lsuperlu
or --with-libs=/path/libsuperlu.a]),
[List additional link flags here. For example, --with-libs=-lspecial_system_lib
or --with-libs=-L/path/to/libs]),
[
LIBS="${withval} ${LIBS}"
AC_MSG_RESULT([LIBS = ${LIBS}])

6
configure vendored

@ -1269,9 +1269,9 @@ Optional Packages:
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-psblas The source directory for PSBLAS, for example,
--with-psblas=/opt/packages/psblas-2.2
--with-libs List additional libraries here. For example,
--with-libs=-lsuperlu or
--with-libs=/path/libsuperlu.a
--with-libs List additional link flags here. For example,
--with-libs=-lspecial_system_lib or
--with-libs=-L/path/to/libs
--with-clibs additional CLIBS flags to be added: will prepend
to CLIBS
--with-flibs additional FLIBS flags to be added: will prepend

Loading…
Cancel
Save