summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-11 14:47:45 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-11 14:47:45 +0000
commit1fdc7a8079888fc920e6f058e26e99e4a8ffc54f (patch)
treeef1eb34e79f5ea870b1807701fab1ebd109fcecc /Build/source/texk/gregorio
parentc9cd640f116056e22cd79b777ea3f9e6f93f1c33 (diff)
gregorio 4.1.0-beta3
git-svn-id: svn://tug.org/texlive/trunk@39666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio')
-rwxr-xr-xBuild/source/texk/gregorio/configure4
-rw-r--r--Build/source/texk/gregorio/configure.ac1
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/gregorio/configure b/Build/source/texk/gregorio/configure
index b3945bdd8ee..8dea65bd2ad 100755
--- a/Build/source/texk/gregorio/configure
+++ b/Build/source/texk/gregorio/configure
@@ -2528,6 +2528,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
FILENAME_VERSION="4_1_0-beta3"
+cat >>confdefs.h <<_ACEOF
+#define FILENAME_VERSION "$FILENAME_VERSION"
+_ACEOF
+
ac_aux_dir=
for ac_dir in ../../build-aux "$srcdir"/../../build-aux; do
if test -f "$ac_dir/install-sh"; then
diff --git a/Build/source/texk/gregorio/configure.ac b/Build/source/texk/gregorio/configure.ac
index b2b8d6ea381..2091717b557 100644
--- a/Build/source/texk/gregorio/configure.ac
+++ b/Build/source/texk/gregorio/configure.ac
@@ -11,6 +11,7 @@ m4_include([version.ac])[] dnl define gregorio_version
AC_INIT([Gregorio (TeX Live)], gregorio_version, [tex-k@tug.org])
FILENAME_VERSION="4_1_0-beta3"
AC_SUBST(FILENAME_VERSION)
+AC_DEFINE_UNQUOTED(FILENAME_VERSION, "$FILENAME_VERSION", [version suitable for file names])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([gregorio-src/src/gregorio-utils.c])
AC_CONFIG_AUX_DIR([../../build-aux])