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, 6 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7763e4f15..86db2cb0a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+Fri Mar 15 01:45:54 1996 Tom Yu <tlyu@dragons-lair.MIT.EDU>
+
+ * aclocal.m4 (V5_OUTPUT_MAKEFILE): nuke some redundant sed rules
+ and also make sure that SRCTOP doesn't get a leading "./".
+
Thu Mar 14 02:00:10 1996 Tom Yu <tlyu@dragons-lair.MIT.EDU>
* aclocal.m4 (V5_OUTPUT_MAKEFILE): most seds don't deal with
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 7d41cb972..85303bf2f 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -656,8 +656,6 @@ changequote(,)dnl
-e 's,/\./,/,' \
-e 'tLOOP' \
-e 's,^\./,,' \
- -e 's,/\./$,/,g' \
- -e 's,^\./$,,' \
-e 's,[^/]*/,../,g' \
`
changequote([,])dnl
@@ -671,7 +669,7 @@ changequote([,])dnl
-e ':LOOP' \
-e 's,/\./,/,' \
-e 'tLOOP' \
- -e 's,^\./$,,' \
+ -e 's,^\./,,' \
-e 's,/\.$,,g' \
`
test "$s" = "" && s=.