summaryrefslogtreecommitdiff
path: root/fltk-config.in
AgeCommit message (Expand)Author
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-01-01Fix fltk-config --post - script wrapper for app bundle had broken dirname call.Michael R Sweet
2010-11-13added --prefix and --includedir flags to fltk-config (STR #2137)engelsman
2010-11-10Fixed fltk-config to give --use on one line (STR #2408)engelsman
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-12-29STR #1962: I tried to fix the configuration scripts so that the image support...Matthias Melcher
2008-10-19Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo libFabien Costantini
2008-08-29STR#2028 new fix: replace ' by \" for the $compile var wrapping in fltk-confi...Fabien Costantini
2008-08-28Revert change for STR #2028, which is not correct.Michael R Sweet
2008-08-28STR #2028 fix: single quotes changed to double quotes around the variable $co...Fabien Costantini
2008-08-26Make sure script double-quotes $0...Michael R Sweet
2008-08-26Use $@ for arguments passed to the bundled executable.Michael R Sweet
2008-07-13Make --post create a basic Mac OS X application bundle with a shell scriptMichael R Sweet
2008-02-20STR 1875: fixed missing return value from 'fltk-config' for compiles that req...Matthias Melcher
2007-12-16Fix copy/paste error.Michael R Sweet
2007-11-20Remove unused variables.Michael R Sweet
2007-03-06STR #1624: Added --optim option for fltk-config which returns all flags for c...Matthias Melcher
2007-03-06Added POSTBUILD changes for fltk-config.in which I forgot earlierMatthias Melcher
2007-02-06Update packaging files.Michael R Sweet
2007-02-05Update pthreads configure test to work on more platforms.Michael R Sweet
2007-01-28Fix indentation of elements (STR #1549)Michael R Sweet
2006-09-24Tweak gtk+ drawing of Fl_Choice.Michael R Sweet
2006-06-19Add --with-archflags option to configure script, and use it in the rightMichael R Sweet
2006-01-31Update copyrights.Michael R Sweet
2006-01-31Fix fl_filename_list() bug (STR #1159) caused by changing of the ABIMichael R Sweet
2005-12-07Don't use readlink, it is non-standard.Michael R Sweet
2005-08-15Fix typo in fltk-config script.Michael R Sweet
2005-08-10Revert --prefix. Until we have a valid use case, we WILL NOT addMichael R Sweet
2005-08-10Added --prefix flag as suggested by Ian McArthur.Dejan Lekic
2005-08-08Add --cc and --cxx options to fltk-config, which show the compilers thatMichael R Sweet
2005-08-08The fltk-config script now handles invocation via a symlink (STRMichael R Sweet
2005-06-24"test -e" is not portable, must use "test -f".Michael R Sweet
2005-05-12The fltk-config script now supports running from a sourceMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-09-06Install image header files in FL/images so that FLTK apps will use theMichael R Sweet
2004-08-05Make sure that -L option comes before image libraries, not after.Michael R Sweet
2004-07-29Remove the GCC -Wshadow option.Michael R Sweet
2004-07-26Include libdir in link options.Michael R Sweet
2004-07-06Makefile and configure script support for image libs.Michael R Sweet
2004-06-01FLTK now builds with the current release of MinGW (STR #325, STRMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-05-29Drop undocumented and non-working --prefix and --exec-prefix options toMichael R Sweet
2003-03-26fltk-config fix.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-10-18No space between #! and /bin/sh!Michael R Sweet
2002-10-07Documentation updates.Michael R Sweet
2002-07-14Change the Fl_Group current, add, and remove methods so they are no longerMichael R Sweet
2002-07-11Don't add -lm to link line.Michael R Sweet
2002-06-28Separate the extra image functions into fltk_images.Michael R Sweet