summaryrefslogtreecommitdiff
path: root/m4/ax_subdirs_configure.m4
Commit message (Collapse)AuthorAgeFilesLines
* ax_subdirs_configure.m4: update to make cache files for subdirs work betterReuben Thomas2020-04-181-12/+9
|
* Fix typos found by codespellStefan Weil2018-06-301-4/+4
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* AX_SUBDIRS_CONFIGURE: cosmeticv2017.09.28Peter Simons2017-09-281-2/+2
|
* AX_SUBDIRS_CONFIGURE: fix empty argument handlingHarenome Ranaivoarivony-Razanajato2017-08-011-17/+21
| | | | | | This commit fixes the way empty arguments are handled (i.e nothing is done) in AX_SUBDIRS_CONFIGURE as opposed to the previous implementation which could set wrong variables when empty arguments were provided.
* AX_SUBDIRS_CONFIGURE: fix documentation layout for proper HTML renderingPeter Simons2017-04-211-59/+67
|
* AX_SUBDIRS_CONFIGURE: new macroHarenome Ranaivoarivony-Razanajato2017-04-211-0/+325
| | | | | | | | | | | | | | | | | | | | | AX_SUBDIRS_CONFIGURE is a macro akin to AC_CONFIG_SUBDIRS which allows to run other configure scripts. AX_SUBDIRS_CONFIGURE attempts to follow the same rules as AC_CONFIG_SUBDIRS such as: - command line arguments from the parent configure script are given to the child configure script. - some arguments are modified (for instance `--cache-file`, `--srcdir`) However, as opposed to AC_CONFIG_SUBDIRS, AX_SUBDIRS_CONFIGURE takes 4 additional parameters which correspond to: - arguments that must always be passed down to child configure scripts. - arguments that may be merged with existing arguments. - arguments that must replace existing arguments. - arguments that must never be passed to the configure scripts. Subdirectories recorded with AX_SUBDIRS_CONFIGURE are added to the new `subdirs_extra` variable instead of `subdirs`.
* remove m4 submoduleDustin J. Mitchell2009-08-011-6/+0
|
* m4: update reference to macro branchPeter Simons2009-08-011-5/+5
|
* m4: update reference to macro branchPeter Simons2009-07-311-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-301-5/+7
|
* m4: update reference to macro branchPeter Simons2009-07-271-5/+5
|
* Avoid non-ASCII characters in m4 files.Peter Simons2009-07-271-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-221-7/+6
|
* m4: update reference to macro branchPeter Simons2009-07-211-5/+8
|
* m4: update reference to macro branchPeter Simons2009-07-211-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-211-6/+6
|
* m4: update reference to macro branchPeter Simons2009-07-201-5/+7
|
* m4: update reference to macro branchPeter Simons2009-07-191-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-171-6/+6
|
* m4: update reference to macro branchPeter Simons2009-06-231-12/+6
|
* m4: update reference to macro branchPeter Simons2009-06-221-6/+12
|
* m4: update reference to macro branchPeter Simons2009-06-161-5/+7
|
* m4: update reference to macro branchPeter Simons2009-06-101-7/+5
|
* m4: update reference to macro branchPeter Simons2009-06-101-6/+6
|
* m4: update reference to macro branchPeter Simons2009-06-051-7/+6
|
* maint: added initial version of the toolchainPeter Simons2009-05-051-0/+9
The build process requires python, the python StringTemplate module, and preferably SCons. A make-based build exists, but it is really slow and awkward, compared to the SConstruct file.