Index: fixincludes/genfixes
===================================================================
--- fixincludes/genfixes.orig
-if [ -z "`${AG} -v | fgrep 'Ver. 5.'`" ]
+if [ -z "`${AG} -v | fgrep ' 5.'`" ]
echo "AutoGen appears to be out of date or not correctly installed."
echo "Please download and install:"
Index: fixincludes/inclhack.def
===================================================================
--- fixincludes/inclhack.def.orig
+++ fixincludes/inclhack.def
@@ -1108,8 +1108,8 @@ fix = {
hackname = bsd_stdio_attrs_conflict;
select = "^#define[ \t]*vfscanf[ \t]*__svfscanf[ \t]*$";
@@ -1364,7 +1364,7 @@ fix = {
hackname = freebsd_gcc3_breakage;
select = '^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7$';
bypass = '__GNUC__[ \t]*([>=]=[ \t]*[3-9]|>[ \t]*2)';
@@ -1381,7 +1381,7 @@ fix = {
hackname = freebsd_gcc4_breakage;
select = '^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 \|\| __GNUC__ == 3$';
@@ -1656,7 +1656,7 @@ fix = {
- mach = ia64-hp-hpux11*;
+ mach = "ia64-hp-hpux11*";
select = "ifndef _MATH_INCLUDED";
@@ -2590,7 +2590,7 @@ fix = {
hackname = netbsd_extra_semicolon;
select = "#define[ \t]*__END_DECLS[ \t]*};";