make --with-libs == --with-libraries

This commit is contained in:
Marc G. Fournier 1998-04-10 02:59:38 +00:00
parent d8b0781b95
commit b5bd8c3f08
2 changed files with 310 additions and 283 deletions

582
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -162,6 +162,17 @@ if test "$INCLUDE_DIRS"; then
done
fi
AC_ARG_WITH(libs,
[ --with-libs=DIR site library directories for tk/tcl, etc in DIR],
[
case "$withval" in
"" | y | ye | yes | n | no)
AC_MSG_ERROR([*** You must supply an argument to the --with-libs option.])
;;
esac
LIBRARY_DIRS="$withval"
])
AC_ARG_WITH(libraries,
[ --with-libraries=DIR site library directories for tk/tcl, etc in DIR],
[