aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2011-07-14Updated about:splash page and set VERSION to 2.2.1Jorge Arellano Cid
2011-01-08configure.in: define the {int,uint}*_t types with AC_TYPE_*.Jeremy Henty
* * * drop d_size
2011-01-08configure.in: fix the test code alignment.Jeremy Henty
2011-01-08configure.in: replace obsolete AC_TRY_LINK_FUNC with ↵Jeremy Henty
AC_LINK_IFELSE/AC_LANG_CALL.
2011-01-08configure.in: replace obsolete AC_TRY_COMPILE with ↵Jeremy Henty
AC_COMPILE_IFELSE/AC_LANG_PROGRAM.
2011-01-08configure.in: replace obsolete AC_ERROR with AC_MSG_ERROR.Jeremy Henty
2011-01-08configure.in: replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET.Jeremy Henty
2011-01-09don't need --use-images with fltk2-configcorvid
This brings fltk's image/* files into the equation (which turn into libfltk2_images.a). Since dillo doesn't use them, ld seems to have the good sense not to add any of it in, but we can save it the trouble of looking through it...
2011-01-05configure.in: remove obsolescent AC_HEADER_STDC.Jeremy Henty
2011-01-05configure.in: remove obsolete AM_PROG_CC_STDC.Jeremy Henty
2011-01-05configure.in: move AC_CANONICAL_SYSTEM to fix an autoconf warning.Jeremy Henty
2011-01-01configure.in: modernize the initialization of autoconf/automake.Jeremy Henty
2010-12-06configure.in: fix the obsolete usage of AC_OUTPUT.Jeremy Henty
2010-02-19(cautious version of) fix for configure.in for libpng 1.4 (reported by ↵corvid
xentalion)
2010-02-11prepare 2.2 releaserelease-2_2Johannes Hofmann
2010-02-10prepare rc3release-2_2-rc3Johannes Hofmann
2010-02-08prepare rc2release-2_2-rc2Johannes Hofmann
2010-01-28prepare 2.2 release candidate 1Johannes Hofmann
2010-01-14fix DISABLE_COOKIES (reported by furaisanjin)corvid
2009-07-17Skip pthread detection for minix (configure.in)Jorge Arellano Cid
2009-07-15Fixed detection of socklen_t for dpidJorge Arellano Cid
2009-07-01update for 2.1.1release-2_1_1corvid
2009-06-15Splash screenJorge Arellano Cid
2009-06-07group dillo system config files into a dillo subdir; have Paths use itcorvid
2009-03-11Added "-fno-rtti -fno-exceptions" to CXXFLAGS (reduces binary size)Jorge Arellano Cid
2009-01-31Fix for 9144ba0845e7 (typo)Jorge Arellano Cid
2009-01-31Added the -W flag to the CFLAGS variable (compilation)Jorge Arellano Cid
2008-10-22? Trying a new iconv() test in configure.in.jcid
2008-10-22- Allowed compilation with older machines by removing a few C99isms.jcid
- Added use of inttypes.h when stdint.h isn't found.
2008-10-17.jcid
2008-10-16- Switched SSL enabled to configure.in (./configure --enable-ssl)jcid
2008-10-10- s/dillo-fltk/dillo/ and switched the version to 2.0jcid
2008-10-09- Added the double-buffer as preference patch.jcid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid
2008-07-03- reversed a mistaken patch.jcid
2008-07-03- removed the nanosleep() configure.in workaround for Solaris.jcid
2008-07-03- removed unused dw configure.in optionsjcid
2008-05-24- Fixed a typo bug in configure.in.jcid
2008-05-23- Minor change in configure.in.jcid
2008-05-18- Removed dw's RTFL stuff from dillo tree.jcid
2008-05-13- Made zlib a configure requirement.jcid
2008-05-10- Removed an unnecessary line in configure.in.jcid
2008-04-17- Improved parsing of collapsing white space.jcid
2008-03-16- removed a duplicated configure.in test.jcid
2008-03-14- Fixed a typo s/CLFAGS/CFLAGS/g in configure.injcid
2008-03-14- Added suport for old iconv() (const char** as 2nd arg).jcid
2008-01-31- another tweak to iconv detection for OpenBSD.jcid
2008-01-30- Another try at iconv detection for OpenBSDjcid
2008-01-19- Added iconv tests for FreeBSD.jcid
2007-10-19Updated configure.in to check only for fltk2-config.jcid