Remove AC_CONFIG_FRAGMENTS call, since it's no longer needed. (The
authorTheodore Tso <tytso@mit.edu>
Wed, 21 Jun 1995 22:18:09 +0000 (22:18 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 21 Jun 1995 22:18:09 +0000 (22:18 +0000)
aclocal.m4 V5_SET_TOPTREE handles it all automatically now.)

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

src/tests/dejagnu/ChangeLog
src/tests/dejagnu/configure.in

index b63199bfb69fdc2b981e33bb29c0060541415f6a..9163c7822a8947bcb5861a0caf9e610e0a1f4e92 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jun 21 18:13:11 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * configure.in: Remove AC_CONFIG_FRAGMENTS call, since it's no
+               longer needed.  (The aclocal.m4 V5_SET_TOPTREE handles it
+               all automatically now.)
+
 Fri Jun  9 18:58:29 1995    <tytso@rsx-11.mit.edu>
 
        * configure.in: Remove standardized set of autoconf macros, which
index 9e68e29f9005a18948db521ad0885bbccd7f4998..99da7d7d27f8c16c42800ee3a2893c849bdc14d3 100644 (file)
@@ -1,6 +1,4 @@
 AC_INIT(Makefile.in)
-AC_CONFIG_FRAGMENTS(../..)
-AC_PROVIDE([AC_CONFIG_FRAGMENTS_DEFAULT])dnl
 CONFIG_RULES
 AC_PROG_INSTALL
 AC_CHECK_PROG(RUNTEST,runtest,runtest)