summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-07-26 14:22:02 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-07-26 14:22:02 +0000
commit1cfc6385dd1def16ce809793ff6358eb69d6f770 (patch)
tree99ec0fc68475bc4dc4d811d51f1dca0ce69f89f4 /makeinclude.in
parent7ce42e25927a18323aabe87e006a6f699aaf3f25 (diff)
BMP image loader fixes.
JPEG with Cygwin fix. Make sure that all generated files are removed with a "make distclean". Make sure we remove the autoconf cache directory when building the source distribution. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2551 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/makeinclude.in b/makeinclude.in
index 77912d1c6..fdde6fc98 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.in,v 1.7.2.11.2.21 2002/07/15 23:38:11 easysw Exp $"
+# "$Id: makeinclude.in,v 1.7.2.11.2.22 2002/07/26 14:22:02 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
# @configure_input@
@@ -43,6 +43,7 @@ MKDIR = mkdir -p
NROFF = @NROFF@
RM = rm -f
RMDIR = rm -rf
+SHELL = /bin/sh
STRIP = strip
# compiler names:
@@ -129,5 +130,5 @@ CAT3EXT = @CAT3EXT@
mv t.z $@
#
-# End of "$Id: makeinclude.in,v 1.7.2.11.2.21 2002/07/15 23:38:11 easysw Exp $".
+# End of "$Id: makeinclude.in,v 1.7.2.11.2.22 2002/07/26 14:22:02 easysw Exp $".
#