comparison fixincludes/genfixes @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 #! /bin/sh 1 #! /bin/sh
2 2
3 # Copyright (C) 1999, 2000, 2001, 2009 Free Software Foundation, Inc. 3 # Copyright (C) 1999, 2000, 2001, 2009, 2012 Free Software Foundation, Inc.
4 # This file is part of GCC. 4 # This file is part of GCC.
5 5
6 # GCC is free software; you can redistribute it and/or modify 6 # GCC is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by 7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3, or (at your option) 8 # the Free Software Foundation; either version 3, or (at your option)
60 fi 60 fi
61 61
62 AG="autogen $AG" 62 AG="autogen $AG"
63 set -e 63 set -e
64 64
65 if [ -z "`${AG} -v | fgrep 'Ver. 5.'`" ] 65 if [ -z "`${AG} -v | fgrep ' 5.'`" ]
66 then 66 then
67 echo "AutoGen appears to be out of date or not correctly installed." 67 echo "AutoGen appears to be out of date or not correctly installed."
68 echo "Please download and install:" 68 echo "Please download and install:"
69 echo " ftp://gcc.gnu.org/pub/gcc/infrastructure/autogen.tar.gz" 69 echo " ftp://gcc.gnu.org/pub/gcc/infrastructure/autogen.tar.gz"
70 touch fixincl.x 70 touch fixincl.x