comparison fixincludes/genfixes @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
53 not_done=false 53 not_done=false
54 ;; 54 ;;
55 esac 55 esac
56 done 56 done
57 57
58 if [ $# -eq 0 ] ; then
59 set -- fixincl.x
60 fi
61
62 AG="autogen $AG" 58 AG="autogen $AG"
63 set -e 59 set -e
64 60
65 if [ -z "`${AG} -v | fgrep ' 5.'`" ] 61 if [ -z "`${AG} -v | fgrep ' 5.'`" ]
66 then 62 then
67 echo "AutoGen appears to be out of date or not correctly installed." 63 echo "AutoGen appears to be out of date or not correctly installed."
68 echo "Please download and install:" 64 echo "Please download and install from:"
69 echo " ftp://gcc.gnu.org/pub/gcc/infrastructure/autogen.tar.gz" 65 echo " https://ftp.gnu.org/gnu/autogen/"
70 touch fixincl.x 66 touch fixincl.x
67 exit 1
71 else 68 else
72 echo AutoGen-ing fixincl.x 69 echo AutoGen-ing fixincl.x
73 $AG inclhack.def 70 $AG inclhack.def
74 fi 71 fi
75 72