From: Gary V. Vaughan Date: Sun, 26 Sep 2010 11:25:36 +0000 (+0700) Subject: tests: remove unused `aux_dir' variable from `getopt-m4sh.test'. X-Git-Tag: v2.4.2.418~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c10763830e2b2cf08852dfc98e776675eea5a4e;p=thirdparty%2Flibtool.git tests: remove unused `aux_dir' variable from `getopt-m4sh.test'. * tests/getopt-m4sh.at (aux_dir): Remove unused variable. --- diff --git a/ChangeLog b/ChangeLog index 1d6c7e897..e0ed89c23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-09-26 Gary V. Vaughan + + tests: remove unused `aux_dir' variable from `getopt-m4sh.test'. + * tests/getopt-m4sh.at (aux_dir): Remove unused variable. + 2010-09-26 Gary V. Vaughan tests: DRYing out `tests/sh.test'. diff --git a/tests/getopt-m4sh.at b/tests/getopt-m4sh.at index 7c6f97267..17cdb533d 100644 --- a/tests/getopt-m4sh.at +++ b/tests/getopt-m4sh.at @@ -24,8 +24,6 @@ AT_BANNER([Shell option parser generator.]) -aux_dir="$abs_top_srcdir/libltdl/config" - # _LT_AT_GETOPT_M4SH_SETUP # ------------------------