Changeset 696 for trunk/configure.ac
- Timestamp:
- Nov 17, 2008, 4:44:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r693 r696 154 154 155 155 # checking if we build in a subversion WC 156 AC_MSG_CHECKING([if we build from subversion wc]) 156 157 wc_found="no"; 157 158 if (test "$SVNVERSION" != "no" && … … 160 161 wc_found="yes"; 161 162 fi 163 AC_MSG_RESULT([$wc_found]) 162 164 AC_CHECK_FILE("$srcdir/lib/subversion_info.cc",info_found="yes",info_found="no") 163 165
Note: See TracChangeset
for help on using the changeset viewer.