diff options
author | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2021-02-06 04:50:56 +0000 |
---|---|---|
committer | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2021-02-06 04:50:56 +0000 |
commit | da96ba2fdf574a1a100232deb53150d6099cc56c (patch) | |
tree | f3ab062d9fe7ed76d83ae34a5d0758d8a93494b8 /Build/source/texk/ps2pk/configure | |
parent | f9f122183ddc88522d9022c5ac66c432572b5226 (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')
-rwxr-xr-x | Build/source/texk/ps2pk/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/ps2pk/configure b/Build/source/texk/ps2pk/configure index 31e8e16daa3..85c6f0565d5 100755 --- a/Build/source/texk/ps2pk/configure +++ b/Build/source/texk/ps2pk/configure @@ -13729,6 +13729,11 @@ done ac_config_headers="$ac_config_headers c-auto.h:c-auto.in" + + +$as_echo "#define TL_VERSION \"TeX Live 2021/dev\"" >>confdefs.h + + for ac_prog in kpsewhich do # Extract the first word of "$ac_prog", so it can be a program name with args. |