aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2013-02-25 13:40:36 +0000
committerWerner Koch <[email protected]>2013-02-25 13:40:36 +0000
commit967e043ac42330ee692f23d05ce3a0dd457f2119 (patch)
treee4a99f514587254e0f96b95064eb996df2b478e6 /configure.ac
parentDeclare next version to be 1.4.0 (diff)
downloadgpgme-967e043ac42330ee692f23d05ce3a0dd457f2119.tar.gz
gpgme-967e043ac42330ee692f23d05ce3a0dd457f2119.zip
Remove included gitlog-to-changelog.
* build-aux/gitlog-to-changelog: Remove. * configure.ac (GITLOG_TO_CHANGELOG): Default to just gitlog-to-changelog.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6ba74c38..9c4d3331 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,8 +95,9 @@ AH_VERBATIM([_REENTRANT],
AC_PROG_CC
AC_PROG_CXX
-AC_CHECK_PROGS(GITLOG_TO_CHANGELOG, gitlog-to-changelog,
- [build-aux/gitlog-to-changelog])
+
+# Note: A suitable gitlog-to-changelog script can be found in GnuPG master.
+AC_CHECK_PROGS(GITLOG_TO_CHANGELOG, gitlog-to-changelog, [gitlog-to-changelog])
AC_SUBST(LIBGPGME_LT_CURRENT)
AC_SUBST(LIBGPGME_LT_AGE)