Changeset 2128
- Timestamp:
- Dec 22, 2009, 11:05:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r2120 r2128 271 271 CXXFLAGS=$yat_save_CXXFLAGS 272 272 273 AC_ARG_ENABLE([svn-support],274 [AS_HELP_STRING([--enable-svn-support],275 [enable svn support - used by yat maintainer])])276 277 if test "x$enable_svn-support" = "xyes"; then278 svn_error_msg="svn support cannot be enabled:"279 AS_IF([test "x$MD5" = "xno"],280 [AC_MSG_ERROR([$svn_error_msg tool to create md5 file not found])])281 282 AS_IF([test -d $srcdir/.svn], [],283 [AC_MSG_ERROR([$svn_error_msg `$srcdir' is not an svn wc.])])284 fi285 AM_CONDITIONAL([ENABLE_SVN_SUPPORT], [test "x$enable_svn_support" = "xyes"])286 287 288 273 # yat specific settings 289 274 YAT_LIBNAME="yat"
Note: See TracChangeset
for help on using the changeset viewer.