diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-01 07:19:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-01 07:19:10 +0000 |
commit | 78984f503c0404ea36674a74076b091b27a9e528 (patch) | |
tree | 89fafa57f1dfefd4a483e20b8ffbb778ea50c498 /src/configure.in | |
parent | 53805d1eaa179509f39048516e344158eedfbbe4 (diff) | |
download | vim-git-78984f503c0404ea36674a74076b091b27a9e528.tar.gz |
updated for version 7.0121v7.0121
Diffstat (limited to 'src/configure.in')
-rw-r--r-- | src/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in index 3280e1763..e9f21a2ca 100644 --- a/src/configure.in +++ b/src/configure.in @@ -2902,7 +2902,7 @@ dnl -i+m to test for older Exuberant ctags AC_MSG_CHECKING(how to create tags) test -f tags && mv tags tags.save if (eval ctags --version /dev/null | grep Exuberant) < /dev/null 1>&AC_FD_CC 2>&1; then - TAGPRG="ctags" + TAGPRG="ctags -I INIT+" else (eval etags /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="etags" (eval etags -c /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="etags -c" |