From: Theodore Tso Date: Wed, 21 Jun 1995 22:18:09 +0000 (+0000) Subject: Remove AC_CONFIG_FRAGMENTS call, since it's no longer needed. (The X-Git-Tag: krb5-1.0-beta6~1690 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=761ac9b10ff6c4a628f2d4a73443d1949d9b5807;p=krb5.git Remove AC_CONFIG_FRAGMENTS call, since it's no longer needed. (The 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 --- diff --git a/src/tests/dejagnu/ChangeLog b/src/tests/dejagnu/ChangeLog index b63199bfb..9163c7822 100644 --- a/src/tests/dejagnu/ChangeLog +++ b/src/tests/dejagnu/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 21 18:13:11 1995 Theodore Y. Ts'o + + * 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 * configure.in: Remove standardized set of autoconf macros, which diff --git a/src/tests/dejagnu/configure.in b/src/tests/dejagnu/configure.in index 9e68e29f9..99da7d7d2 100644 --- a/src/tests/dejagnu/configure.in +++ b/src/tests/dejagnu/configure.in @@ -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)