diff options
Diffstat (limited to 'tests/pr211.test')
-rwxr-xr-x | tests/pr211.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/pr211.test b/tests/pr211.test index 6778f7a06..5d4f0c1f5 100755 --- a/tests/pr211.test +++ b/tests/pr211.test @@ -1,5 +1,6 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2003, 2010 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 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 @@ -30,8 +31,6 @@ required=libtoolize . ./defs || Exit 1 -set -e - cat >> configure.in << 'END' AC_PROG_CC AC_PROG_LIBTOOL |