summaryrefslogtreecommitdiff
path: root/util/mm-common-get.in
Commit message (Collapse)AuthorAgeFilesLines
* Add doc_postprocess.py and doc_install.pyKjell Ahlstedt2021-08-161-1/+1
| | | | | | | | | | Generating documentation does not require Perl in Meson builds. util/build_scripts/doc-reference.py calls doc_postprocess.py and doc_install.py instead of doc-postprocess.pl and doc-install.pl. The Perl scripts are kept. They are used in Autotools builds. mm-common-prepare still copies them.
* util: Add script to check gmmproc versionChun-wei Fan2020-04-041-1/+1
| | | | | | | | This adds a new utility script for Meson builds to check on what gmmproc version was used (or is to be used) to generate the sources, so that we can know whether we are ready to use compiler directives to export symbols by defining macros during the build of the various -mm C++ modules.
* Support modules that are built with MesonKjell Ahlstedt2019-09-281-0/+62
* configure.ac: * Makefile.am: * meson.build: Install files from util/build_scripts/. Configure mm-common-get and mm-common-get.1. * README: Describe the new files. * util/build_scripts/*.py: * util/mm-common-get.1.in: * util/mm-common-get.in: New files for modules built with Meson. * util/mm-common-prepare.1.in: * util/mm-common-prepare.in: Mention that these are used for modules built with Autotools. See MR !2