Use the local autoconf when rebuilding the configure script
authorTheodore Tso <tytso@mit.edu>
Sat, 1 Apr 1995 03:15:24 +0000 (03:15 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 1 Apr 1995 03:15:24 +0000 (03:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5335 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index 68ddc6c03315253fe50268e8111cfa097ba1633c..9fe56c6e92e39765adb53b391d49705c03e60230 100644 (file)
@@ -1,3 +1,8 @@
+Fri Mar 31 21:27:13 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * aclocal.m4: Use the local autoconf when rebuilding the configure
+               script. 
+
 Tue Mar 28 18:55:12 1995  John Gilmore  (gnu at toad.com)
 
        * Makefile.in:  Fix up Mac build process somewhat.  Not complete.
index 5d1e3ee7d9f070342d5b8f3b6b6915f651940de6..1db12c2bcedcc206e4f7f3b6f78784889f3c2a29 100644 (file)
@@ -150,7 +150,7 @@ Makefile: $(srcdir)/Makefile.in config.status $(SRCTOP)/config/pre.in $(SRCTOP)/
 config.status: $(srcdir)/configure
        $(SHELL) config.status --recheck
 $(srcdir)/configure: $(srcdir)/configure.in $(SRCTOP)/aclocal.m4
-       cd $(srcdir); autoconf --localdir=$(BUILDTOP) --macrodir=$(BUILDTOP)/util/autoconf
+       cd $(srcdir); $(SRCTOP)/util/autoconf/autoconf --localdir=$(BUILDTOP) --macrodir=$(BUILDTOP)/util/autoconf
 ]
 AC_DIVERT_POP()dnl
 ])dnl