summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk')
-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])