summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2007-02-06Use install command instead of CHMOD, CP, and MKDIR.Michael R Sweet
2007-02-05Update pthreads configure test to work on more platforms.Michael R Sweet
2007-02-05Fix glXGetProcAddressARB() usage and support for POSIX threads on HP-UX 11.Michael R Sweet
2007-02-02Fix DLL generation via MingW/Cygwin (STR #1546)Michael R Sweet
2006-10-31Add -fno-strict-aliasing to compiler options since GCC doesn't understandMichael R Sweet
2006-10-31Scratch that, looks like autoconf 2.50 added AC_SYS_LARGEFILE. 2.57Michael R Sweet
2006-10-31AC_SYS_LARGEFILE appears to have been introduced in autoconf 2.57...Michael R Sweet
2006-09-12Add DSOFLAGS to DSOCOMMAND's, so that we inherit X_LIBS and other optionsMichael R Sweet
2006-09-05Fixed DSO generation (STR #1405)Michael R Sweet
2006-08-29Fix man page extension for games.Michael R Sweet
2006-08-12Fixed Makefile configuration for OS X dynamic library. STR #1391Matthias Melcher
2006-08-02Don't call dummy function inside dummy function - some compilers don't likeMichael R Sweet
2006-07-27Fix problems with new FLUID output, add common to closing braces to showMichael R Sweet
2006-06-26Revert change to --enable-cygwin option since ARCHFLAGS does not work withMichael R Sweet
2006-06-19Add --with-archflags option to configure script, and use it in the rightMichael R Sweet
2006-05-30Make sure native eol-style is set on all source files.Michael R Sweet
2006-05-21Included fltk.spec in configure.inMatthias Melcher
2006-01-31Fix fl_filename_list() bug (STR #1159) caused by changing of the ABIMichael R Sweet
2006-01-15More packaging fun.Michael R Sweet
2006-01-15More packaging fun (games package to "advertise" FLTK...)Michael R Sweet
2006-01-15Work on Linux and OSX desktop integration stuff via make install andMichael R Sweet
2006-01-02Fix MingW threading support.Michael R Sweet
2005-12-14Add Cygwin/MingW support for winmm library... (STR #1121)Michael R Sweet
2005-12-14FLTK now enables large file support when available (STR #1087)Michael R Sweet
2005-12-10Removed the "-g" compile option for the optimized version of FLTK. This was p...Matthias Melcher
2005-12-08Add OSX audio support to Sudoku (THANK YOU IAN!)Michael R Sweet
2005-12-05Start adding support for sound in Sudoku via ALSA.Michael R Sweet
2005-11-25Fix mousewheel handler bug (using wrong variable in initial check)Michael R Sweet
2005-09-18Remove libsupc++ stuff, since it doesn't work on OSX 10.4 or withMichael R Sweet
2005-08-08Added shared library support for Cygwin and MingW (STR #893)Michael R Sweet
2005-08-08Compilation could fail if a previous installation of FLTK was inMichael R Sweet
2005-07-24Attempt to make 'localeconv()' part of the configuration process. VC6 works, ...Matthias Melcher
2005-04-28Fix MacOS X 10.4 compile issues.Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-15Move -Wconversion option for GCC to extra warning options (not enabledMichael R Sweet
2005-04-13Add -Wno-format-y2k option to eliminate Y2k warnings - ignored by someMichael R Sweet
2005-03-31Add Fl::screen_count() and Fl::screen_xywh() APIs to support multi-Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-11-29Changelog.Michael R Sweet
2004-11-20The configure script did not support --disable-localfoo toMichael R Sweet
2004-11-20Watcom fixes (STR #584, STR #594, STR #595)Michael R Sweet
2004-10-18Prep for 1.1.5 release.Michael R Sweet
2004-10-18Shortcuts were incorrectly underlined in multi-line labels (STRMichael R Sweet
2004-09-24Prep for 1.1.5rc3 release.Michael R Sweet
2004-08-25Updated config stuff to allow for --enable-quartz ofr Mac OS X which inMatthias Melcher
2004-07-29Remove the GCC -Wshadow option.Michael R Sweet
2004-07-26Include libdir in link options.Michael R Sweet
2004-07-23Fix local image library build bug.Michael R Sweet
2004-07-12Fix PNG tests.Michael R Sweet
2004-07-06Makefile and configure script support for image libs.Michael R Sweet