summaryrefslogtreecommitdiffstats
path: root/autogen.rc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Post beta release update.Werner Koch2014-09-181-1/+1
| | | | --
* build: Remove unused options.Werner Koch2014-06-271-1/+1
| | | | | | | | | | * configure.ac: Remove option --build-agent-only. (FAKE_CURL, GPGKEYS_CURL): Remove check for cURL (GPGKEYS_MAILTO): Remove ac_subst but keep the currently unused SENDMAIL check. (GPGKEYS_KDNS): Remove ac_subst. * autogen.rc (final_info): Remove suggestion to use the removed option --enable-mailto.
* Improve the beta number generation.Werner Koch2014-06-061-0/+2
| | | | | | | | | | | * autogen.sh: Add option --find-version * configure.ac: Rework the setting of the mym4_ variables. -- The old system was not too well defined if no release for a series has yet been done. We now introduce a "PACKAGE-N.M-base" tag to solve this problem. To keep the M4 code readable the GIT parsing has been moved to ./autogen.sh.
* Turn autogen.sh into a generic script.Werner Koch2014-01-101-0/+43
* autogen.sh: Revamp. * autogen.rc: New. * Makefile.am (EXTRA_DIST): Add autogen.rc. -- Signed-off-by: Werner Koch <wk@gnupg.org>