comparison src/configure.in @ 456:c4d200412ae9 v7.0121

updated for version 7.0121
author vimboss
date Mon, 01 Aug 2005 07:19:10 +0000
parents 33d9c918b8ab
children 52e76e2b5b65
comparison
equal deleted inserted replaced
455:e6e639f0cb97 456:c4d200412ae9
2900 dnl -v for variables. Dangerous, most ctags take this for 'vgrind style'. 2900 dnl -v for variables. Dangerous, most ctags take this for 'vgrind style'.
2901 dnl -i+m to test for older Exuberant ctags 2901 dnl -i+m to test for older Exuberant ctags
2902 AC_MSG_CHECKING(how to create tags) 2902 AC_MSG_CHECKING(how to create tags)
2903 test -f tags && mv tags tags.save 2903 test -f tags && mv tags tags.save
2904 if (eval ctags --version /dev/null | grep Exuberant) < /dev/null 1>&AC_FD_CC 2>&1; then 2904 if (eval ctags --version /dev/null | grep Exuberant) < /dev/null 1>&AC_FD_CC 2>&1; then
2905 TAGPRG="ctags" 2905 TAGPRG="ctags -I INIT+"
2906 else 2906 else
2907 (eval etags /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="etags" 2907 (eval etags /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="etags"
2908 (eval etags -c /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="etags -c" 2908 (eval etags -c /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="etags -c"
2909 (eval ctags /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="ctags" 2909 (eval ctags /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="ctags"
2910 (eval ctags -t /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="ctags -t" 2910 (eval ctags -t /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="ctags -t"