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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c07adbf8068cb029c06afe0fb64c4fc81e8b71fb;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 91fa8a824..2f1621d6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +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. + tests: DRYing out `tests/sh.test'. * Makefile.am (libtool_m4): Canonical location of libtool.m4 file. (lt_aclocal_m4_deps): Use it. 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 # ------------------------