diff options
Diffstat (limited to 'tests/subcond.test')
-rwxr-xr-x | tests/subcond.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/subcond.test b/tests/subcond.test index 0269cacec..dea041d96 100755 --- a/tests/subcond.test +++ b/tests/subcond.test @@ -1,5 +1,6 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2006, 2010 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2006, 2010, 2011 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 @@ -19,8 +20,6 @@ required=gettext . ./defs || Exit 1 -set -e - cat >> configure.in << 'END' AM_GNU_GETTEXT AM_CONDITIONAL(MAUDE, true) |