summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-27 01:25:13 +0000
committerKarl Berry <karl@freefriends.org>2021-07-27 01:25:13 +0000
commit06a78e02518e23b0aa50ae3be6ec8616e98e2632 (patch)
treefc866daf868a6762b8ecdceeb8a9472957a5e15e /Build/source/texk/web2c/configure
parent9b5e7917e64eaf63a9f18bc7f06e27eaa0fb2a31 (diff)
automake 1.16.4
git-svn-id: svn://tug.org/texlive/trunk@60088 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-xBuild/source/texk/web2c/configure17
1 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index e7972a3c250..974706d41e0 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -942,6 +942,9 @@ AM_BACKSLASH
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
AM_V
+CSCOPE
+ETAGS
+CTAGS
am__untar
am__tar
AMTAR
@@ -9534,6 +9537,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