Changeset 874 for trunk/configure.ac
- Timestamp:
- Nov 22, 2009, 11:53:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r858 r874 54 54 55 55 AC_CONFIG_HEADER([config.h]) 56 AM_INIT_AUTOMAKE([1.10 std-options check-news])56 AM_INIT_AUTOMAKE([1.10 std-options]) 57 57 58 58 # Set default programming language … … 106 106 [YAT_CPP_ADD_FLAG([SD_CPPFLAGS],[-DNDEBUG]) 107 107 YAT_CXX_ADD_FLAG([SD_CXXFLAGS],[-O3])]) 108 109 # enable svn-support110 AC_ARG_ENABLE([svn-support],111 [AS_HELP_STRING([--enable-svn-support],112 [enable svn support - used by maintainer])])113 114 AS_IF([test "x$enable_svn_support" = xyes],115 [AS_IF([test -d $srcdir/.svn], [],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"])118 108 119 109 # Apache Portable Runtime (APR) API checks … … 210 200 [chmod +x test/check_repo_status.sh]) 211 201 202 # maintainer make rukes from yat project 203 YAT_SVN_RELEASE 212 204 213 205 AC_CONFIG_FILES([Makefile
Note: See TracChangeset
for help on using the changeset viewer.