summaryrefslogtreecommitdiff
path: root/m4macros/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use datarootdir instead of datadirNatanael Copa2020-06-241-1/+1
| | | | | | datarootdir should be used instead of datadir. https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Changed-Directory-Variables.html
* Install m4 macros into default $datadir/aclocalNatanael Copa2020-06-111-1/+1
| | | | | | | | Install the m4 macros in location where autoconf will find them by default. Adjust xdt-autogen to depend on the default location while still respect any set ACLOCAL_FLAGS or XDT_ACLOCAL_FLAGS.
* Implement XDT_VERSION_INITNatanael Copa2020-06-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | Add an XDT_VERSION_INIT help macro that will define a set of version macros using esyscmd so we no lnger need to use configure.ac.in to perpare the version string for AC_INIT. XDT_VERSION_INIT(SEMVER, [TAG] will set the following macros: - xdt_version - xdt_version_major - xdt_version_minor - xdt_version_micro - xdt_version_tag - xdt_version_build - xdt_debug_default Example usage: XDT_VERSION_INIT([4.15.3],[git]) AC_INIT([xfce4-someproject], [xdt_version()]) ... XDT_FEATURE_DEBUG([xdt_debug_default])
* Cleanup xfce4-dev-toolsRomain Bouvier2019-05-231-3/+1
| | | | | | | | - Remove useless macros: m4macros/xdt-python.m4 and m4macros/xdt-xfce.m4 are not used - Update URLs - Remove xdt-commit, used to generate Changelog, now done via make distcheck
* Cleanup files and update .gitignoreHarald Judt2015-02-171-3/+1
| | | | Update copyright dates, remove subversion $id strings, update .gitignore.
* 2005-02-19 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-02-191-0/+1
| | | | | | | | | * m4macros/xdt-python.m4, m4macros/Makefile.am: Add M4 file for Python related checks, currently contains an autoconf check to find header files required to build Python extensions on the target system. (Old svn revision: 2274)
* Initial revisionBMEURER_20050126Benedikt Meurer2005-01-261-0/+19
(Old svn revision: 2260)