summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2009-04-13Fixed make install for Windows/Cygwin with --enable-x11 (no symlinks)Albrecht Schlosser
2009-02-14STR 2147: new configure option --enable-x11 for building on cygwin with X11Albrecht Schlosser
2009-01-27fix --enable-cairoext in configureyuri
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-12-29In the configuration setp, LIBNAME (which contains the local path of the libr...Matthias Melcher
2008-12-29STR #1962: I tried to fix the configuration scripts so that the image support...Matthias Melcher
2008-11-14STR 2089: Adjust configure.in so that thread support defaults to ON in win32 ...Ian MacArthur
2008-11-12Removed configure.in comma at the end of -lz statement.Fabien Costantini
2008-11-12Removed configure.in comma at the end of -ljpeg statement causing pb under li...Fabien Costantini
2008-11-12Removed unnecessary jpeg flag in configure.in. Fixed erroneous jpeg.h by jpeg...Fabien Costantini
2008-11-12Generalized latest PNG configuration configure code to jpeg and zilb. Also wa...Fabien Costantini
2008-11-10More optimisation and cleanup for the PNG lib handling in configure.in. Also ...Fabien Costantini
2008-11-10Test the system png lib and headers only, if --enable-localpng is _not_ set.Albrecht Schlosser
2008-11-10Now we finally can check as well if a correct PNG header was found, if it is ...Fabien Costantini
2008-11-10Added header checks for png image library.Albrecht Schlosser
2008-11-10Fixes the configure problem when the png option is not specified.Fabien Costantini
2008-11-09Fixed broken png image include.Fabien Costantini
2008-11-09STR 1949 - revise configure.in to cerrectly detect png_set_tRNS_to_alphaIan MacArthur
2008-10-25Fixed one typoe in configure.in, changed LINKFLTKCAIRO parameter passing in L...Fabien Costantini
2008-10-25Fixed cairo makefiles link error when shared option activated under linux.Fabien Costantini
2008-10-25Fixed enable-shared would not work when cairo is not available. Added a new f...Fabien Costantini
2008-10-19Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo libFabien Costantini
2008-10-15Doxygen documentation: commented out the 1.5.7 specific doc options, updated ...Fabien Costantini
2008-10-14Doxygen pdf documentation: added htmlonly endhtmlonly tags to avoid pdf doc t...Fabien Costantini
2008-10-13fixed missing case darwin in configure.in after qd removal.Fabien Costantini
2008-10-13Quickdraw removal: option removed from configure, all Qd code removed from so...Fabien Costantini
2008-09-30remove non ascii char before end of line, clean up some dnl lines so that syn...Fabien Costantini
2008-09-25+ Cairo branch merged after successful testing on Mac OS X 10.5.4, Linux Ubun...Fabien Costantini
2008-08-28wsock32 static lib dependency removal from win build files.Fabien Costantini
2008-07-13Make --post create a basic Mac OS X application bundle with a shell scriptMichael R Sweet
2008-04-12Updated 1.3 with changes from 1.1.9Matthias Melcher
2008-02-26STR 1883: Attempt to fix installation of binaries in .app bundle on platforms...Matthias Melcher
2007-11-20Add configure summary.Michael R Sweet
2007-05-20On OS X: disable all 'deprecated' warnings to be able to see the really impor...Matthias Melcher
2007-05-20Fix compiler warnings/errors.Michael R Sweet
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