components/gcc3/patches/makefile.in.patch
author Radhika Siravara<radhika.siravara@oracle.com>
Tue, 17 Nov 2015 09:12:59 -0800
changeset 5098 77b8086c6247
parent 1522 b74fd0949e89
permissions -rw-r--r--
22082287 stunnel's use of the syslog LOG_AUTHPRIV facility level needs looking into

--- gcc-3.4.3/Makefile.in.ori	2013-10-02 15:26:58.900044697 -0700
+++ gcc-3.4.3/Makefile.in	2013-10-02 15:28:18.200115934 -0700
@@ -186,7 +186,7 @@
 USUAL_MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
 	then echo $$r/texinfo/makeinfo/makeinfo ; \
 	else if (makeinfo --version \
-	  | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])') >/dev/null 2>&1; \
+	  | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.13|4\.[2-9]|[5-9])') >/dev/null 2>&1; \
         then echo makeinfo; else echo $$s/missing makeinfo; fi; fi`
 
 # This just becomes part of the MAKEINFO definition passed down to