diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2003-11-24 14:52:58 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2003-11-24 14:52:58 +0000 |
commit | b3d72d3ec52e4477eb9837c2b0d701e47fa55ef5 (patch) | |
tree | 701f8fde77a73206be2c4e6c9d140e54f0fda253 /config/libtool.m4 | |
parent | c52204b2246c5effd9f5638206bf022585dd782f (diff) | |
download | postgresql-b3d72d3ec52e4477eb9837c2b0d701e47fa55ef5.tar.gz |
Use --with-docdir to choose installation location of documentation; put
back --infodir, which several automatic build environments expect to exist.
Add --without-docdir to prevent installation of documentation, which is
helpful for things like RPM that have their own method of installing
documentation.
Diffstat (limited to 'config/libtool.m4')
-rw-r--r-- | config/libtool.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/libtool.m4 b/config/libtool.m4 index 798420d5bc..2373e5720d 100644 --- a/config/libtool.m4 +++ b/config/libtool.m4 @@ -31,7 +31,7 @@ # AC_PROG_LD - find the path to the GNU or non-GNU linker AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH(gnu-ld, -[ --with-gnu-ld assume the C compiler uses GNU ld [default=no]], +[ --with-gnu-ld assume the C compiler uses GNU ld [[default=no]]], test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no) AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl |