Skip to content

Commit

Permalink
removed check-news check completely
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707410 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Noah Slater committed Oct 23, 2008
1 parent 08c6b6f commit 034b9c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions configure.ac
Expand Up @@ -21,11 +21,7 @@ AC_CONFIG_AUX_DIR([build-aux])

AM_CONFIG_HEADER([config.h])

if test x${NIGHTLY}; then
AM_INIT_AUTOMAKE([1.6.3 foreign])
else
AM_INIT_AUTOMAKE([1.6.3 foreign check-news])
fi
AM_INIT_AUTOMAKE([1.6.3 foreign])

AC_GNU_SOURCE
AC_ENABLE_SHARED
Expand Down

0 comments on commit 034b9c6

Please sign in to comment.