summaryrefslogtreecommitdiffstats
path: root/build-aux/git-version-gen
Commit message (Collapse)AuthorAgeFilesLines
* build: replace autotools with cmakeRafael G. Martins2024-05-211-225/+0
| | | | | | | | | | | | | | | this patch removes all the autoconf/automake/libtool build infrastructure and replaces it with cmake. notable default behavior changes: - man pages are not pre-built, and are not built by default, must be enabled with `-DBUILD_MANPAGES=ON`. removed features: - srpm packaging, to be reintroduced at some point. - deb packaging, now handled externally via rafaelmartins/deb.rgm.io more stuff must be missing, please report bugs!
* Revert "Revert "build: added git-version-gen support""Rafael G. Martins2016-01-311-0/+225
| | | | This reverts commit 8e01ccec4837027a12a4bfc6a54e3c09440169a9.
* Revert "build: added git-version-gen support"Rafael G. Martins2016-01-141-225/+0
| | | | This reverts commit 5e53ba7406e65b51ec59aad634b6baf7154e1ad3.
* build: added git-version-gen supportRafael G. Martins2016-01-131-0/+225