diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-06 00:25:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-06 00:25:00 +0000 |
commit | c32dbd835ae6f5be713a3fbfa8ca77f152a826c1 (patch) | |
tree | 426d4f9080eb22b0844799e22f0f90b21ea01b45 /Build | |
parent | 6c76bdc482bc3114c9e45e09dfd11b0622a3b18d (diff) |
omit explicit version number
git-svn-id: svn://tug.org/texlive/trunk@4891 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/utils/mkjobtexmf/configure.ac | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/utils/mkjobtexmf/configure.ac b/Build/source/utils/mkjobtexmf/configure.ac index 82921587e24..17cbf64521b 100644 --- a/Build/source/utils/mkjobtexmf/configure.ac +++ b/Build/source/utils/mkjobtexmf/configure.ac @@ -1,6 +1,9 @@ dnl Public domain, written by Norbert Preining. - -AC_INIT(mkjobtexmf, 0.4, tex-live@tug.org) +dnl +dnl Do not specify the actual version number here, since we don't use +dnl the PACKAGE_VERSION or PACKAGE_STRING macros, and it seems pointless +dnl to have to update this file with every release. +AC_INIT(mkjobtexmf, rel, tex-live@tug.org) AC_CONFIG_AUX_DIR(../../config) AC_CONFIG_FILES(Makefile) |