Skip to content

Commit

Permalink
removed old no-portability flag to automake
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668183 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Noah Slater committed Jun 16, 2008
1 parent 85a0f5e commit 5a8ba1a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,15 @@ Javascript View Server:
renamed to `emit(key, value)`.
* Fixed handling of exceptions raised by view functions.

Build, Scripts, and System Integration:
Packaging and System Integration:

* CouchDB can automatically respawn following a server crash.
* Database server no longer refuses to start with a stale PID file.
* System logrotate configuration provided.
* Improved handling of ICU shared libraries.
* The `couchdb` script now automatically enables SMP support in Erlang if
available.
* The `couchdb` script now automatically enables SMP support in Erlang.
* The `couchdb` and `couchjs` scripts have been improved for portability.
* The build and install system has been improved for portability.

Futon Utility Client:

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pkgdoc_DATA = AUTHORS.gz BUGS.gz CHANGES.gz NEWS.gz README.gz THANKS.gz

DISTCLEANFILES = $(pkgdoc_DATA)

EXTRA_DIST = AUTHORS BUGS CHANGES LICENSE NEWS README THANKS
EXTRA_DIST = AUTHORS BUGS CHANGES LICENSE NEWS NOTICE README THANKS

AUTHORS.gz: $(top_srcdir)/AUTHORS
-gzip -9 < $< > $@
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Released under the patronage of the Apache Software Foundation Incubator.
* Added support for incremental map/reduce views.
* Changed database file format.
* Many improvements to Futon, the web administration interface.
* Miscellaneous improvements to system integration and portability.
* Swapped out Erlang's inets HTTP server for the Mochiweb HTTP server.
* SpiderMonkey is no longer included with CouchDB, but rather treated as an
external dependendancy.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR([build-aux])

AM_CONFIG_HEADER([config.h])

AM_INIT_AUTOMAKE([1.6.3 foreign check-news -Wno-portability])
AM_INIT_AUTOMAKE([1.6.3 foreign check-news])

AC_GNU_SOURCE
AC_ENABLE_SHARED
Expand Down

0 comments on commit 5a8ba1a

Please sign in to comment.