Commit b5bd8c3f authored by Marc G. Fournier's avatar Marc G. Fournier

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

parent d8b0781b
This diff is collapsed.
...@@ -162,6 +162,17 @@ if test "$INCLUDE_DIRS"; then ...@@ -162,6 +162,17 @@ if test "$INCLUDE_DIRS"; then
done done
fi 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, AC_ARG_WITH(libraries,
[ --with-libraries=DIR site library directories for tk/tcl, etc in DIR], [ --with-libraries=DIR site library directories for tk/tcl, etc in DIR],
[ [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment