summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/utils/mkjobtexmf/configure.ac7
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)