summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/aclocal.m44
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d77e053b2..f89bb96bc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 7 23:55:02 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu>
+
+ * aclocal.m4 (LinkFileDir, LinkFile): AC_REQUIRE the AC_LN_S macro
+ to avoid gratuitous rechecks.
+
Thu Nov 7 14:26:25 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in (Macfile): Correctly build the file lists for the
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 9fbeb5911..4576a98ad 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -344,7 +344,7 @@ dnl
dnl Imake LinkFile rule, so they occur in the right place -- LinkFile(dst,src)
dnl
define(LinkFile,[
-AC_LN_S
+AC_REQUIRE([AC_LN_S])
AC_PUSH_MAKEFILE()dnl
changequote({,})dnl
@@ -362,7 +362,7 @@ dnl LinkFileDir(../foo, blotz, ./bar) issues a:
dnl ln -s ../foo ./bar/blotz
dnl
define(LinkFileDir,[
-AC_LN_S
+AC_REQUIRE([AC_LN_S])
AC_PUSH_MAKEFILE()dnl
changequote({,})dnl