summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
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
2001-02-16Added HP compiler option.Michael R Sweet
2001-02-12Configure script changes to support man pages, HTMLDOC, AIX/QNX withMichael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-12-06Specify portable architecture options for HP-UX compilers.Michael R Sweet
2000-11-20Get rid of "member X hidden by variable X" warnings...Michael R Sweet
2000-11-20strcasecmp() for FLUID under AIX.Michael R Sweet
2000-11-20Configure script changes...Michael R Sweet
2000-11-09Minor change for Sun C/C++ compilers (-xO3 instead of -O) for betterMichael R Sweet
2000-10-21Does not clear Fl::keysym on every event, this makes better back compatabilit...Bill Spitzak
2000-06-06Reenabled overlay code - seems to work great now, Bill!Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-06-03Dropped use of -fno-rtti since this causes problems with apps that don'tMichael R Sweet
2000-04-27Dropped use of -fomit-frame-pointer, as I've just discovered that itMichael R Sweet
2000-04-26Commented out enabling overlay support until we can get it working right.Michael R Sweet
2000-04-26Fixed other occurrence of -fomit-stack-frame that should beMichael R Sweet
2000-04-26Fixed the -fno_exceptions test so it does not always fail.Bill Spitzak
2000-04-26Changed -omit-stack-frame to -omit-frame-pointer, hope this is correctBill Spitzak
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
1999-10-19Fixed configure uversion for Irix 6.5Bill Spitzak
1999-08-09Fixed configure.in for HP-UX - wasn't detecting vsnprintf and snprintfMichael R Sweet
1999-05-19Added Solaris switches suggested by Carlos O'Ryan (coryan@cs.wustl.edu)Bill Spitzak
1999-05-14Shortened the option string for IRIX a bit by combining the two -woff'sBill Spitzak
1999-04-30Made XDBE work on all versions of Irix that have itBill Spitzak
1999-03-25Updated README and distribution packages to use v1.0.1.Michael R Sweet
1999-03-10Removed extra \ in HP-UX DSO command.Michael R Sweet
1999-03-09It would help if the configure script substituted DSOCOMMAND...Michael R Sweet
1999-03-09Updated Linux DSO rules.Michael R Sweet
1999-03-09Updated Digital UNIX DSO commands.Michael R Sweet
1999-03-09Updated Solaris shared library command (again).Michael R Sweet
1999-03-09Changed Solaris shared library command to ld using -h option to setMichael R Sweet
1999-03-04Updated DSO stuff in configure.in (soname, -fPIC, etc)Michael R Sweet
1999-02-25Changes egcs/gcc optimization default to "-O2" . Makes library and appsCarl E. Thompson
1999-02-22Minor typo in configure script (== instead of =)Michael R Sweet
1999-02-22Now don't enable XDBE under SunOS or IRIX 6.3 or earlier.Michael R Sweet
1999-02-18Updated Solaris scandir() check - the case statement was giving autoconfMichael R Sweet