From 9faa2ff6d06dedcb351e9b5120d252b782fedeeb Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 16 Jun 1995 18:17:58 +0000 Subject: [PATCH] * aclocal.m4: ARCHIVE gets a "cqv" to shut it up about the warning git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6081 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 2 ++ src/aclocal.m4 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index b19b6d46e..20abf6853 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ Fri Jun 16 00:45:03 1995 Tom Yu (tlyu@dragons-lair) + * aclocal.m4: ARCHIVE gets a "cqv" to shut it up about the warning + * aclocal.m4: Fix new append.out stuff to work with config.status properly; previously append.out was not getting sucked into the body of config.status. The EXTRA_RULES macros diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 54942e252..f0d650f77 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -208,7 +208,7 @@ if test $krb5_cv_func_sigprocmask_use = yes; then fi ])dnl dnl -define(AC_PROG_ARCHIVE, [AC_PROGRAM_CHECK(ARCHIVE, ar, ar qv, false)])dnl +define(AC_PROG_ARCHIVE, [AC_PROGRAM_CHECK(ARCHIVE, ar, ar cqv, false)])dnl define(AC_PROG_ARCHIVE_ADD, [AC_PROGRAM_CHECK(ARADD, ar, ar cruv, false)])dnl dnl dnl drop in rules for building error tables -- ET_RULES -- 2.26.2