Remove unused htmldoc from autoconf configure options.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10351 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
7a609f3912
commit
8a3c43da55
@ -5,7 +5,7 @@ dnl "$Id$"
|
|||||||
dnl
|
dnl
|
||||||
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright 1998-2013 by Bill Spitzak and others.
|
dnl Copyright 1998-2014 by Bill Spitzak and others.
|
||||||
dnl
|
dnl
|
||||||
dnl This library is free software. Distribution and use rights are outlined in
|
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
|
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"
|
NROFF="$GROFF -T ascii"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
AC_PATH_PROG(HTMLDOC,htmldoc)
|
|
||||||
AC_PATH_PROG(DOXYDOC,doxygen)
|
AC_PATH_PROG(DOXYDOC,doxygen)
|
||||||
|
|
||||||
dnl How do we make libraries?
|
dnl How do we make libraries?
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Make include file for the Fast Light Tool Kit (FLTK).
|
# 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
|
# 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
|
# the file "COPYING" which should have been included with this file. If this
|
||||||
@ -27,9 +27,9 @@ mandir = @mandir@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
docdir = $(datadir)/doc/fltk
|
docdir = $(datadir)/doc/fltk
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
USEMMFILES = @USEMMFILES@
|
USEMMFILES = @USEMMFILES@
|
||||||
|
|
||||||
# programs we use...
|
# programs we use...
|
||||||
HTMLDOC = @HTMLDOC@
|
|
||||||
DOXYDOC = @DOXYDOC@
|
DOXYDOC = @DOXYDOC@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
LN = ln -s
|
LN = ln -s
|
||||||
|
Loading…
Reference in New Issue
Block a user