comparison configure @ 97274:352cea63b3b2

Regenerate.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 04 Aug 2008 21:57:03 +0000
parents 840bd675fd85
children f592496a9193
comparison
equal deleted inserted replaced
97273:fdc2eb0395fc 97274:352cea63b3b2
9330 if test $ac_cv_header_AppKit_AppKit_h = yes; then 9330 if test $ac_cv_header_AppKit_AppKit_h = yes; then
9331 HAVE_NS=yes 9331 HAVE_NS=yes
9332 fi 9332 fi
9333 9333
9334 9334
9335 NS_HAVE_INTEGER=yes
9336 cat >conftest.$ac_ext <<_ACEOF
9337 /* confdefs.h. */
9338 _ACEOF
9339 cat confdefs.h >>conftest.$ac_ext
9340 cat >>conftest.$ac_ext <<_ACEOF
9341 /* end confdefs.h. */
9342 #include <Foundation/NSObjCRuntime.h>
9343 int
9344 main ()
9345 {
9346 NSInteger i;
9347 ;
9348 return 0;
9349 }
9350 _ACEOF
9351 rm -f conftest.$ac_objext
9352 if { (ac_try="$ac_compile"
9353 case "(($ac_try" in
9354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9355 *) ac_try_echo=$ac_try;;
9356 esac
9357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9358 (eval "$ac_compile") 2>conftest.er1
9359 ac_status=$?
9360 grep -v '^ *+' conftest.er1 >conftest.err
9361 rm -f conftest.er1
9362 cat conftest.err >&5
9363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9364 (exit $ac_status); } && {
9365 test -z "$ac_c_werror_flag" ||
9366 test ! -s conftest.err
9367 } && test -s conftest.$ac_objext; then
9368 ns_have_integer=yes
9369 else
9370 echo "$as_me: failed program was:" >&5
9371 sed 's/^/| /' conftest.$ac_ext >&5
9372
9373 ns_have_integer=no
9374 fi
9375
9376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9377 if test $ns_have_integer = no; then
9378 NS_HAVE_INTEGER=no
9379 fi
9335 fi 9380 fi
9336 if test "${HAVE_NS}" = yes; then 9381 if test "${HAVE_NS}" = yes; then
9337 window_system=nextstep 9382 window_system=nextstep
9338 with_xft=no 9383 with_xft=no
9339 with_freetype=no 9384 with_freetype=no
14847 cat >>confdefs.h <<\_ACEOF 14892 cat >>confdefs.h <<\_ACEOF
14848 #define NS_IMPL_GNUSTEP 1 14893 #define NS_IMPL_GNUSTEP 1
14849 _ACEOF 14894 _ACEOF
14850 14895
14851 fi 14896 fi
14852 # We also have mouse menus. 14897
14898 cat >>confdefs.h <<\_ACEOF
14899 #define NS_HAVE_INTEGER 1
14900 _ACEOF
14901
14902 # We also have mouse menus.
14853 HAVE_MENUS=yes 14903 HAVE_MENUS=yes
14854 fi 14904 fi
14855 14905
14856 14906
14857 ### Use session management (-lSM -lICE) if available 14907 ### Use session management (-lSM -lICE) if available
18677 /* confdefs.h. */ 18727 /* confdefs.h. */
18678 _ACEOF 18728 _ACEOF
18679 cat confdefs.h >>conftest.$ac_ext 18729 cat confdefs.h >>conftest.$ac_ext
18680 cat >>conftest.$ac_ext <<_ACEOF 18730 cat >>conftest.$ac_ext <<_ACEOF
18681 /* end confdefs.h. */ 18731 /* end confdefs.h. */
18682 #include <stdio.h> 18732 #include <sys/types.h> /* for off_t */
18733 #include <stdio.h>
18683 int 18734 int
18684 main () 18735 main ()
18685 { 18736 {
18686 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); 18737 int (*fp) (FILE *, off_t, int) = fseeko;
18738 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18687 ; 18739 ;
18688 return 0; 18740 return 0;
18689 } 18741 }
18690 _ACEOF 18742 _ACEOF
18691 rm -f conftest.$ac_objext conftest$ac_exeext 18743 rm -f conftest.$ac_objext conftest$ac_exeext
18721 _ACEOF 18773 _ACEOF
18722 cat confdefs.h >>conftest.$ac_ext 18774 cat confdefs.h >>conftest.$ac_ext
18723 cat >>conftest.$ac_ext <<_ACEOF 18775 cat >>conftest.$ac_ext <<_ACEOF
18724 /* end confdefs.h. */ 18776 /* end confdefs.h. */
18725 #define _LARGEFILE_SOURCE 1 18777 #define _LARGEFILE_SOURCE 1
18726 #include <stdio.h> 18778 #include <sys/types.h> /* for off_t */
18779 #include <stdio.h>
18727 int 18780 int
18728 main () 18781 main ()
18729 { 18782 {
18730 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); 18783 int (*fp) (FILE *, off_t, int) = fseeko;
18784 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18731 ; 18785 ;
18732 return 0; 18786 return 0;
18733 } 18787 }
18734 _ACEOF 18788 _ACEOF
18735 rm -f conftest.$ac_objext conftest$ac_exeext 18789 rm -f conftest.$ac_objext conftest$ac_exeext