summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/makeinclude.in b/makeinclude.in
index b6e0039a0..511c048e1 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -1,7 +1,8 @@
#
# "$Id"
#
-# for the Fast Light Tool Kit (FLTK).
+# Make include file for the Fast Light Tool Kit (FLTK).
+# @configure_input@
#
# Copyright 1998 by Bill Spitzak and others.
#
@@ -23,8 +24,6 @@
# Please report all bugs and problems to "fltk-bugs@easysw.com".
#
-# @configure_input@
-
prefix =@prefix@
exec_prefix =@exec_prefix@
bindir =@bindir@
@@ -54,5 +53,5 @@ LDLIBS =@LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
GLDLIBS =@LIBS@ @GLLIB@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
#
-# End of "$Id: makeinclude.in,v 1.2 1998/10/20 16:41:20 mike Exp $".
+# End of "$Id: makeinclude.in,v 1.3 1998/10/21 14:00:53 mike Exp $".
#