aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-01-28 04:52:52 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-01-28 04:52:52 +0000
commitcddffaf5e60f638b2acf4d33a4eb43c984825bba (patch)
tree63848b27d42ef733e8e0e850601238240eb14258 /configure.ac
parent29598e41a51ab7c5c98aa8b9af7941e8ceaaf644 (diff)
downloadbitcoin-cddffaf5e60f638b2acf4d33a4eb43c984825bba.tar.xz
Bugfix: Include COPYRIGHT_HOLDERS_SUBSTITUTION in Makefile substitutions so it gets passed to extract-strings correctly
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9cd5ff5f30..1ddb1f4a84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -925,6 +925,7 @@ AC_SUBST(CLIENT_VERSION_BUILD, _CLIENT_VERSION_BUILD)
AC_SUBST(CLIENT_VERSION_IS_RELEASE, _CLIENT_VERSION_IS_RELEASE)
AC_SUBST(COPYRIGHT_YEAR, _COPYRIGHT_YEAR)
AC_SUBST(COPYRIGHT_HOLDERS, "_COPYRIGHT_HOLDERS")
+AC_SUBST(COPYRIGHT_HOLDERS_SUBSTITUTION, "_COPYRIGHT_HOLDERS_SUBSTITUTION")
AC_SUBST(COPYRIGHT_HOLDERS_FINAL, "_COPYRIGHT_HOLDERS_FINAL")
AC_SUBST(RELDFLAGS)