Changeset 851
- Timestamp:
- Nov 17, 2009, 6:02:25 AM (14 years ago)
- Location:
- branches/0.7-stable
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.7-stable/Makefile.am
r847 r851 32 32 rm -rf svndigest *~ 33 33 34 if ENABLE_SVN_SUPPORT 35 include build_support/svn_support.am 36 else 37 release: 38 @echo "ERROR: target 'release' not activated." 39 @echo " You need to run configure with '--enable-svn-support'." 40 @exit 1 41 endif 42 34 ## FIXME remove this temporary hack to avoid broken Makefile 35 $(srcdir)/build_support/svn_support.am: 43 36 44 37 # This is a workaround to avoid a broken make when .m4 files are -
branches/0.7-stable/configure.ac
r847 r851 108 108 [YAT_CPP_ADD_FLAG([SD_CPPFLAGS],[-DNDEBUG]) 109 109 YAT_CXX_ADD_FLAG([SD_CXXFLAGS],[-O3])]) 110 111 # enable svn-support112 AC_ARG_ENABLE([svn-support],113 [AS_HELP_STRING([--enable-svn-support],114 [enable svn support - used by maintainer])])115 116 AS_IF([test "x$enable_svn_support" = xyes],117 [AS_IF([test -d $srcdir/.svn], [],118 [AC_MSG_ERROR([svn support cannot be enabled: `$srcdir' is not an svn wc.])])])119 AM_CONDITIONAL([ENABLE_SVN_SUPPORT], [test "x$enable_svn_support" = "xyes"])120 110 121 111 # Apache Portable Runtime (APR) API checks
Note: See TracChangeset
for help on using the changeset viewer.