summaryrefslogtreecommitdiffstats
path: root/src/auto/configure
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-05-13 12:49:39 +0000
committerBram Moolenaar <Bram@vim.org>2009-05-13 12:49:39 +0000
commit0c7ce77a00469e0d8956de3df06b5fde4023ad47 (patch)
treeb5da55efdab4e1ea1faa4d933dbbd14ce841d1e7 /src/auto/configure
parent4221e5fa6c407ab40c34b38b7c2e8a7d4e733663 (diff)
updated for version 7.2-168v7.2.168
Diffstat (limited to 'src/auto/configure')
-rwxr-xr-xsrc/auto/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auto/configure b/src/auto/configure
index 8892042836..347db650d0 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -15707,6 +15707,7 @@ test -f tags && mv tags tags.save
if (eval ctags --version /dev/null | grep Exuberant) < /dev/null 1>&5 2>&1; then
TAGPRG="ctags -I INIT+ --fields=+S"
else
+ TAGPRG="ctags"
(eval etags /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="etags"
(eval etags -c /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="etags -c"
(eval ctags /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags"