summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2002-07-17Try different check for libstdc++ that might work better with Cygwin.Michael R Sweet
2002-07-14Change the Fl_Group current, add, and remove methods so they are no longerMichael R Sweet
2002-07-12Reset version numbers to 1.1.0 (no rcN)Michael R Sweet
2002-07-10Support MSYS as well as Cygwin configure stuff...Michael R Sweet
2002-06-28Separate the extra image functions into fltk_images.Michael R Sweet
2002-06-26Better MingW handling.Michael R Sweet
2002-06-25Change POSTBUILD back to : in configure script.Michael R Sweet
2002-06-24Use true instead of : for POSTBUILD on non-MacOS systems.Michael R Sweet
2002-06-24Update GCC test in configure script.Michael R Sweet
2002-06-08Fix test for OpenGL libraries - not == xno, but != xyes.Michael R Sweet
2002-06-07Don't use -OPT on IRIX 5.3...Michael R Sweet
2002-06-03Some fixes to get FLTK to compile under Jaquar.Michael R Sweet
2002-05-24Get rid of as many compiler warnings as possible.Michael R Sweet
2002-05-19Add -sgi_version,sgi1.1 to the IRIX DSO command.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-07Add #include <X11/Xlib.h> to Xdbe check...Michael R Sweet
2002-04-28Add Fl_Preferences class to base library.Michael R Sweet
2002-04-26Add +z option with HP-UX compilers when compiling shared libraries.Michael R Sweet
2002-04-24Add check for libpng/png.h as well as png.h, and include the appropriateMichael R Sweet
2002-04-16Bump version info to 1.1.0rc1.Michael R Sweet
2002-04-16OSX threading support - a little buggy right now, but hopefully we'll beMichael R Sweet
2002-04-10Update docos for all configure options.Michael R Sweet
2002-04-09OK, back out -fvtable-thunks and add conditional compile for WIN32Michael R Sweet
2002-04-09Add "-fvtable-thunks" to OPTIM when compiling with Cygwin.Michael R Sweet
2002-04-09Move -mwindows and -DWIN32 back to C*FLAGS and LDFLAGS for Cygwin builds.Michael R Sweet
2002-03-25Move forms code to fltk_forms library, a la 2.0.Michael R Sweet
2002-03-08Disable Xft by default.Michael R Sweet
2002-03-06Fix non-Xft build.Michael R Sweet
2002-03-06Add Xft support to 1.1.x.Michael R Sweet
2002-02-15Use +O2 for compiler on HP-UX.Michael R Sweet
2002-01-22Fix filename_relative().Michael R Sweet
2002-01-13Revise configure script and makeinclude file to use OPTIM variable,Michael R Sweet
2002-01-11Add -lcomctl32 for Windows builds.Michael R Sweet
2002-01-07Fixed from Teun.Michael R Sweet
2002-01-06Doco and dist file updates.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-30Bump version numbers to 1.1.0b9.Michael R Sweet
2001-12-19"make clean" should not delete makedepend, since we now track thisMichael R Sweet
2001-12-17Check for *BSD -pthread option.Michael R Sweet
2001-12-14Disable threading by default.Michael R Sweet
2001-12-14Clean up default menu for FLTK applications - don't need "About FLTK".Michael R Sweet
2001-12-09CygWin threading fixes from Teun.Michael R Sweet
2001-12-08Fix threading test.Michael R Sweet
2001-12-06FLTK 2.0 threading support under FLTK 1.1. Needs porting to OSX.Michael R Sweet
2001-12-06FLTK 1.1.0 for Mac "Out Of The Box Experience": type 'make' and watch...Matthias Melcher
2001-12-04Don't install header symlinks under MacOS either...Michael R Sweet
2001-12-03My bad... Remove autoconf-generated Enumerations.H - it's onlyMichael R Sweet
2001-11-29Clean all GL demos with a "make clean".Michael R Sweet
2001-11-29Require autoconf 2.13 or newer.Michael R Sweet
2001-11-29Minor tweeks to the configure script for CygWin and Mesa.Michael R Sweet