diff options
Diffstat (limited to 'tests/auxdir7.test')
-rwxr-xr-x | tests/auxdir7.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auxdir7.test b/tests/auxdir7.test index 05fbb4d40..d346ad2f8 100755 --- a/tests/auxdir7.test +++ b/tests/auxdir7.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2010 Free Software Foundation, Inc. +# Copyright (C) 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 @@ -21,8 +21,6 @@ . ./defs || Exit 1 -set -e - cat > configure.in <<END AC_INIT([$me], [1.0]) AC_CONFIG_AUX_DIR([.]) |