summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
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
2001-11-28More doco updates.Michael R Sweet
2001-11-27Configure script changes...Michael R Sweet
2001-11-27Fix typos from OSX commit.Michael R Sweet
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-11-22Add EM and STRONG support to Fl_HelpView.Michael R Sweet
2001-11-20Don't use -lm unless required.Michael R Sweet
2001-11-19Move header installs to new FL/Makefile, which is generated byMichael R Sweet
2001-11-18More CygWin stuff, and a fix for WIN32 with the new fl_beep() function.Michael R Sweet
2001-11-17Update configure script to support non-X platforms; currently justMichael R Sweet
2001-11-17Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and thatMichael R Sweet
2001-11-02Add check for GCC 2.96, and add -lsupc++ to the link line if so...Michael R Sweet
2001-11-01Fix uversion setup (only numbers please)Michael R Sweet
2001-11-01Fix "checking" messages...Michael R Sweet
2001-11-01Clean up configure script a little, update default man pageMichael R Sweet
2001-10-25Only add x_includes to path if it is not empty.Michael R Sweet
2001-10-25Keep using ${prefix} with mandir, so that RPM builds are easier.Michael R Sweet
2001-10-25Put Linux man pages in /usr/share/man.Michael R Sweet
2001-10-23Check for GCC 3.0.x...Michael R Sweet
2001-10-19Check for png_read_destroy(), since newer versions of libpng do notMichael R Sweet
2001-10-18Fix configure script - wasn't setting libdir properly for differentMichael R Sweet
2001-10-18Fl::belowmouse() was resetting the tooltip, causing the flashingMichael R Sweet
2001-10-01Check for png_set_tRNS_to_alpha() in configure script.Michael R Sweet
2001-09-29New fltk-config script for 1.1.Michael R Sweet
2001-08-11Add new widgets to FLUID.Michael R Sweet
2001-08-08No _INCLUDE_POSIX_SOURCE definition for HP-UX...Michael R Sweet
2001-08-05Typo fix...Michael R Sweet
2001-08-05Keyboard nav for tabs.Michael R Sweet
2001-08-02Fl_HelpDialog and Fl_HelpView widgets.Michael R Sweet
2001-08-02Don't build OpenGL demos if OpenGL is not available or disabled.Michael R Sweet
2001-08-02OpenGL stuff is now in libfltkgl.*Michael R Sweet
2001-05-07Fix Mesa test in configure script.Michael R Sweet
2001-04-30Separate test for GLU and GL...Michael R Sweet
2001-04-27Fix configure script and configh.in...Michael R Sweet
2001-04-27Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() forMichael R Sweet
2001-04-25Don't use GCC c++ or g++ compiler to build programs, use gcc instead.Michael R Sweet
2001-04-13AIX changes...Michael R Sweet
2001-02-21Check for the <GL/gl.h> header file before looking for the OpenGL orMichael R Sweet