*post.in (Makefile): When running autoconf, use AUTOCONFFLAGS
authorEzra Peisach <epeisach@mit.edu>
Fri, 27 Oct 2000 14:53:55 +0000 (14:53 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 27 Oct 2000 14:53:55 +0000 (14:53 +0000)
instead of always specificying the trees macrodir.

* pre.in (AUTOCONFFLAGS): Add as flags to pass to autoconf.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12819 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/post.in
src/config/pre.in

index 5605c7b8a6c88f71ef43e4d7bdc4de97857922eb..f0a9c3dff862b36bdec14d8df7fcb880361e2c4f 100644 (file)
@@ -1,3 +1,10 @@
+2000-10-27  Ezra Peisach  <epeisach@mit.edu>
+
+       * post.in (Makefile): When running autoconf, use AUTOCONFFLAGS
+       instead of always specificying the trees macrodir.
+
+       * pre.in (AUTOCONFFLAGS): Add as flags to pass to autoconf.
+
 2000-08-30  Tom Yu  <tlyu@mit.edu>
 
        * pre.in: Fix some inconsistent spelling in the previous changes
index c4a618f8c839b3a41470d6cadca457677eb9ef6f..22926d7febfddc1b4fff65b7ea1c1883fa910431 100644 (file)
@@ -49,8 +49,7 @@ $(thisconfigdir)/config.status: $(srcdir)/$(thisconfigdir)/configure
 $(srcdir)/$(thisconfigdir)/configure: $(srcdir)/$(thisconfigdir)/configure.in \
                $(SRCTOP)/aclocal.m4
        cd $(srcdir)/$(thisconfigdir) && \
-               $(AUTOCONF) --localdir=$(CONFIG_RELTOPDIR) \
-                       --macrodir=$(CONFIG_RELTOPDIR)/util/autoconf
+               $(AUTOCONF) --localdir=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS)
 
 all-recurse clean-recurse distclean-recurse install-recurse check-recurse Makefiles-recurse:
        @case "`echo 'x$(MFLAGS)'|sed -e 's/^x//' -e 's/ --.*$$//'`" \
index bb4d9e7652e64235f4036ae93fd2bae761088806..e8c1bfa7918bbbe845865bb233067464e5189e36 100644 (file)
@@ -165,6 +165,7 @@ LEX = @LEX@
 LEXLIB = @LEXLIB@
 YACC = @YACC@
 AUTOCONF = @AUTOCONF@
+AUTOCONFFLAGS = @AUTOCONFFLAGS@
 
 HOST_TYPE = @HOST_TYPE@
 SHEXT = @SHEXT@