From: Ralf Wildenhues Date: Thu, 20 Mar 2008 19:56:49 +0000 (+0100) Subject: Skip whitespace test if aclocal is not present. X-Git-Tag: v2.62~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df69b34ff9acef15fd416c0ca8960b0b02116921;p=thirdparty%2Fautoconf.git Skip whitespace test if aclocal is not present. * tests/tools.at (autotools and whitespace in file names): Skip if aclocal is not present. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 8c653f83..9d73089f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-20 Ralf Wildenhues + + * tests/tools.at (autotools and whitespace in file names): Skip + if aclocal is not present. + 2008-03-20 Eric Blake Sync GNUmakefile with gnulib. diff --git a/tests/tools.at b/tests/tools.at index 1b3dca59..2e501808 100644 --- a/tests/tools.at +++ b/tests/tools.at @@ -2,7 +2,7 @@ AT_BANNER([Executables (autoheader, autoupdate...).]) -# Copyright (C) 2000, 2001, 2003, 2004, 2006, 2007 Free Software +# Copyright (C) 2000, 2001, 2003, 2004, 2006, 2007, 2008 Free Software # Foundation, Inc. # # This program is free software: you can redistribute it and/or modify @@ -984,6 +984,9 @@ AT_CLEANUP AT_SETUP([autotools and whitespace in file names]) +# We use aclocal. +AT_CHECK([aclocal --version || exit 77], [], [ignore], [ignore]) + x= export x rm -f a b