diff options
Diffstat (limited to 'Build/source/utils/autosp/configure')
-rwxr-xr-x | Build/source/utils/autosp/configure | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/utils/autosp/configure b/Build/source/utils/autosp/configure index 6b2ef85b62a..940d35e2775 100755 --- a/Build/source/utils/autosp/configure +++ b/Build/source/utils/autosp/configure @@ -682,6 +682,9 @@ AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V +CSCOPE +ETAGS +CTAGS am__untar am__tar AMTAR @@ -4338,6 +4341,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 |