comparison config/no-executables.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 1830386684a0
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
23 23
24 AC_BEFORE([$0], [_AC_COMPILER_EXEEXT]) 24 AC_BEFORE([$0], [_AC_COMPILER_EXEEXT])
25 AC_BEFORE([$0], [AC_LINK_IFELSE]) 25 AC_BEFORE([$0], [AC_LINK_IFELSE])
26 26
27 m4_define([_AC_COMPILER_EXEEXT], 27 m4_define([_AC_COMPILER_EXEEXT],
28 AC_LANG_CONFTEST([AC_LANG_PROGRAM()]) 28 [AC_LANG_CONFTEST([AC_LANG_PROGRAM()])
29 # FIXME: Cleanup? 29 # FIXME: Cleanup?
30 AS_IF([AC_TRY_EVAL(ac_link)], [gcc_no_link=no], [gcc_no_link=yes]) 30 AS_IF([AC_TRY_EVAL(ac_link)], [gcc_no_link=no], [gcc_no_link=yes])
31 if test x$gcc_no_link = xyes; then 31 if test x$gcc_no_link = xyes; then
32 # Setting cross_compile will disable run tests; it will 32 # Setting cross_compile will disable run tests; it will
33 # also disable AC_CHECK_FILE but that's generally 33 # also disable AC_CHECK_FILE but that's generally
34 # correct if we can't link. 34 # correct if we can't link.
35 cross_compiling=yes 35 cross_compiling=yes
36 EXEEXT= 36 EXEEXT=
37 else 37 else
38 m4_defn([_AC_COMPILER_EXEEXT])dnl 38 ]m4_defn([_AC_COMPILER_EXEEXT])dnl
39 fi 39 fi
40 ) 40 )
41 41
42 m4_define([AC_LINK_IFELSE], 42 m4_define([AC_LINK_IFELSE],
43 if test x$gcc_no_link = xyes; then 43 if test x$gcc_no_link = xyes; then