summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2007-05-20Fix all compiler warnings from various build systems.Michael R Sweet
2007-05-14Solaris sh (POSIX shell) does not support the Bash substitution syntax.Michael R Sweet
2007-05-14Str #1656: changed default optimization on Cygwin/Mingw to -O3 because -O3 ca...Matthias Melcher
2007-05-14OSF/Tru64 now uses 'install-sh' instead of 'install' to accomodate for a miss...Matthias Melcher
2007-05-09Modified 'configure.in' to overcome the Cygwin bug of adding a ^M to the outp...Matthias Melcher
2007-05-03Second aproach at solving the 'install -d' issue. I added a public domain scr...Matthias Melcher
2007-05-02STR #1632: replaced 'install -d' with 'mkdir -p', falling back to 'install' i...Matthias Melcher
2007-02-10Add LDFLAGS for DLLs via Cygwin/MingW as noted by Ian MacArthur.Michael R Sweet
2007-02-08More Cygwin DLL fixes (STR #1585)Michael R Sweet
2007-02-08Add header check for dlfcn.h.Michael R Sweet
2007-02-08Make sure INSTALL command uses absolute path for install-sh...Michael R Sweet
2007-02-08Add support for glutGetProcAddress() on Mac OS X and other platformsMichael R Sweet
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