Changeset 851


Ignore:
Timestamp:
Nov 17, 2009, 6:02:25 AM (14 years ago)
Author:
Peter Johansson
Message:

removed svn_support.am - and prepare for use of YAT_SVN_RELEASE instead.

Location:
branches/0.7-stable
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.7-stable/Makefile.am

    r847 r851  
    3232  rm -rf svndigest *~
    3333
    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:
    4336
    4437# This is a workaround to avoid a broken make when .m4 files are
  • branches/0.7-stable/configure.ac

    r847 r851  
    108108  [YAT_CPP_ADD_FLAG([SD_CPPFLAGS],[-DNDEBUG])
    109109   YAT_CXX_ADD_FLAG([SD_CXXFLAGS],[-O3])])
    110 
    111 # enable svn-support
    112 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"])
    120110
    121111# Apache Portable Runtime (APR) API checks
Note: See TracChangeset for help on using the changeset viewer.