summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/aclocal.m42
2 files changed, 3 insertions, 1 deletions
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