diff options
author | Ezra Peisach <epeisach@mit.edu> | 2002-11-14 04:43:25 +0000 |
---|---|---|
committer | Ezra Peisach <epeisach@mit.edu> | 2002-11-14 04:43:25 +0000 |
commit | 72d8f8901985324b50a9b8c255170ec08f9b7eea (patch) | |
tree | 9e0fb440bbf704a4fccff1d1f9162e97ecbf6f75 /src/config/post.in | |
parent | 516e41d1fa9970f0b6f3bd58f46e77ebe2a3beaf (diff) | |
download | krb5-72d8f8901985324b50a9b8c255170ec08f9b7eea.tar.gz krb5-72d8f8901985324b50a9b8c255170ec08f9b7eea.tar.xz krb5-72d8f8901985324b50a9b8c255170ec08f9b7eea.zip |
Invoke autoconf/autoreconf with the option --localdir or --include depending
on if pre/post autoconf 2.54. In 2.55 --localdir has been removed and replaced
with --include which was introduced in 2.53.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14996 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/post.in')
-rw-r--r-- | src/config/post.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/post.in b/src/config/post.in index 5d45bf224..8972c6585 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -96,7 +96,7 @@ $(srcdir)/$(thisconfigdir)/configure: $(srcdir)/$(thisconfigdir)/configure.in \ $(SRCTOP)/aclocal.m4 -$(RM) -r $(srcdir)/$(thisconfigdir)/autom4te.cache cd $(srcdir)/$(thisconfigdir) && \ - $(AUTOCONF) --localdir=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS) + $(AUTOCONF) ${AUTOCONFINCFLAGS}=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS) -$(RM) -r $(srcdir)/$(thisconfigdir)/autom4te.cache RECURSE_TARGETS=all-recurse clean-recurse distclean-recurse install-recurse \ |