Changeset 1657
- Timestamp:
- Dec 17, 2008, 3:50:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1637 r1657 191 191 [enable_svn_support=yes]) 192 192 if test "x$enable_svn_support" = "xyes"; then 193 AC_CHECK_PROG([have_svnversion], [svnversion], [yes], [no]) 194 svn_error_msg="svn support cannot be enabled:" 195 if test "x$have_svnversion" != "xyes"; then 196 AC_MSG_ERROR([$svn_error_msg svnversion executable not found.]) 197 fi 198 if test `svnversion -n $srcdir` == "exported"; then 199 AC_MSG_ERROR([$svn_error_msg `$srcdir' is not an svn wc.]) 200 fi 193 AC_CHECK_FILE([$srcdir/.svn], , 194 AC_MSG_ERROR([$svn_error_msg `$srcdir' is not an svn wc.])) 201 195 AC_PATH_PROG([PERL], [perl], [no]) 202 196 if test "x$PERL" = "xno"; then
Note: See TracChangeset
for help on using the changeset viewer.