diff options
Diffstat (limited to 'tests/nobase-libtool.test')
-rwxr-xr-x | tests/nobase-libtool.test | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/nobase-libtool.test b/tests/nobase-libtool.test index 12b055ec9..15d1b4994 100755 --- a/tests/nobase-libtool.test +++ b/tests/nobase-libtool.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2008 Free Software -# Foundation, Inc. +# Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2008, 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 @@ -22,8 +22,6 @@ required='libtoolize gcc' . ./defs || Exit 1 -set -e - cat >> configure.in <<'EOF' AC_PROG_CC AC_PROG_LIBTOOL |