diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-11 05:54:49 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-11 05:54:49 +0000 |
commit | c9cd640f116056e22cd79b777ea3f9e6f93f1c33 (patch) | |
tree | 0eacbad4e6b8ad808715ba42f46dff511f7ccefd /Build/source/texk | |
parent | 64f422f8ceb16d2d065bba476d7803d7ce012b70 (diff) |
gregorio 4.1.0-beta3
git-svn-id: svn://tug.org/texlive/trunk@39665 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-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]) |