diff options
author | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2021-02-06 04:44:15 +0000 |
---|---|---|
committer | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2021-02-06 04:44:15 +0000 |
commit | f9f122183ddc88522d9022c5ac66c432572b5226 (patch) | |
tree | 94ab2e436951f7d601a110261fce4f3b2a936a74 /Build/source/texk/bibtex-x/configure.ac | |
parent | d6f342dc662893a00603c2079e1e262f007ad075 (diff) |
bibtex-x: Add TL version number and bug report address in online help
git-svn-id: svn://tug.org/texlive/trunk@57634 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex-x/configure.ac')
-rw-r--r-- | Build/source/texk/bibtex-x/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/bibtex-x/configure.ac b/Build/source/texk/bibtex-x/configure.ac index 66864247018..0143f200842 100644 --- a/Build/source/texk/bibtex-x/configure.ac +++ b/Build/source/texk/bibtex-x/configure.ac @@ -19,6 +19,10 @@ m4_include([ac/bibtex-x.ac]) AC_CONFIG_HEADERS([config.h]) +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.]) + AC_PROG_CXX KPSE_CXX_HACK |