@@ -337,7 +337,7 @@ localstatedir='${prefix}/var'
337
337
libdir='${exec_prefix}/lib'
338
338
includedir='${prefix}/include'
339
339
oldincludedir='/usr/include'
340
- docdir ='${prefix}/doc '
340
+ infodir ='${prefix}/info '
341
341
mandir='${prefix}/man'
342
342
343
343
ac_prev=
436
436
| --includ=* | --inclu=* | --incl=* | --inc=*)
437
437
includedir=$ac_optarg ;;
438
438
439
- -docdir | --docdir | --infodi | --infod | --doc | --inf)
440
- ac_prev=docdir ;;
441
- -docdir =* | --docdir =* | --infodi=* | --infod=* | --doc =* | --inf=*)
442
- docdir =$ac_optarg ;;
439
+ -infodir | --infodir | --infodi | --infod | --info | --inf)
440
+ ac_prev=infodir ;;
441
+ -infodir =* | --infodir =* | --infodi=* | --infod=* | --info =* | --inf=*)
442
+ infodir =$ac_optarg ;;
443
443
444
444
-libdir | --libdir | --libdi | --libd)
445
445
ac_prev=libdir ;;
658
658
659
659
# Be sure to have absolute paths.
660
660
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
661
- localstatedir libdir includedir oldincludedir docdir mandir
661
+ localstatedir libdir includedir oldincludedir infodir mandir
662
662
do
663
663
eval ac_val=$`echo $ac_var`
664
664
case $ac_val in
@@ -852,6 +852,8 @@ Optional Packages:
852
852
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
853
853
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
854
854
855
+ --with-docdir=DIR install the documentation in DIR [PREFIX/doc]
856
+ --without-docdir do not install the documentation
855
857
--with-includes=DIRS look for additional header files in DIRS
856
858
--with-libraries=DIRS look for additional libraries in DIRS
857
859
--with-libs=DIRS alternative spelling of --with-libraries
@@ -865,13 +867,13 @@ Optional Packages:
865
867
--with-java build JDBC interface and Java tools
866
868
--with-krb4[=DIR] build with Kerberos 4 support [/usr/athena]
867
869
--with-krb5[=DIR] build with Kerberos 5 support [/usr/athena]
868
- --with-krb-srvnam=NAME name of the service principal in Kerberos postgres
870
+ --with-krb-srvnam=NAME name of the service principal in Kerberos [ postgres]
869
871
--with-pam build with PAM support
870
872
--with-rendezvous build with Rendezvous support
871
873
--with-openssl[=DIR] build with OpenSSL support [/usr/local/ssl]
872
874
--without-readline do not use Readline
873
875
--without-zlib do not use Zlib
874
- --with-gnu-ld assume the C compiler uses GNU ld default=no
876
+ --with-gnu-ld assume the C compiler uses GNU ld [ default=no]
875
877
876
878
Some influential environment variables:
877
879
CC C compiler command
@@ -1245,9 +1247,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1245
1247
1246
1248
1247
1249
1248
-
1249
-
1250
-
1251
1250
1252
1251
1253
1252
@@ -1472,6 +1471,36 @@ fi
1472
1471
## Command line options
1473
1472
##
1474
1473
1474
+ #
1475
+ # Installation directory for documentation
1476
+ #
1477
+
1478
+
1479
+
1480
+ # Check whether --with-docdir or --without-docdir was given.
1481
+ if test "${with_docdir+set}" = set; then
1482
+ withval="$with_docdir"
1483
+
1484
+ case $withval in
1485
+ yes)
1486
+ { { echo "$as_me:$LINENO: error: option --with-docdir requires an argument" >&5
1487
+ echo "$as_me: error: option --with-docdir requires an argument" >&2;}
1488
+ { (exit 1); exit 1; }; }
1489
+ ;;
1490
+ no)
1491
+ docdir=
1492
+ ;;
1493
+ *)
1494
+ docdir=$withval
1495
+ ;;
1496
+ esac
1497
+
1498
+ else
1499
+ docdir='${prefix}/doc'
1500
+ fi;
1501
+
1502
+
1503
+
1475
1504
1476
1505
#
1477
1506
# Add non-standard directories to the include path
@@ -18225,7 +18254,6 @@ s,@ECHO_C@,$ECHO_C,;t t
18225
18254
s,@ECHO_N@,$ECHO_N,;t t
18226
18255
s,@ECHO_T@,$ECHO_T,;t t
18227
18256
s,@LIBS@,$LIBS,;t t
18228
- s,@docdir@,$docdir,;t t
18229
18257
s,@configure_args@,$configure_args,;t t
18230
18258
s,@build@,$build,;t t
18231
18259
s,@build_cpu@,$build_cpu,;t t
@@ -18237,6 +18265,7 @@ s,@host_vendor@,$host_vendor,;t t
18237
18265
s,@host_os@,$host_os,;t t
18238
18266
s,@PORTNAME@,$PORTNAME,;t t
18239
18267
s,@TAS@,$TAS,;t t
18268
+ s,@docdir@,$docdir,;t t
18240
18269
s,@enable_nls@,$enable_nls,;t t
18241
18270
s,@WANTED_LANGUAGES@,$WANTED_LANGUAGES,;t t
18242
18271
s,@default_port@,$default_port,;t t
0 commit comments