summaryrefslogtreecommitdiff
path: root/indexing/makeindexk/configure.texk
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-07-28 03:00:58 +0000
committerNorbert Preining <norbert@preining.info>2021-07-28 03:00:58 +0000
commitf083b031d6785bf31f4b35408aca161e81b935f6 (patch)
tree71d21510e1f9fc17dd58aae5c45fab30c65c4ea0 /indexing/makeindexk/configure.texk
parentcef58753eba8ad7e2071195dbd92454febe82d32 (diff)
CTAN sync 202107280300
Diffstat (limited to 'indexing/makeindexk/configure.texk')
-rwxr-xr-xindexing/makeindexk/configure.texk17
1 files changed, 17 insertions, 0 deletions
diff --git a/indexing/makeindexk/configure.texk b/indexing/makeindexk/configure.texk
index 4eb1af7393..81c2ce909e 100755
--- a/indexing/makeindexk/configure.texk
+++ b/indexing/makeindexk/configure.texk
@@ -733,6 +733,9 @@ AM_BACKSLASH
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
AM_V
+CSCOPE
+ETAGS
+CTAGS
am__untar
am__tar
AMTAR
@@ -8449,6 +8452,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