summaryrefslogtreecommitdiffstats
path: root/fixincludes/genfixes
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-11 16:23:48 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-11 16:23:48 +0000
commite660f23944b33805b6b5ca89c41c095bcc7e7781 (patch)
treee4b37d1c6b03da2ec370ad842da8631d6cfef6c9 /fixincludes/genfixes
parent7d0a3bab485ec3c7349a9b8c01655a9b35ed814c (diff)
downloadppe42-gcc-e660f23944b33805b6b5ca89c41c095bcc7e7781.tar.gz
ppe42-gcc-e660f23944b33805b6b5ca89c41c095bcc7e7781.zip
2012-01-11 Bruce Korb <bkorb@gnu.org>
Steven G. Kargl <kargl@gcc.gnu.org> Andreas Tobler <andreast@fgznet.ch> PR bootstrap/57105 PR preprocessor/51776 * inclhack.def (cdef_cplusplus): Add a replacement for [[noreturn]]. * fixincl.x: Regenerate. * tests/base/sys/cdefs.h: Update. * genfixes: Remove the 'Ver.' from the version check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183096 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/genfixes')
-rwxr-xr-xfixincludes/genfixes2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/genfixes b/fixincludes/genfixes
index 6bc60d2279c..f186a508246 100755
--- a/fixincludes/genfixes
+++ b/fixincludes/genfixes
@@ -62,7 +62,7 @@ fi
AG="autogen $AG"
set -e
-if [ -z "`${AG} -v | fgrep 'Ver. 5.'`" ]
+if [ -z "`${AG} -v | fgrep ' 5.'`" ]
then
echo "AutoGen appears to be out of date or not correctly installed."
echo "Please download and install:"
OpenPOWER on IntegriCloud