diff options
-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.]) |