summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-04-04 10:56:28 +0000
committerBruno Haible <bruno@clisp.org>2007-04-04 10:56:28 +0000
commitcc3edd6e92694c6a540f668b27079c6b11572ea2 (patch)
tree7593eee6ea146f1671f2f92ad2788f4228329acf /doc
parentcacfc561fbe41c465d0fca68ebd0b00485ccd166 (diff)
downloadgperf-cc3edd6e92694c6a540f668b27079c6b11572ea2.tar.gz
Support for newer GNU standards. Don't ignore the --htmldir etc. configure
options.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in11
-rw-r--r--doc/configure.ac7
2 files changed, 7 insertions, 11 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index eb08a0d..e68bc63 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -30,15 +30,16 @@ srcdir = @srcdir@
prefix = @prefix@
local_prefix = /usr/local
exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
datadir = @datadir@
infodir = @infodir@
mandir = @mandir@
man1dir = $(mandir)/man1
-docdir = $(datadir)/doc/@PACKAGE@
-dvidir = $(docdir)
-psdir = $(docdir)
-pdfdir = $(docdir)
-htmldir = $(docdir)
+docdir = @docdir@
+dvidir = @dvidir@
+psdir = @psdir@
+pdfdir = @pdfdir@
+htmldir = @htmldir@
# Programs used by "make":
RM = rm -f
diff --git a/doc/configure.ac b/doc/configure.ac
index 0c6a190..bc0e064 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -1,6 +1,6 @@
dnl autoconf configuration for gperf/doc
-dnl Copyright (C) 1998, 2000, 2002-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 1998, 2000, 2002-2003, 2007 Free Software Foundation, Inc.
dnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
dnl and Bruno Haible <bruno@clisp.org>.
dnl
@@ -26,11 +26,6 @@ PACKAGE=gperf
AC_SUBST(PACKAGE)
AC_PROG_MAKE_SET
dnl
-dnl installation directories
-dnl
-dnl Prefer modern Filesystem Hierarchy Standard over antiquated GNU standards.
-test "$mandir" != '${prefix}/man' || mandir='${datadir}/man'
-dnl
dnl checks for programs
dnl
CL_PROG_INSTALL