diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/gregorio/Makefile.in | 1 | ||||
-rwxr-xr-x | Build/source/texk/gregorio/configure | 3 | ||||
-rw-r--r-- | Build/source/texk/gregorio/configure.ac | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/gregorio/Makefile.in b/Build/source/texk/gregorio/Makefile.in index b805fa5f468..d65dcac1d39 100644 --- a/Build/source/texk/gregorio/Makefile.in +++ b/Build/source/texk/gregorio/Makefile.in @@ -462,6 +462,7 @@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ +FILENAME_VERSION = @FILENAME_VERSION@ GREGORIO_TREE = @GREGORIO_TREE@ GREP = @GREP@ INSTALL = @INSTALL@ diff --git a/Build/source/texk/gregorio/configure b/Build/source/texk/gregorio/configure index fb907b69e23..b3945bdd8ee 100755 --- a/Build/source/texk/gregorio/configure +++ b/Build/source/texk/gregorio/configure @@ -724,6 +724,7 @@ am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM +FILENAME_VERSION target_alias host_alias build_alias @@ -2525,7 +2526,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu - +FILENAME_VERSION="4_1_0-beta3" ac_aux_dir= for ac_dir in ../../build-aux "$srcdir"/../../build-aux; do diff --git a/Build/source/texk/gregorio/configure.ac b/Build/source/texk/gregorio/configure.ac index b5d299edd89..b2b8d6ea381 100644 --- a/Build/source/texk/gregorio/configure.ac +++ b/Build/source/texk/gregorio/configure.ac @@ -9,6 +9,8 @@ dnl with or without modifications, as long as this notice is preserved. dnl 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_PREREQ([2.65]) AC_CONFIG_SRCDIR([gregorio-src/src/gregorio-utils.c]) AC_CONFIG_AUX_DIR([../../build-aux]) |