]> 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@gnu.org>
Sat, 22 Oct 2011 11:36:16 +0000 (18:36 +0700)
* tests/getopt-m4sh.at (aux_dir): Remove unused variable.

ChangeLog
tests/getopt-m4sh.at

index 1d6c7e8970ee19c3bf0899cbb0874f8c296c1621..e0ed89c23fdeb9013dde26698e4e66af03ec881f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +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.
+
 2010-09-26  Gary V. Vaughan  <gary@gnu.org>
 
        tests: DRYing out `tests/sh.test'.
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
 # ------------------------