diff options
Diffstat (limited to 'tests/missing4.test')
-rwxr-xr-x | tests/missing4.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/missing4.test b/tests/missing4.test index e3120670c..a6c4d13d1 100755 --- a/tests/missing4.test +++ b/tests/missing4.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -35,7 +35,7 @@ $AUTOMAKE ./configure $MAKE -sed '1,20 s/AC_AUTOCONF_VERSION,/&9999/' < aclocal.m4 > aclocal.tmp +sed '1,20 s/m4_defn(\[AC_AUTOCONF_VERSION\]),/9999,/' < aclocal.m4 > aclocal.tmp cmp aclocal.m4 aclocal.tmp && exit 1 mv aclocal.tmp aclocal.m4 |