diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | testsuite/Makefile.am | 1 | ||||
-rwxr-xr-x | testsuite/mkid-langopt | 1 |
3 files changed, 4 insertions, 2 deletions
@@ -10,8 +10,8 @@ GNU idutils NEWS -*- outline -*- ** Bug fixes - mkid and xtokid now can receive language specific options from - command line. Such options must be single-quoted. + mkid and xtokid now accept language specific options via the command line. + * Noteworthy changes in release 4.3.92 (2008-10-18) [beta] diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index cbadbfc..bd25f6b 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -11,6 +11,7 @@ EXTRA_DIST = \ CuTmpdir.pm \ check.mk \ envvar-check \ + mkid-langopt \ single_file_token_bug.c DISTCLEANFILES = ID diff --git a/testsuite/mkid-langopt b/testsuite/mkid-langopt index 957a0f0..ed6800a 100755 --- a/testsuite/mkid-langopt +++ b/testsuite/mkid-langopt @@ -1,3 +1,4 @@ #!/bin/sh +# Before the 2009-aug-11 fix, this would segfault. ../src/mkid --lang-opt=C:'-i $' -l C:'-k f' || exit 1 |