aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-09-10 12:17:01 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-09-10 12:17:01 +0300
commit3f87dfdb1fa3a54d4ca453a2cf00ec9ad42fc178 (patch)
tree8ae514be8ba8664e1b481560a966305c40180c1a /configure
parent64ec54dcc2320d1f1b1e16068674c1333b0bf108 (diff)
downloadegawk-3f87dfdb1fa3a54d4ca453a2cf00ec9ad42fc178.tar.gz
egawk-3f87dfdb1fa3a54d4ca453a2cf00ec9ad42fc178.tar.bz2
egawk-3f87dfdb1fa3a54d4ca453a2cf00ec9ad42fc178.zip
Update to Automake 1.16.4.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 17 insertions, 0 deletions
diff --git a/configure b/configure
index 72a1699f..483b43b4 100755
--- a/configure
+++ b/configure
@@ -726,6 +726,9 @@ AM_BACKSLASH
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
AM_V
+CSCOPE
+ETAGS
+CTAGS
am__untar
am__tar
AMTAR
@@ -3559,6 +3562,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