summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-09-29 00:42:21 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-09-29 00:42:21 +0000
commit422937113da28615dc16f7abca8b0381c86aa6d5 (patch)
treeff993d0a09f9501d59a87fd635dc9a71c424577f /autoconf
parente5f6204cd5d2306379bf8954e280ad35619a38b5 (diff)
downloadllvm-422937113da28615dc16f7abca8b0381c86aa6d5.tar.gz
llvm-422937113da28615dc16f7abca8b0381c86aa6d5.tar.bz2
llvm-422937113da28615dc16f7abca8b0381c86aa6d5.tar.xz
PR1601: etags not configured correctly
Resolving this by deleting vestigal etags remnants. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 087f734452..25cdfec4f3 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -551,15 +551,6 @@ if test "$lt_cv_dlopen_self" = "yes" ; then
[Define if dlopen(0) will open the symbols of the program])
fi
-dnl Check if we know how to tell etags we are using C++:
-etags_version=`$ETAGS --version 2>&1`
-case "$etags_version" in
- *[Ee]xuberant*) ETAGSFLAGS="--language-force=c++" ;;
- *GNU\ Emacs*) ETAGSFLAGS="-l c++" ;;
- *) ETAGSFLAGS="" ;;
-esac
-AC_SUBST(ETAGSFLAGS,$ETAGSFLAGS)
-
if test "$WITH_LLVMGCCDIR" = "default" ; then
LLVMGCC="llvm-gcc${EXEEXT}"
LLVMGXX="llvm-g++${EXEEXT}"