diff options
Diffstat (limited to 'tests/libtool6.test')
-rwxr-xr-x | tests/libtool6.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/libtool6.test b/tests/libtool6.test index ad01b149a..a17e4ee8f 100755 --- a/tests/libtool6.test +++ b/tests/libtool6.test @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 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 @@ -20,8 +20,6 @@ required='libtoolize' . ./defs || Exit 1 -set -e - cat >>configure.in <<'END' AM_CONDITIONAL([COND1], [true]) AM_CONDITIONAL([COND2], [false]) |