diff options
author | Greg McGary <greg@mcgary.org> | 1999-03-29 08:24:12 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1999-03-29 08:24:12 +0000 |
commit | 7b622fdaceda9f3a39cbc715c668c4eff3e9cef4 (patch) | |
tree | 3e5e6033676327502aeb93b359f5be7b545a1e8d | |
parent | d164d290c0404296eb4fb8fd00d846d1164f8665 (diff) | |
download | idutils-7b622fdaceda9f3a39cbc715c668c4eff3e9cef4.tar.gz idutils-7b622fdaceda9f3a39cbc715c668c4eff3e9cef4.tar.bz2 idutils-7b622fdaceda9f3a39cbc715c668c4eff3e9cef4.zip |
bump version to 3.2b
-rw-r--r-- | NEWS | 8 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 11 insertions, 3 deletions
@@ -1,5 +1,13 @@ id-utils NEWS - User visible changes. +Version 3.2a - March 29, 1999, by Greg McGary + +* Fixed assorted bugs + +* Remove arbitrary limit of 32767 on number of files that + can be scanned. Now the number of files is only + limited by available virtual memory. + Version 3.2a - November 22, 1998, by Greg McGary * Fixed assorted bugs @@ -703,7 +703,7 @@ fi PACKAGE=id-utils -VERSION=3.2a +VERSION=3.2b if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -2708,7 +2708,7 @@ echo "$ac_t""$am_cv_func_obstack" 1>&6 EOF else - LIBOBJS="$LIBOBJS obstack.o" + LIBOBJS="$LIBOBJS obstack.$ac_objext" fi for ac_func in getwd getcwd link strerror isascii bcopy bzero memcpy diff --git a/configure.in b/configure.in index 0e7011c..2e15679 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ AC_INIT(src/mkid.c) AM_CONFIG_HEADER(config.h) AC_PREREQ(2.13) -AM_INIT_AUTOMAKE([id-utils], [3.2a]) +AM_INIT_AUTOMAKE([id-utils], [3.2b]) GNU_PACKAGE="GNU $PACKAGE" AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE", [The concatenation of the strings \`GNU ', and PACKAGE.]) |