summaryrefslogtreecommitdiff
path: root/Build/source/texk/ps2pk/configure.ac
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2021-02-06 04:50:56 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2021-02-06 04:50:56 +0000
commitda96ba2fdf574a1a100232deb53150d6099cc56c (patch)
treef3ab062d9fe7ed76d83ae34a5d0758d8a93494b8 /Build/source/texk/ps2pk/configure.ac
parentf9f122183ddc88522d9022c5ac66c432572b5226 (diff)
ps2pk: Show TL version number and bug report address in usage
git-svn-id: svn://tug.org/texlive/trunk@57635 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ps2pk/configure.ac')
-rw-r--r--Build/source/texk/ps2pk/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/ps2pk/configure.ac b/Build/source/texk/ps2pk/configure.ac
index 9d0f79dc682..b4f7fbe1bfb 100644
--- a/Build/source/texk/ps2pk/configure.ac
+++ b/Build/source/texk/ps2pk/configure.ac
@@ -32,6 +32,10 @@ AC_CHECK_FUNCS([memset])
AC_CONFIG_HEADERS([c-auto.h:c-auto.in])
+m4_include([../../version.ac])[] dnl define tex_live_version
+AC_DEFINE([TL_VERSION], ["TeX Live tex_live_version()"],
+ [Define to the current TeX Live version string.])
+
dnl For tests
AC_CHECK_PROGS([KPSEWHICH], [kpsewhich], [false])