diff options
Diffstat (limited to 'tests/version.test')
-rwxr-xr-x | tests/version.test | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/version.test b/tests/version.test index bfa3f4334..a894a7556 100755 --- a/tests/version.test +++ b/tests/version.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 1996, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1996, 2001, 2002, 2010 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 @@ -19,10 +19,13 @@ . ./defs || Exit 1 +set -e + cat > configure.in << 'END' AC_INIT AM_INIT_AUTOMAKE([sh-utils], [1.12o]) -AC_OUTPUT(Makefile) +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT END : > Makefile.am @@ -36,5 +39,5 @@ END : > ChangeLog : > THANKS -$ACLOCAL || Exit 1 +$ACLOCAL $AUTOMAKE --gnits |