From: Gordon Henriksen Date: Sat, 29 Sep 2007 00:42:21 +0000 (+0000) Subject: PR1601: etags not configured correctly X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=422937113da28615dc16f7abca8b0381c86aa6d5;p=oota-llvm.git 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 --- diff --git a/Makefile.config.in b/Makefile.config.in index f187c5fc7bf..fd17ad4ced6 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -152,8 +152,6 @@ PERL := @PERL@ BZIP2 := @BZIP2@ DOT := @DOT@ DOXYGEN := @DOXYGEN@ -ETAGS := @ETAGS@ -ETAGSFLAGS := @ETAGSFLAGS@ GROFF := @GROFF@ GZIP := @GZIP@ OCAMLC := @OCAMLC@ diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 087f734452a..25cdfec4f31 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}" diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index e2b07a68237..3327df160c6 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -469,7 +469,6 @@ href="CFEBuildInstrs.html">try to compile it on your platform.

  • date - print the current date/time
  • echo - print to standard output
  • egrep - extended regular expression search utility
  • -
  • etags - C/C++ tag file creator for vim/emacs
  • find - find files/dirs in a file system
  • grep - regular expression search utility
  • gzip* - gzip command for distribution generation
  • diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index 9cb5b15bfd7..7b4b7552c1d 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -808,11 +808,6 @@ isn't one.
    ECHO(configured)
    Specifies the path to the echo tool for printing output.
    -
    ETAGS(configured)
    -
    Specifies the path to the etags tool.
    -
    ETAGSFLAGS(configured) -
    -
    Provides flags to be passed to the etags tool.
    EXEEXT(configured)
    Provides the extension to be used on executables built by the makefiles. The value may be empty on platforms that do not use file extensions for