mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Install the documentation under $(datadir), not $(prefix).
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dnl autoconf configuration for gperf/doc
|
||||
|
||||
dnl Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
|
||||
dnl Copyright (C) 1998, 2000, 2002-2003 Free Software Foundation, Inc.
|
||||
dnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
|
||||
dnl and Bruno Haible <bruno@clisp.org>.
|
||||
dnl
|
||||
@@ -26,6 +26,11 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user