projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5182fd1
)
* aclocal.m4 (CONFIG_RULES): Substitute EXTRA_FILES into pre.in
author
Ken Raeburn
<raeburn@mit.edu>
Fri, 30 Apr 2004 00:57:01 +0000
(
00:57
+0000)
committer
Ken 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
patch
|
blob
|
history
src/aclocal.m4
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 315f03cd51ee4780d052a6567cc1462f27c4d0cf..ce982580de169a1ccb1f30ab896bade82b72a046 100644
(file)
--- 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 62c8ce0c289c8f6f74c7fd0c99fb46ea3e1092d0..61cb2ef9f9db1921be2dba013ac7ab1b3ca80fc1 100644
(file)
--- 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