summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-10-25 17:12:03 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-10-25 17:12:03 +0000
commitf4c145476536a0758bd8775732be8a81edb32e48 (patch)
tree55dd1d79302b9b55c7eec72f33618cf961255100
parentd1605088aedf5e382f98ea0318c8ededc427ddab (diff)
Put Linux man pages in /usr/share/man.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1654 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 737283c01..1acda5923 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.13 2001/10/23 11:42:23 easysw Exp $"
+dnl "$Id: configure.in,v 1.33.2.31.2.14 2001/10/25 17:12:03 easysw Exp $"
dnl
dnl Configuration script for the Fast Light Tool Kit (FLTK).
dnl
@@ -303,7 +303,7 @@ AC_SUBST(CAT3EXT)
dnl Fix "mandir" variable...
if test "$mandir" = "\${prefix}/man" -a "$prefix" = "/usr"; then
case "$uname" in
- FreeBSD* | NetBSD* | OpenBSD*)
+ FreeBSD* | NetBSD* | OpenBSD* | Linux*)
# *BSD
mandir="/usr/share/man"
;;
@@ -492,5 +492,5 @@ AC_OUTPUT(makeinclude fltk-config)
chmod +x fltk-config
dnl
-dnl End of "$Id: configure.in,v 1.33.2.31.2.13 2001/10/23 11:42:23 easysw Exp $".
+dnl End of "$Id: configure.in,v 1.33.2.31.2.14 2001/10/25 17:12:03 easysw Exp $".
dnl