aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-14 07:34:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-14 07:34:20 +0000
commit202897fc6cd655c966ede924645f437cdb5afaae (patch)
tree1554eef3e6c262e16738544304d9c93326bb0e99 /NEWS
parentff2c1a2d44c211caa4fd749d2c3b14e7d0c15982 (diff)
downloadgdbm-202897fc6cd655c966ede924645f437cdb5afaae.tar.gz
gdbm-202897fc6cd655c966ede924645f437cdb5afaae.tar.bz2
Optionally install compatibility headers into a separate directory.
* configure.ac: Version 1.11.90 (COMPATINCLUDEDIR): New substitution variable. * compat/Makefile.am (compatincludedir): New variable. (include_HEADERS): Rename to compatinclude_HEADERS. * NEWS: Document COMPATINCLUDEDIR. * README: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 15 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index eff9842..a369e4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,21 @@
-GNU dbm NEWS -- history of user-visible changes. 2013-12-25
-Copyright (C) 1990-2013 Free Software Foundation, Inc.
+GNU dbm NEWS -- history of user-visible changes. 2014-02-14
+Copyright (C) 1990-2014 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
+Version 1.11.90
+
+* New configuration variable COMPATINCLUDEDIR
+
+When used with --enable-libgdbm-compat, this variable points to the
+directory where the headers file dbm.h and ndbm.h will be installed.
+Use this variable to avoid conflicts with already installed headers.
+E.g.:
+
+ ./configure --enable-libgdbm-compat COMPATINCLUDEDIR=/usr/include/gdbm
+
+
Version 1.11, 2013-12-25
* Improved dump format.
@@ -234,7 +246,7 @@ Version 0.9
----------------------------------------------------------------------
Copyright information:
-Copyright (C) 1990-2013 Free Software Foundation, Inc.
+Copyright (C) 1990-2014 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the

Return to:

Send suggestions and report system problems to the System administrator.