comparison config/acx.m4 @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
603 dnl # carriage returns as otherwise builds will not work. 603 dnl # carriage returns as otherwise builds will not work.
604 dnl # See binutils PR 4334 for more details. 604 dnl # See binutils PR 4334 for more details.
605 AC_DEFUN([ACX_CHECK_CYGWIN_CAT_WORKS],[ 605 AC_DEFUN([ACX_CHECK_CYGWIN_CAT_WORKS],[
606 AC_MSG_CHECKING([to see if cat works as expected]) 606 AC_MSG_CHECKING([to see if cat works as expected])
607 echo a >cygwin-cat-check 607 echo a >cygwin-cat-check
608 if test `cat cygwin-cat-check` == a ; then 608 if test `cat cygwin-cat-check` = a ; then
609 rm cygwin-cat-check 609 rm cygwin-cat-check
610 AC_MSG_RESULT(yes) 610 AC_MSG_RESULT(yes)
611 else 611 else
612 rm cygwin-cat-check 612 rm cygwin-cat-check
613 AC_MSG_RESULT(no) 613 AC_MSG_RESULT(no)