- Timestamp:
- Aug 8, 2009, 1:24:13 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r775 r812 33 33 if ENABLE_SVN_SUPPORT 34 34 include build_support/svn_support.am 35 else 36 release: 37 @echo "ERROR: target 'release' not activated." 38 @echo " You need to run configure with '--enable-svn-support'." 39 @exit 1 35 40 endif 36 41 -
trunk/configure.ac
r795 r812 112 112 [enable svn support - used by maintainer])]) 113 113 114 AS_IF([test "x$enable_svn -support" = xyes],114 AS_IF([test "x$enable_svn_support" = xyes], 115 115 [AC_CHECK_FILE([$srcdir/.svn],, 116 116 [AC_MSG_ERROR([svn support cannot be enabled: `$srcdir' is not an svn wc.])])]) 117 AM_CONDITIONAL([ENABLE_SVN_SUPPORT], [test "x$enable_svn -support" = "xyes"])117 AM_CONDITIONAL([ENABLE_SVN_SUPPORT], [test "x$enable_svn_support" = "xyes"]) 118 118 119 119 # Apache Portable Runtime (APR) API checks
Note: See TracChangeset
for help on using the changeset viewer.