1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Support for newer GNU standards. Don't ignore the --htmldir etc. configure

options.
This commit is contained in:
Bruno Haible
2007-04-04 10:56:28 +00:00
parent cacfc561fb
commit cc3edd6e92
3 changed files with 20 additions and 11 deletions

View File

@@ -1,3 +1,16 @@
2007-04-04 Bruno Haible <bruno@clisp.org>
Support for newer GNU standards.
* doc/configure.ac (mandir): Remove assignment.
* doc/Makefile.in (datarootdir): New variable.
(docdir, dvidir, psdir, pdfdir, htmldir): Use value determined by
autoconf.
* configure: Regenerated with autoconf-2.61.
* doc/configure: Likewise.
* lib/configure: Likewise.
* src/configure: Likewise.
* tests/configure: Likewise.
2007-04-04 Bruno Haible <bruno@clisp.org> 2007-04-04 Bruno Haible <bruno@clisp.org>
* doc/Makefile.in (MAKEINFO): Disable also the LC_MESSAGES and LC_ALL * doc/Makefile.in (MAKEINFO): Disable also the LC_MESSAGES and LC_ALL

View File

@@ -30,15 +30,16 @@ srcdir = @srcdir@
prefix = @prefix@ prefix = @prefix@
local_prefix = /usr/local local_prefix = /usr/local
exec_prefix = @exec_prefix@ exec_prefix = @exec_prefix@
datarootdir = @datarootdir@
datadir = @datadir@ datadir = @datadir@
infodir = @infodir@ infodir = @infodir@
mandir = @mandir@ mandir = @mandir@
man1dir = $(mandir)/man1 man1dir = $(mandir)/man1
docdir = $(datadir)/doc/@PACKAGE@ docdir = @docdir@
dvidir = $(docdir) dvidir = @dvidir@
psdir = $(docdir) psdir = @psdir@
pdfdir = $(docdir) pdfdir = @pdfdir@
htmldir = $(docdir) htmldir = @htmldir@
# Programs used by "make": # Programs used by "make":
RM = rm -f RM = rm -f

View File

@@ -1,6 +1,6 @@
dnl autoconf configuration for gperf/doc 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 Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
dnl and Bruno Haible <bruno@clisp.org>. dnl and Bruno Haible <bruno@clisp.org>.
dnl dnl
@@ -26,11 +26,6 @@ PACKAGE=gperf
AC_SUBST(PACKAGE) AC_SUBST(PACKAGE)
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
dnl 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 checks for programs
dnl dnl
CL_PROG_INSTALL CL_PROG_INSTALL