diff options
Diffstat (limited to 't/lex-noyywrap.sh')
-rw-r--r-- | t/lex-noyywrap.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/t/lex-noyywrap.sh b/t/lex-noyywrap.sh index 615a7fcdc..750f322b1 100644 --- a/t/lex-noyywrap.sh +++ b/t/lex-noyywrap.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -69,7 +69,8 @@ if ! cross_compiling; then : For shells with busted 'set -e'. fi -# Sanity check on distribution. -yl_distcheck DISTCHECK_CONFIGURE_FLAGS='LEXLIB="none needed"' +# Sanity check on distribution. Escape in LEXLIB must use backspace, +# not double-quotes, to avoid a spurious failure with AIX make. +yl_distcheck DISTCHECK_CONFIGURE_FLAGS='LEXLIB=none\ needed' : |