Fix configure script (STR #174)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3108 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2003-09-20 18:40:36 +00:00
parent f6f97dfe0e
commit 182acd8618
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.5rc1 CHANGES IN FLTK 1.1.5rc1
- The configure script didn't leave space between the
CFLAGS/CXXFLAGS and X_CFLAGS variables (STR #174)
- The Fl_JPEG_Image and Fl_PNG_Image classes did not - The Fl_JPEG_Image and Fl_PNG_Image classes did not
trap errors from the corresponding image libraries trap errors from the corresponding image libraries
(STR #168) (STR #168)
+2 -2
View File
@@ -1,7 +1,7 @@
dnl -*- sh -*- dnl -*- sh -*-
dnl the "configure" script is made from this by running GNU "autoconf" dnl the "configure" script is made from this by running GNU "autoconf"
dnl dnl
dnl "$Id: configure.in,v 1.33.2.31.2.106 2003/09/14 14:28:22 easysw Exp $" dnl "$Id: configure.in,v 1.33.2.31.2.107 2003/09/20 18:40:36 easysw Exp $"
dnl dnl
dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl Configuration script for the Fast Light Tool Kit (FLTK).
dnl dnl
@@ -863,5 +863,5 @@ dnl Make sure the fltk-config script is executable...
chmod +x fltk-config chmod +x fltk-config
dnl dnl
dnl End of "$Id: configure.in,v 1.33.2.31.2.106 2003/09/14 14:28:22 easysw Exp $". dnl End of "$Id: configure.in,v 1.33.2.31.2.107 2003/09/20 18:40:36 easysw Exp $".
dnl dnl