summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog1
-rw-r--r--src/aclocal.m42
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 315f03cd5..ce982580d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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>
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 62c8ce0c2..61cb2ef9f 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -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