summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2010-02-01 17:26:29 -0500
committerJoel E. Denny <jdenny@clemson.edu>2010-02-01 17:26:29 -0500
commit0ee1af2ed57e29c8f5971884d7196e04f524b0b2 (patch)
tree8b294cf975fb3dbb3d0934a61e4c2d1b0e92c7c8
parent2655c7cd13294fc98c83cb4fc930ec11b5f0d10b (diff)
downloadbison-0ee1af2ed57e29c8f5971884d7196e04f524b0b2.tar.gz
Code cleanup.
* tests/atlocal.in (abs_top_srcdir): Remove shell variable, which is already defined in atconfig.
-rw-r--r--ChangeLog6
-rw-r--r--tests/atlocal.in2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ad247f59..8d99795d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-01 Joel E. Denny <jdenny@clemson.edu>
+
+ Code cleanup.
+ * tests/atlocal.in (abs_top_srcdir): Remove shell variable,
+ which is already defined in atconfig.
+
2010-01-21 Joel E. Denny <jdenny@clemson.edu>
* cfg.mk (gnulib_dir): Assume gnulib is a subdirectory.
diff --git a/tests/atlocal.in b/tests/atlocal.in
index d2c6f036..99b7a628 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -45,5 +45,3 @@ CONF_JAVA='@CONF_JAVA@'
# We need egrep.
: ${EGREP='@EGREP@'}
-
-abs_top_srcdir='@abs_top_srcdir@'