index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.in
Age
Commit message (
Expand
)
Author
1999-10-19
Fixed configure uversion for Irix 6.5
Bill Spitzak
1999-08-09
Fixed configure.in for HP-UX - wasn't detecting vsnprintf and snprintf
Michael R Sweet
1999-05-19
Added Solaris switches suggested by Carlos O'Ryan (coryan@cs.wustl.edu)
Bill Spitzak
1999-05-14
Shortened the option string for IRIX a bit by combining the two -woff's
Bill Spitzak
1999-04-30
Made XDBE work on all versions of Irix that have it
Bill Spitzak
1999-03-25
Updated README and distribution packages to use v1.0.1.
Michael R Sweet
1999-03-10
Removed extra \ in HP-UX DSO command.
Michael R Sweet
1999-03-09
It would help if the configure script substituted DSOCOMMAND...
Michael R Sweet
1999-03-09
Updated Linux DSO rules.
Michael R Sweet
1999-03-09
Updated Digital UNIX DSO commands.
Michael R Sweet
1999-03-09
Updated Solaris shared library command (again).
Michael R Sweet
1999-03-09
Changed Solaris shared library command to ld using -h option to set
Michael R Sweet
1999-03-04
Updated DSO stuff in configure.in (soname, -fPIC, etc)
Michael R Sweet
1999-02-25
Changes egcs/gcc optimization default to "-O2" . Makes library and apps
Carl E. Thompson
1999-02-22
Minor typo in configure script (== instead of =)
Michael R Sweet
1999-02-22
Now don't enable XDBE under SunOS or IRIX 6.3 or earlier.
Michael R Sweet
1999-02-18
Updated Solaris scandir() check - the case statement was giving autoconf
Michael R Sweet
1999-02-18
Updated scandir() check to use FLTK scandir function instead of Sun
Michael R Sweet
1999-02-18
Fixed typo in configure input (dns# instead of dnl#).
Michael R Sweet
1999-02-01
Updated configure.in for proper debug and optimization handling.
Michael R Sweet
1999-01-31
Added optimization for SGI builds (mike: please run autoconf before making
Bill Spitzak
1999-01-27
Updated to include <sys/select.h> as needed.
Michael R Sweet
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-12-18
Updated shared library code to create symbolic links to .so.1 or .sl.1
Michael R Sweet
1998-12-07
Removed SunOS Xdbe check...
Michael R Sweet
1998-12-07
.C -> .cxx...
Michael R Sweet
1998-12-02
Changes from Carl to get rid of default_ variables...
Michael R Sweet
1998-11-05
Updated compiler options - shouldn't force a particular C or C++ compiler
Michael R Sweet
1998-11-05
Multiple patches from Bill:
Michael R Sweet
1998-10-21
CFLAGS and CXXFLAGS don't default to blank... Put mandatory DEBUGFLAGS
Michael R Sweet
1998-10-21
Forgot a BORDER_WIDTH line...
Michael R Sweet
1998-10-21
Autoconf sucks - can't redefine BORDER_WIDTH to another value in config.h...
Michael R Sweet
1998-10-21
Updated CFLAGS check so we don't clobber them...
Michael R Sweet
1998-10-21
Dropped -enable-production.
Michael R Sweet
1998-10-21
Added -enable-windows-style support to configh.in and configure.in.
Michael R Sweet
1998-10-21
Fixed all the frigging file headings - was missing a $ in the Id string.
Michael R Sweet
1998-10-21
More changes to top-level makefile and configuration files.
Michael R Sweet
1998-10-20
Updated autoconf files to support shared libraries and JPEG library.
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet