aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2015-05-28libpng 1.6 series works for mecorvid
2015-05-28'ssl' -> 'tls' where reasonable, given that ssl3 is dead and allcorvid
I used 'hg rename' and expected (at least hoped) that 'hg diff' would do what I would naturally want, but no.
2015-05-08https: the rest :)corvid
Normally I really like to make commits in small pieces that all compile and make sense in isolation, but with this https work, the effort vs the reward just wasn't going to make sense.
2014-12-26Changed version number to '3.1-dev'.Sebastian Geerken
2014-12-24merge 3.0.4.1 branchcorvid
2014-11-253.0.4.1 version number in autoconfcorvid
2014-06-03change fltk-config test to be more crosscompile/buildroot friendlyJohannes Hofmann
Change fltk-config usage as suggested by Thomas Petazzoni [1]. submitted-by: Peter Seiderer <ps.report@gmx.net> [1] http://lists.busybox.net/pipermail/buildroot/2014-May/097607.html
2014-04-09Merged with main repo.Sebastian Geerken
2014-04-09Preparing 3.0.4 finalrelease-3_0_4Jorge Arellano Cid
2014-04-09Merge with main repo.Sebastian Geerken
2014-04-07prepare 3.0.4-rc2release-3_0_4-rc2Johannes Hofmann
2014-04-04prepare dillo-3.0.4-rc1release-3_0_4-rc1Johannes Hofmann
2014-01-06Some more RTFL stuff.Sebastian Geerken
2013-05-22On X11 systems, link to X11 explicitely (on some systems, indirect linking ↵Sebastian Geerken
does not seem to work).
2013-05-18Aligned lines in comments.Sebastian Geerken
2013-03-13prepare dillo-3.0.3Johannes Hofmann
2013-01-12AC_ERROR -> AC_MSG_ERRORp37sitdu
I see that Jeremy eradicated the other ones in Jan 2011, and I introduced some AC_ERRORs again for the 1.3 port -- corvid
2012-12-19configure.in: rename to configure.ac .Jeremy Henty