comparison configure @ 90952:4c340ae135ce

Update configure Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-224
author Miles Bader <miles@gnu.org>
date Sat, 16 Jun 2007 23:44:21 +0000
parents 3619e7770f2e
children 988f1edc9674
comparison
equal deleted inserted replaced
90951:3619e7770f2e 90952:4c340ae135ce
410 exitcode=1 410 exitcode=1
411 echo positional parameters were not saved. 411 echo positional parameters were not saved.
412 fi 412 fi
413 413
414 test \$exitcode = 0") || { 414 test \$exitcode = 0") || {
415 echo Please tell bug-autoconf@gnu.org about your system, 415 echo No shell found that supports shell functions.
416 echo including any error possibly output before this message. 416 echo Please tell autoconf@gnu.org about your system,
417 echo This can help us improve future autoconf versions. 417 echo including any error possibly output before this
418 echo Configuration will now proceed without shell functions. 418 echo message
419 } 419 }
420 420
421 421
422 422
423 as_lineno_1=$LINENO 423 as_lineno_1=$LINENO
18638 /* confdefs.h. */ 18638 /* confdefs.h. */
18639 _ACEOF 18639 _ACEOF
18640 cat confdefs.h >>conftest.$ac_ext 18640 cat confdefs.h >>conftest.$ac_ext
18641 cat >>conftest.$ac_ext <<_ACEOF 18641 cat >>conftest.$ac_ext <<_ACEOF
18642 /* end confdefs.h. */ 18642 /* end confdefs.h. */
18643 #include <sys/types.h> /* for off_t */ 18643 #include <stdio.h>
18644 #include <stdio.h>
18645 int 18644 int
18646 main () 18645 main ()
18647 { 18646 {
18648 int (*fp) (FILE *, off_t, int) = fseeko; 18647 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18649 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18650 ; 18648 ;
18651 return 0; 18649 return 0;
18652 } 18650 }
18653 _ACEOF 18651 _ACEOF
18654 rm -f conftest.$ac_objext conftest$ac_exeext 18652 rm -f conftest.$ac_objext conftest$ac_exeext
18684 _ACEOF 18682 _ACEOF
18685 cat confdefs.h >>conftest.$ac_ext 18683 cat confdefs.h >>conftest.$ac_ext
18686 cat >>conftest.$ac_ext <<_ACEOF 18684 cat >>conftest.$ac_ext <<_ACEOF
18687 /* end confdefs.h. */ 18685 /* end confdefs.h. */
18688 #define _LARGEFILE_SOURCE 1 18686 #define _LARGEFILE_SOURCE 1
18689 #include <sys/types.h> /* for off_t */ 18687 #include <stdio.h>
18690 #include <stdio.h>
18691 int 18688 int
18692 main () 18689 main ()
18693 { 18690 {
18694 int (*fp) (FILE *, off_t, int) = fseeko; 18691 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18695 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18696 ; 18692 ;
18697 return 0; 18693 return 0;
18698 } 18694 }
18699 _ACEOF 18695 _ACEOF
18700 rm -f conftest.$ac_objext conftest$ac_exeext 18696 rm -f conftest.$ac_objext conftest$ac_exeext