Changeset 725
- Timestamp:
- Dec 9, 2008, 2:49:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r724 r725 166 166 AC_CHECK_FILE("$srcdir/lib/subversion_info.cc",info_found="yes",info_found="no") 167 167 168 # checking that DEV_BUILD is set to false at time of release169 # Failure should be captured by distcheck170 if (test "$wc_found" = "no" && test "$SVNDIGEST_DEV_BUILD" = "true") ; then171 AC_MSG_ERROR([Incorrect version:172 [SVNDIGEST_DEV_BUILD] is set to SVNDIGEST_DEV_BUILD.173 [SVNDIGEST_DEV_BUILD] should be set to false at time of release.174 Please, update version.m4.])175 fi176 177 168 178 169 # devel version should have svn WC and SVNVERSION installed
Note: See TracChangeset
for help on using the changeset viewer.