diff options
Diffstat (limited to 'tests/maintclean.test')
-rwxr-xr-x | tests/maintclean.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/maintclean.test b/tests/maintclean.test index 9e2246393..aeda04c30 100755 --- a/tests/maintclean.test +++ b/tests/maintclean.test @@ -1,5 +1,6 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2003, 2011 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 @@ -20,8 +21,6 @@ . ./defs || Exit 1 -set -e - cat >> configure.in << 'END' AC_CONFIG_FILES([bar sub/Makefile]) AC_OUTPUT |