<html><body><div>Hi,<br><br>So here I patch the configure.in file instead of its output. If this one is good to go, I'll send you the two other patches for microwindows-bset and t1lib-bset , with its' correct patch urls.<br><br>Best wishes<br></div><div><br></div><div><br>On Aug 12, 2015, at 02:16 AM, YANG QIAO <yangqiao0505@me.com> wrote:<br><br><div><blockquote type="cite"><div class="msg-quote"><div class="_stretch"><span class="body-text-content">From: YANG Qiao <<a href="mailto:yangqiao0505@me.com" data-mce-href="mailto:yangqiao0505@me.com">yangqiao0505@me.com</a>><br><br>---<br> tools/4.11/t1lib/t1lib-5.1.2.diff | 58 +++++++++++++++++++++++++++++++++++++++<br> 1 file changed, 58 insertions(+)<br> create mode 100644 tools/4.11/t1lib/t1lib-5.1.2.diff<br><br>diff --git a/tools/4.11/t1lib/t1lib-5.1.2.diff b/tools/4.11/t1lib/t1lib-5.1.2.diff<br>new file mode 100644<br>index 0000000..1c59e2b<br>--- /dev/null<br>+++ b/tools/4.11/t1lib/t1lib-5.1.2.diff<br>@@ -0,0 +1,58 @@<br>+--- t1lib-5.1.2.orig/configure.in 2015-08-12 14:35:01.064674452 +0200<br>++++ t1lib-5.1.2/configure.in 2015-08-12 14:35:05.148674279 +0200<br>+@@ -225,14 +225,52 @@<br>+ <br>+ dnl **** Check which ANSI integer type is 64 bit <br>+ <br>+-AC_CACHE_CHECK( "which ANSI integer type is 64 bit", ac_64bit_type,<br>+- AC_TRY_RUN([<br>++echo $ECHO_N "checking \"which ANSI integer type is 64 bit\"... $ECHO_C" >&6<br>++if test "${ac_64bit_type+set}" = set; then<br>++ echo $ECHO_N "(cached) $ECHO_C" >&6<br>++else<br>++ if test "$cross_compiling" = yes; then<br>++ ac_64bit_type="<none>"<br>++else<br>++ cat >conftest.$ac_ext <<_ACEOF<br>++/* confdefs.h. */<br>++_ACEOF<br>++cat confdefs.h >>conftest.$ac_ext<br>++cat >>conftest.$ac_ext <<_ACEOF<br>++/* end confdefs.h. */<br>++<br>+ int main(void) {<br>+ if (sizeof(long)==8)<br>+ return(0);<br>+ else<br>+ return(1);<br>+-}], ac_64bit_type="long", ac_64bit_type="<none>"))<br>++}<br>++_ACEOF<br>++rm -f conftest$ac_exeext<br>++if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5<br>++ (eval $ac_link) 2>&5<br>++ ac_status=$?<br>++ echo "$as_me:$LINENO: \$? = $ac_status" >&5<br>++ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'<br>++ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5<br>++ (eval $ac_try) 2>&5<br>++ ac_status=$?<br>++ echo "$as_me:$LINENO: \$? = $ac_status" >&5<br>++ (exit $ac_status); }; }; then<br>++ ac_64bit_type="long"<br>++else<br>++ echo "$as_me: program exited with status $ac_status" >&5<br>++echo "$as_me: failed program was:" >&5<br>++sed 's/^/| /' conftest.$ac_ext >&5<br>++<br>++( exit $ac_status )<br>++ac_64bit_type="<none>"<br>++fi<br>++rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext<br>++fi<br>++fi<br>++echo "$as_me:$LINENO: result: $ac_64bit_type" >&5<br>++echo "${ECHO_T}$ac_64bit_type" >&6<br>+ if test "$ac_64bit_type" = "long"<br>+ then<br>+ T1_AA_TYPE64="-DT1_AA_TYPE64=long"<br>-- <br>2.1.0<br><br></span></div></div></blockquote></div></div></body></html>