From: Joel E. Denny Date: Mon, 1 Feb 2010 22:26:29 +0000 (-0500) Subject: Code cleanup. X-Git-Tag: v2.7.90~717 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/efc4ed4a0f21e50cbe454ea407b9c109f6c638a1 Code cleanup. * tests/atlocal.in (abs_top_srcdir): Remove shell variable, which is already defined in atconfig. (cherry picked from commit 0ee1af2ed57e29c8f5971884d7196e04f524b0b2) --- diff --git a/ChangeLog b/ChangeLog index 62488863..5f51f202 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-02-01 Joel E. Denny + + Code cleanup. + * tests/atlocal.in (abs_top_srcdir): Remove shell variable, + which is already defined in atconfig. + 2010-01-22 Joel E. Denny tests: fix missing include caught by g++ 4.4.1. 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@'