diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-10-25 17:13:26 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-10-25 17:13:26 +0000 |
| commit | d5e60a4f2bda1bdf80d4d7beabef1592f8d08b44 (patch) | |
| tree | 34642a2d2aa395d9fd3cdff4a5c41e0f0bc04200 /configure.in | |
| parent | f4c145476536a0758bd8775732be8a81edb32e48 (diff) | |
Keep using ${prefix} with mandir, so that RPM builds are easier.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1655 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/configure.in b/configure.in index 1acda5923..1f6f0bf15 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl -*- sh -*- dnl the "configure" script is made from this by running GNU "autoconf" dnl -dnl "$Id: configure.in,v 1.33.2.31.2.14 2001/10/25 17:12:03 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.15 2001/10/25 17:13:26 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -305,15 +305,11 @@ if test "$mandir" = "\${prefix}/man" -a "$prefix" = "/usr"; then case "$uname" in FreeBSD* | NetBSD* | OpenBSD* | Linux*) # *BSD - mandir="/usr/share/man" + mandir="\${prefix}/share/man" ;; IRIX*) # SGI IRIX - mandir="/usr/share/catman" - ;; - *) - # All others - mandir="/usr/man" + mandir="\${prefix}/share/catman" ;; esac fi @@ -492,5 +488,5 @@ AC_OUTPUT(makeinclude fltk-config) chmod +x fltk-config dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.14 2001/10/25 17:12:03 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.15 2001/10/25 17:13:26 easysw Exp $". dnl |
