From 84f38c9c6f56c7056a1d1a5abf9151bf15760151 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 19 Feb 1999 18:07:49 +0000 Subject: * Updates for automake 1.4 and autoconf 2.13 * Check for a libc version of GNU glob and, if found, don't use the local glob headers. * Fix a bug in OpenVMS archive handling. * Fix a bug in VMS siglist processing. --- arscan.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arscan.c') diff --git a/arscan.c b/arscan.c index 1fc0a16..558cc52 100644 --- a/arscan.c +++ b/arscan.c @@ -177,6 +177,7 @@ ar_scan (archive, function, arg) VMS_function = function; + VMS_member_date = (time_t) -1; lbr$get_index (&VMS_lib_idx, &index, VMS_get_member_info, 0); /* Undo the damage. */ -- cgit v1.2.3