summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-10-21 14:00:53 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-10-21 14:00:53 +0000
commitd3dee719fbaaa0b64d15ad7397e549d2e4ee7d6f (patch)
treea6c6c76374f868f8c3f1c67f4aea0b3494441137 /makeinclude.in
parent0f60ac9155a721085315389b65c73380e001249f (diff)
More changes to top-level makefile and configuration files.
git-svn-id: file:///fltk/svn/fltk/trunk@27 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 $".
#