diff options
author | Norbert Preining <norbert@preining.info> | 2021-07-28 03:00:58 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-07-28 03:00:58 +0000 |
commit | f083b031d6785bf31f4b35408aca161e81b935f6 (patch) | |
tree | 71d21510e1f9fc17dd58aae5c45fab30c65c4ea0 /dviware/dviljk/configure.texk | |
parent | cef58753eba8ad7e2071195dbd92454febe82d32 (diff) |
CTAN sync 202107280300
Diffstat (limited to 'dviware/dviljk/configure.texk')
-rwxr-xr-x | dviware/dviljk/configure.texk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dviware/dviljk/configure.texk b/dviware/dviljk/configure.texk index d1d7f9b1f2..f0cee5f333 100755 --- a/dviware/dviljk/configure.texk +++ b/dviware/dviljk/configure.texk @@ -735,6 +735,9 @@ AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V +CSCOPE +ETAGS +CTAGS am__untar am__tar AMTAR @@ -8683,6 +8686,20 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi + +if test -z "$ETAGS"; then + ETAGS=etags +fi + +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi + + # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile |