]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
tests: remove unused `aux_dir' variable from `getopt-m4sh.test'.
authorGary V. Vaughan <gary@gnu.org>
Sun, 26 Sep 2010 11:25:36 +0000 (18:25 +0700)
committerGary V. Vaughan <gary@vaughan.pe>
Sun, 14 Aug 2011 22:24:06 +0000 (05:24 +0700)
* tests/getopt-m4sh.at (aux_dir): Remove unused variable.

ChangeLog
tests/getopt-m4sh.at

index 91fa8a824e554c49e1ee09b60b1dd09da5bb6b55..2f1621d6a335c5b7205df2294bf49f5311b8dec0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-09-26  Gary V. Vaughan  <gary@gnu.org>
 
+       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.
index 7c6f97267f1dedb42c7d66b5986309cedc2a03e2..17cdb533d5ec0a00ab3e2cc5878dbfe8c51eb7c4 100644 (file)
@@ -24,8 +24,6 @@
 
 AT_BANNER([Shell option parser generator.])
 
-aux_dir="$abs_top_srcdir/libltdl/config"
-
 
 # _LT_AT_GETOPT_M4SH_SETUP
 # ------------------------