History for Handbook / configuration / configure.ac
2019-10-14
Added check for sassc as alternative to sass
Nigel Stanger committed on 14 Oct 2019
2019-09-23
Removed check for PHP Numbers/Words module ...
Nigel Stanger committed on 23 Sep 2019
2019-05-31
Added java.awt.headless to PlantUML invocation ...
Nigel Stanger committed on 31 May 2019
2018-08-04
Added jar to configuration.
Nigel Stanger committed on 4 Aug 2018
Added javac to configuration.
Nigel Stanger committed on 4 Aug 2018
2017-12-09
• Added check for Perl executable so that AX_PROG_PERL_VERSION works properly. ...
Nigel Stanger committed on 9 Dec 2017
• Added PHP checks (closes #9).
Nigel Stanger committed on 9 Dec 2017
• Made order of tests consistent with order of output.
Nigel Stanger committed on 9 Dec 2017
• Updated to AX versions of various macros from the Autoconf archive. ...
Nigel Stanger committed on 9 Dec 2017
2017-12-08
• Set up global, self-deleting temporary directory to use in situations where tools can’t be pipelined together (closes #5). ...
Nigel Stanger committed on 8 Dec 2017
2017-02-17
• Added PlantUML to local configuration.
Nigel Stanger committed on 17 Feb 2017
2016-08-23
• Switched to rsvg-convert from Inkscape, as Inkscape has become horribly slow (too many fonts, perhaps?). rsvg-convert comes with librsvg.
Nigel Stanger committed on 23 Aug 2016
2016-08-02
• Added tr to miscellaneous required utilities.
Nigel Stanger committed on 2 Aug 2016
2016-03-31
• Added rsync to required tools.
Nigel Stanger committed on 31 Mar 2016
2015-09-18
• Added explicit GNU cp, as the --update flag is useful for only copying files when needed.
Nigel Stanger committed on 18 Sep 2015
2015-08-10
• Added use of lockfile to ensure that there aren’t multiple copies of sitecopy trying to write to the site state file at once. I’m not convinced that this is actually necessary as there should only ever be one instance running at a time, but corruption of the site state file seems to be more common than it should be. We can always remove it again if it doesn’t help.
Nigel Stanger committed on 10 Aug 2015
2015-02-02
• Moved output file specification section to end so that it can use environment variables in the path. (This is also the recommended location for this anyway.)
Nigel Stanger committed on 2 Feb 2015
2013-08-22
Added zip, unzip and git.
Nigel Stanger committed on 22 Aug 2013
2013-06-13
Removed now obsolete CVS substitutions.
Nigel Stanger committed on 13 Jun 2013
Added support for Sass → CSS.
Nigel Stanger committed on 13 Jun 2013
2013-06-05
Fixed file permissions.
Nigel Stanger committed on 5 Jun 2013
2012-08-13
- Added basename to miscellaneous utilities.
nstanger committed on 13 Aug 2012
2012-07-16
- Added sitecopy.
nstanger committed on 16 Jul 2012
- Added ln -s detection.
nstanger committed on 16 Jul 2012
2012-07-01
- Added xcf2png.
nstanger committed on 1 Jul 2012
2012-04-19
- Added terminating errors if either Saxon-B or the XML entity resolver can't ...
nstanger committed on 19 Apr 2012
2012-04-18
- Converted the remaining if statements to us AS_IF.
nstanger committed on 18 Apr 2012
- Added AC_PATH_JARFILE function for locating JAR files under specified paths. ...
nstanger committed on 18 Apr 2012
2011-02-07
- Added check for net.sf.saxon.Transform class, to ensure that this ...
nstanger committed on 7 Feb 2011
2011-02-02
Renamed TEST variable to avoid apparent collision on Ubuntu.
cedwards committed on 2 Feb 2011