* aclocal.m4 (CONFIG_RULES): Substitute EXTRA_FILES into pre.in
authorKen Raeburn <raeburn@mit.edu>
Fri, 30 Apr 2004 00:57:01 +0000 (00:57 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 30 Apr 2004 00:57:01 +0000 (00:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16286 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index 315f03cd51ee4780d052a6567cc1462f27c4d0cf..ce982580de169a1ccb1f30ab896bade82b72a046 100644 (file)
@@ -7,6 +7,7 @@
        support, and test whether shlib.conf indicates support for
        link-time options.
        (KRB5_AC_GCC_ATTRS): Implement.
+       (CONFIG_RULES): Substitute EXTRA_FILES into pre.in.
 
 2004-04-26  Ken Raeburn  <raeburn@mit.edu>
 
index 62c8ce0c289c8f6f74c7fd0c99fb46ea3e1092d0..61cb2ef9f9db1921be2dba013ac7ab1b3ca80fc1 100644 (file)
@@ -47,6 +47,8 @@ dnl drop in standard rules for all configure files -- CONFIG_RULES
 dnl
 AC_DEFUN(CONFIG_RULES,[dnl
 AC_REQUIRE([V5_SET_TOPDIR]) dnl
+EXTRA_FILES=""
+AC_SUBST(EXTRA_FILES)
 WITH_CC dnl
 AC_REQUIRE_CPP
 if test -z "$LD" ; then LD=$CC; fi