diff options
Diffstat (limited to 'tests/gnits.test')
-rwxr-xr-x | tests/gnits.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/gnits.test b/tests/gnits.test index 897d0abe7..7803a2ac4 100755 --- a/tests/gnits.test +++ b/tests/gnits.test @@ -1,5 +1,6 @@ #! /bin/sh -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 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 @@ -18,8 +19,6 @@ . ./defs || Exit 1 -set -e - cat > configure.in << END AC_INIT([$me], [3.5.3.2]) AM_INIT_AUTOMAKE |