summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2014-10-04 22:32:34 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2014-10-04 22:32:34 +0000
commit8a3c43da558f7ec7ec97008252d2093e0428529d (patch)
tree9684ccdb933fb072b7d775fce6076259b37a7b08
parent7a609f3912abe23f0a75c878cfd6f74f5dbf7501 (diff)
Remove unused htmldoc from autoconf configure options.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10351 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--configure.in3
-rw-r--r--makeinclude.in6
2 files changed, 4 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index c4f52d236..0bb318363 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl "$Id$"
dnl
dnl Configuration script for the Fast Light Tool Kit (FLTK).
dnl
-dnl Copyright 1998-2013 by Bill Spitzak and others.
+dnl Copyright 1998-2014 by Bill Spitzak and others.
dnl
dnl This library is free software. Distribution and use rights are outlined in
dnl the file "COPYING" which should have been included with this file. If this
@@ -405,7 +405,6 @@ if test "x$NROFF" = "x:"; then
NROFF="$GROFF -T ascii"
fi
fi
-AC_PATH_PROG(HTMLDOC,htmldoc)
AC_PATH_PROG(DOXYDOC,doxygen)
dnl How do we make libraries?
diff --git a/makeinclude.in b/makeinclude.in
index 7f72ed0a0..3ecd6367c 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -3,7 +3,7 @@
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
-# Copyright 1998-2010 by Bill Spitzak and others.
+# Copyright 1998-2014 by Bill Spitzak and others.
#
# This library is free software. Distribution and use rights are outlined in
# the file "COPYING" which should have been included with this file. If this
@@ -27,9 +27,9 @@ mandir = @mandir@
srcdir = @srcdir@
docdir = $(datadir)/doc/fltk
VPATH = @srcdir@
-USEMMFILES = @USEMMFILES@
+USEMMFILES = @USEMMFILES@
+
# programs we use...
-HTMLDOC = @HTMLDOC@
DOXYDOC = @DOXYDOC@
INSTALL = @INSTALL@
LN = ln -s