summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-03-04 18:11:37 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-03-04 18:11:37 +0000
commitb13c3932e4c8c22375be2b6723eaf426b83e9b07 (patch)
treebb8fe8fd1d24c5a12b9248093163230c284de8f9
parent2f0f075d4f9ac0178a0243647f5df84ed611ff84 (diff)
Removed references to JPEG library in docos and config files. Not needed
(except for jpeg_image.cxx, which isn't built by default). git-svn-id: file:///fltk/svn/fltk/trunk@361 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--configh.in12
-rw-r--r--documentation/intro.html4
-rw-r--r--makefiles/config.cygnus12
-rw-r--r--makefiles/config.mingw3212
-rw-r--r--visualc/config.h12
5 files changed, 10 insertions, 42 deletions
diff --git a/configh.in b/configh.in
index 791d37742..291de7dca 100644
--- a/configh.in
+++ b/configh.in
@@ -1,5 +1,5 @@
/*
- * "$Id: configh.in,v 1.10 1999/01/27 17:52:22 mike Exp $"
+ * "$Id: configh.in,v 1.11 1999/03/04 18:11:34 mike Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
* @configure_input@
@@ -151,13 +151,5 @@
#define HAVE_POLL 0
/*
- * HAVE_LIBJPEG
- *
- * Do we have the JPEG group's JPEG file library?
- */
-
-#define HAVE_LIBJPEG 0
-
-/*
- * End of "$Id: configh.in,v 1.10 1999/01/27 17:52:22 mike Exp $".
+ * End of "$Id: configh.in,v 1.11 1999/03/04 18:11:34 mike Exp $".
*/
diff --git a/documentation/intro.html b/documentation/intro.html
index 9c33f9e4a..1182aa52c 100644
--- a/documentation/intro.html
+++ b/documentation/intro.html
@@ -109,8 +109,8 @@ Kit&quot;.
In most cases you can just type &quot;make&quot;. This will run configure with
the default of no options and then compile everything.
<P>FLTK uses GNU autoconf to configure itself for your UNIX platform.
-The main things that the configure script will look for are the X11,
-OpenGL (or Mesa), and JPEG header and library files. If these cannot be
+The main things that the configure script will look for are the X11 and
+OpenGL (or Mesa) header and library files. If these cannot be
found in the standard include/library locations you'll need to define the
<tt>CFLAGS</tt>, <tt>CXXFLAGS</tt>, and <tt>LDFLAGS</tt> environment
variables. For the Bourne and Korn shells you'd use:</P>
diff --git a/makefiles/config.cygnus b/makefiles/config.cygnus
index 9be2a4680..88bdd4fe8 100644
--- a/makefiles/config.cygnus
+++ b/makefiles/config.cygnus
@@ -1,5 +1,5 @@
/*
- * "$Id: config.cygnus,v 1.3 1999/02/16 14:28:00 mike Exp $"
+ * "$Id: config.cygnus,v 1.4 1999/03/04 18:11:35 mike Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
*
@@ -150,13 +150,5 @@
#define HAVE_POLL 0
/*
- * HAVE_LIBJPEG
- *
- * Do we have the JPEG group's JPEG file library?
- */
-
-#define HAVE_LIBJPEG 0
-
-/*
- * End of "$Id: config.cygnus,v 1.3 1999/02/16 14:28:00 mike Exp $".
+ * End of "$Id: config.cygnus,v 1.4 1999/03/04 18:11:35 mike Exp $".
*/
diff --git a/makefiles/config.mingw32 b/makefiles/config.mingw32
index e37e91d51..cd151b3fd 100644
--- a/makefiles/config.mingw32
+++ b/makefiles/config.mingw32
@@ -1,5 +1,5 @@
/*
- * "$Id: config.mingw32,v 1.3 1999/02/16 14:28:00 mike Exp $"
+ * "$Id: config.mingw32,v 1.4 1999/03/04 18:11:36 mike Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
*
@@ -150,13 +150,5 @@
#define HAVE_POLL 0
/*
- * HAVE_LIBJPEG
- *
- * Do we have the JPEG group's JPEG file library?
- */
-
-#define HAVE_LIBJPEG 0
-
-/*
- * End of "$Id: config.mingw32,v 1.3 1999/02/16 14:28:00 mike Exp $".
+ * End of "$Id: config.mingw32,v 1.4 1999/03/04 18:11:36 mike Exp $".
*/
diff --git a/visualc/config.h b/visualc/config.h
index 31efcbb98..7058fa15a 100644
--- a/visualc/config.h
+++ b/visualc/config.h
@@ -1,5 +1,5 @@
/*
- * "$Id: config.h,v 1.4 1998/11/09 14:11:06 mike Exp $"
+ * "$Id: config.h,v 1.5 1999/03/04 18:11:37 mike Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++.
*
@@ -138,13 +138,5 @@
#define HAVE_POLL 0
/*
- * HAVE_LIBJPEG
- *
- * Do we have the JPEG group's JPEG file library?
- */
-
-#define HAVE_LIBJPEG 0
-
-/*
- * End of "$Id: config.h,v 1.4 1998/11/09 14:11:06 mike Exp $".
+ * End of "$Id: config.h,v 1.5 1999/03/04 18:11:37 mike Exp $".
*/