Revisions 0 to 10 in in which 'configure.pl' was changed are listed below. These revisions are ancestors of the revision [5f8da664..]. The "diff" links listed with each revision will show changes in 'configure.pl' between that revision and [5f8da664..].

235 days ago: Put each file in a list in the makefile on a different line
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Put each file in a list in the makefile on a different line
Date: Sun, 13 Apr 2008 20:22:44 GMT
235 days ago: Change so_obj_flags to shared_flags
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Change so_obj_flags to shared_flags
Date: Sun, 13 Apr 2008 20:17:09 GMT
235 days ago: If an unbound variable in a template is found, print the all the
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: If an unbound variable in a template is found, print the all the
currently existing variables and the first 60 characters of their
values.
Simplify match_any_of - it just uses it's first two arguments and then
matches against the rest, rather than forcing them to be joined into a
single string (that it would just split and iterate over anyway).
Add support for two new compiler config vars, dll_import_flags and
dll_export_flags
When autoconfig prints that it has guessed something, provide the name
of the variable that can be used to override it.
Date: Sun, 13 Apr 2008 18:15:29 GMT
242 days ago: Don't hard-code the user and group when doing an install: instead use
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Don't hard-code the user and group when doing an install: instead use
whatever the current user/group is. If you wish to override, edit the
makefile or override the INSTALL_CMD_* variables on the command line.
Date: Sun, 06 Apr 2008 23:04:44 GMT
248 days ago: Bump version in configure.pl to 1.7.5
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Bump version in configure.pl to 1.7.5
Date: Mon, 31 Mar 2008 14:03:13 GMT
269 days ago: Changes for 1.7.4
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Changes for 1.7.4
Date: Mon, 10 Mar 2008 14:37:36 GMT
294 days ago: Pass the second argument of works_on as a reference, requires slightly
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Pass the second argument of works_on as a reference, requires slightly
fewer explicit coercions.
Date: Thu, 14 Feb 2008 15:29:52 GMT
317 days ago: Reorder the output of configure.pl --help so the most important and most
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Reorder the output of configure.pl --help so the most important and most
commonly used options are near the top.
Date: Tue, 22 Jan 2008 22:16:01 GMT
407 days ago: Document the --no-asm option
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Document the --no-asm option
Wrap lines a little tighter in the output of --help
Change the order of checks so we don't display that a module was not
used due to use of --no-asm when in fact the module would not run on
the target CPU anyway. Similiarly don't say "loaded only on request" if
it is incompatible with the target, since someone attempting to actually
load the module would immediately get an error.
Date: Wed, 24 Oct 2007 13:37:54 GMT
408 days ago: Switch the order of tests on constraints on modules to CPU, then OS, then
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Switch the order of tests on constraints on modules to CPU, then OS, then
compiler. That tends to give the most useful diagnostic output, since
CPU restrictions are the most common in modules.
Date: Tue, 23 Oct 2007 12:59:35 GMT