Updated Branches: refs/heads/1653-fix-bootstrap-1.2.x [created] 8adf9a50c refs/heads/1653-fix-bootstrap_1.2.x [deleted] 8adf9a50c
fix COUCHDB-1653 AM_... is obsolote. use AC_CONFIG_HEADERS instead. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/8adf9a50 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/8adf9a50 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/8adf9a50 Branch: refs/heads/1653-fix-bootstrap-1.2.x Commit: 8adf9a50cf14d83de52dd3853a220475feb0fb25 Parents: 34125be Author: benoitc <[email protected]> Authored: Sat Jan 26 21:51:10 2013 +0100 Committer: benoitc <[email protected]> Committed: Sat Jan 26 21:51:10 2013 +0100 ---------------------------------------------------------------------- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/8adf9a50/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index de212ec..99543b0 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_CONFIG_SRCDIR([CHANGES]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADERS([src/snappy/google-snappy/config.h]) AM_INIT_AUTOMAKE([1.6.3 foreign])
