summaryrefslogtreecommitdiffhomepage
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
12 daysbuild system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration).midipix1-1/+1
2024-02-24build system: configure: do not (potentially) change the search path semantics.midipix1-17/+0
2024-02-22build system: if supported, add -Wpedantic to --strict cflags.midipix1-1/+1
2024-02-03build system: usage(): handle lack of a of project-specific cfgdefs.usage.midipix1-1/+6
2023-05-07build system: ./configure: base SHELL on the environment's CONFIG_SHELL.midipix1-1/+1
2021-06-23build system: configure: config_ccenv(): relax the --sysroot requirement.midipix1-4/+0
2021-06-15build system: configure: config_ccenv(): fix typo.midipix1-2/+2
2021-06-15build system: configure: config_ccenv(): refined --sysroot related logic.midipix1-1/+4
2021-06-13build system: configure: output_step_prolog(): step might not be a function.midipix1-2/+2
2021-06-13build system: configure, ccenv: enhanced --sysroot logic.midipix1-1/+8
2021-06-12build system: configure: config_ccenv(): added verbose --sysroot error message.midipix1-1/+20
2021-06-12build system: ccenv: added and integrated ccenv_set_cc_sysroot_vars().midipix1-2/+2
2021-06-12build system: configure: LDFLAGS_LAST: refined cross-compilation logic.midipix1-3/+13
2021-06-12build system: configure: config_ccenv(): require --sysroot when cross-compiling.midipix1-0/+9
2021-06-12build system: configure, ccenv: added --pkgconf[if] support and integration.midipix1-0/+32
2021-06-10build system: configure: config_host(): quote variable in test expresssion.midipix1-1/+1
2021-06-10build system: configure: init_vars(): record explicit CCHOST and --cchost.midipix1-0/+6
2021-06-04build system: configure: config_flags(): abstract the --strict cflags, ldflags.midipix1-2/+2
2021-06-04build system: configure: common_defaults(): abstract the --debug cflags.midipix1-1/+1
2021-05-31build system: configure: config_host(): added freestanding environment support.midipix1-2/+16
2021-05-27build system: configure: cfgtest: do not rely on default word splitting.midipix1-1/+1
2021-05-26build system: config_host(): improved logging, strict posix conformance.midipix1-5/+46
2021-05-26build system: configure: make the cfgtest framework available to ccenv.sh.midipix1-0/+3
2021-05-23build system: configure: support project-specific make-file templates.midipix1-0/+6
2021-05-23build system: configure: config_copy(): support alternate make-file templates.midipix1-3/+4
2021-05-23build system: reserve the file-name Makefile.common for bootstrapping projects.midipix1-0/+7
2021-05-23build system: Makefile.in: properly support project-specified make file names.midipix1-8/+11
2021-04-24build system: allow projects to specify a default nickname.midipix1-0/+4
2021-04-24build system: allow projects to specify an alternate Makefile name.midipix1-0/+5
2021-04-24build system: configure: support project-specific cfginit.sh and cfgfini.sh.midipix1-0/+15
2021-04-24build system: configure: respect project-specific make{mode} preferences.midipix1-0/+9
2021-04-17build system: configure: config_copy(): enhanced Makefile generation.midipix1-12/+21
2021-04-17build system: configure: enhanced and corrected cmdline logging.midipix1-12/+27
2021-04-16build system: configure: reflect changes to PACKAGE in the default DOCDIR var.midipix1-1/+1
2021-04-15build system: configure: fix default setting of $mb_docdir.midipix1-1/+1
2021-04-15build system: configure: require $mb_package to be set (in config.project).midipix1-3/+10
2021-04-11build system: configure: append LIBDIR as the last linker path element.midipix1-0/+3
2021-04-10build system: configure: automatically detect make mode if not already set.midipix1-0/+9
2021-04-10build system: configure: added --makemode and MAKEMODE support.midipix1-0/+9
2021-04-10build system: posix make support: refactored build-flavor dependency schemes.midipix1-0/+34
2021-04-10build system: posix make support: refactored shared library versioning schemes.midipix1-1/+12
2021-04-10build system: configure: added --make and MAKE support.midipix1-1/+12
2020-01-25build system: configure: added --srcinfo,--srcsite,--pgprkey,--pgpskey support.midipix1-0/+22
2020-01-20build system: ./configure, Makefile.in: added source info logic.midipix1-0/+183
2020-01-10build system: add --pkgbugs (where to file) and --pkghome (project home page).midipix1-0/+10
2020-01-10build system: ./configure: properly handle passing of args to dot scripts.midipix1-2/+6
2020-01-09build system: configure: verify_source_directory(): disallow spaces in path.midipix1-0/+7
2020-01-09build system: added file annotations.midipix1-0/+3
2020-01-05build system: informative output: more pretty printing.midipix1-1/+1
2020-01-05build system: informative output: pretty printing.midipix1-4/+4