summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-04-12 09:25:25 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-04-12 09:25:25 +0000
commit0e0605c1856a4717aa6bfec0944c8a9d6574d1b8 (patch)
tree429af3b6184224a17546f1b2959658f8a4810bc8 /Build/source/texk/gregorio
parent7014f2dec7f957c05d060222640c63bb5be791ec (diff)
texk/gregorio: try to fix configure.ac
git-svn-id: svn://tug.org/texlive/trunk@40469 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio')
-rwxr-xr-xBuild/source/texk/gregorio/configure2
-rw-r--r--Build/source/texk/gregorio/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/gregorio/configure b/Build/source/texk/gregorio/configure
index f6da05d96f9..ce2636e6135 100755
--- a/Build/source/texk/gregorio/configure
+++ b/Build/source/texk/gregorio/configure
@@ -593,7 +593,7 @@ PACKAGE_TARNAME='gregorio--tex-live-'
PACKAGE_VERSION='4.1.1'
PACKAGE_STRING='Gregorio (TeX Live) 4.1.1'
PACKAGE_BUGREPORT='tex-k@tug.org'
-PACKAGE_URL=''
+PACKAGE_URL='http://gregorio-project.github.io/'
ac_unique_file="gregorio-src/src/gregorio-utils.c"
# Factoring default headers for most tests.
diff --git a/Build/source/texk/gregorio/configure.ac b/Build/source/texk/gregorio/configure.ac
index 832430deb7e..75ae6d8cc1b 100644
--- a/Build/source/texk/gregorio/configure.ac
+++ b/Build/source/texk/gregorio/configure.ac
@@ -8,7 +8,7 @@ dnl gives unlimited permission to copy and/or distribute it,
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])
+AC_INIT([Gregorio (TeX Live)], gregorio_version, [tex-k@tug.org], [gregorio--tex-live-], [http://gregorio-project.github.io/])
FILENAME_VERSION="4_1_1"
AC_SUBST(FILENAME_VERSION)
AC_DEFINE_UNQUOTED(FILENAME_VERSION, "$FILENAME_VERSION", [version suitable for file names])