summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-09-28 23:39:56 +0000
committerKarl Berry <karl@freefriends.org>2016-09-28 23:39:56 +0000
commit0ccb1bafd7b350766c1c43cea86f22ca4beb40a4 (patch)
treed2e899e8c61786afb00cc76e46b56e4fec59af7f /Build/source/texk/gregorio/configure.ac
parenta617c2af51851dd3949230bda3c054f4d8a7ea1a (diff)
do not use FILENAME_VERSION, as with TL16
git-svn-id: svn://tug.org/texlive/trunk@42176 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/configure.ac')
-rw-r--r--Build/source/texk/gregorio/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/gregorio/configure.ac b/Build/source/texk/gregorio/configure.ac
index 7b95ac38e61..faf7a68017e 100644
--- a/Build/source/texk/gregorio/configure.ac
+++ b/Build/source/texk/gregorio/configure.ac
@@ -1,3 +1,4 @@
+dnl $Id$
dnl Process this file with autoconf to produce a configure script.
dnl
dnl Copyright 2016 Karl Berry <tex-live@tug.org>
@@ -9,9 +10,6 @@ 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], [gregorio--tex-live-], [http://gregorio-project.github.io/])
-FILENAME_VERSION="4_2_0"
-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])