diff options
author | jbj <devnull@localhost> | 2002-08-26 18:56:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-08-26 18:56:11 +0000 |
commit | 0fae1010f0c9a563ea79a01d82eea80e7e8f7ece (patch) | |
tree | 99425f7ad66da6c54f4bca77f570e78e75db053e /popt | |
parent | 85a70389f6797877fea23b2d2bfe1c0a8acbce6c (diff) | |
download | rpm-0fae1010f0c9a563ea79a01d82eea80e7e8f7ece.tar.gz rpm-0fae1010f0c9a563ea79a01d82eea80e7e8f7ece.tar.bz2 rpm-0fae1010f0c9a563ea79a01d82eea80e7e8f7ece.zip |
- set cachesize without a dbenv, the default is far too small.
- db: don't return EACCES on db->close w/o environment.
- unify cachesize configuration, with (or without) a dbenv.
- comments regarding unsupported (yet) db-4.1.17 functionality.
CVS patchset: 5674
CVS date: 2002/08/26 18:56:11
Diffstat (limited to 'popt')
-rwxr-xr-x | popt/configure.ac (renamed from popt/configure.in) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/configure.in b/popt/configure.ac index ce0c80da3..7b20ce699 100755 --- a/popt/configure.in +++ b/popt/configure.ac @@ -2,7 +2,7 @@ AC_INIT(popt.h) AC_CANONICAL_SYSTEM AC_PREREQ(2.12) AC_CONFIG_HEADERS -AM_INIT_AUTOMAKE(popt, 1.7) +AM_INIT_AUTOMAKE(popt, 1.8) AM_CONFIG_HEADER(config.h) ALL_LINGUAS="cs da de es eu_ES fi fr gl hu id is it ja ko no pl pt pt_BR ro ru sk sl sr sv tr uk wa zh zh_CN.GB2312" |