From: Ezra Peisach Date: Tue, 25 Apr 1995 21:30:58 +0000 (+0000) Subject: Add AC_CONST for machines that do not support const X-Git-Tag: krb5-1.0-beta5~268 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6e507f838314e09c921673c536570d440b664841;p=krb5.git Add AC_CONST for machines that do not support const git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5481 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index ee809ceab..1eaac6064 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 25 17:28:48 1995 Ezra Peisach + + * configure.in: Add AC_CONST for platforms that do not support const. + Mon Apr 24 17:05:27 1995 Ezra Peisach * Makefile.in (all): Use ARADD to facilitate incremental diff --git a/src/util/profile/configure.in b/src/util/profile/configure.in index d4d905288..75842fb74 100644 --- a/src/util/profile/configure.in +++ b/src/util/profile/configure.in @@ -2,6 +2,7 @@ AC_INIT(prof_parse.c) WITH_CCOPTS CONFIG_RULES AC_SET_BUILDTOP +AC_CONST AC_PROG_ARCHIVE AC_PROG_ARCHIVE_ADD AC_PROG_RANLIB