Changeset 1331:a4e770364466
- Timestamp:
- 09/03/09 22:01:39 (2 years ago)
- Branch:
- default
- Location:
- trunk
- Files:
-
- 2 edited
-
configure (modified) (1 diff)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1286 r1331 5325 5325 5326 5326 5327 TAGS=$(which etags )5327 TAGS=$(which etags 2>/dev/null) 5328 5328 if test -z "$TAGS" -o ! -x "$TAGS" 5329 5329 then 5330 TAGS=$(which ctags )5330 TAGS=$(which ctags 2>/dev/null) 5331 5331 if test -z "$TAGS" -o ! -x "$TAGS" 5332 5332 then -
trunk/configure.in
r1286 r1331 63 63 64 64 AC_SUBST(TAGS) 65 TAGS=$(which etags )65 TAGS=$(which etags 2>/dev/null) 66 66 if test -z "$TAGS" -o ! -x "$TAGS" 67 67 then 68 TAGS=$(which ctags )68 TAGS=$(which ctags 2>/dev/null) 69 69 if test -z "$TAGS" -o ! -x "$TAGS" 70 70 then
Note: See TracChangeset
for help on using the changeset viewer.
