Mercurial > hg > xemacs-beta
comparison configure @ 777:e65d9cf16707
[xemacs-hg @ 2002-03-15 11:00:28 by ben]
config.h.in, sysdep.c, sysfile.h, systime.h: add HAVE_SYS_TIMES_H and use it to include sys/times.h, used for
struct tms in new POSIX() function times().
mule\mule-charset.el, obsolete.el, subr.el: Put back
previously-deleted truncate-string-to-width. Move other
non-Mule-specific stuff into subr.el or obsolete.el.
configure.in: check for sys/times.h.
author | ben |
---|---|
date | Fri, 15 Mar 2002 11:00:56 +0000 |
parents | 943eaba38521 |
children | a5954632b187 |
comparison
equal
deleted
inserted
replaced
776:79940b592197 | 777:e65d9cf16707 |
---|---|
3452 test -n "$YACC" && break | 3452 test -n "$YACC" && break |
3453 done | 3453 done |
3454 test -n "$YACC" || YACC="yacc" | 3454 test -n "$YACC" || YACC="yacc" |
3455 | 3455 |
3456 | 3456 |
3457 for ac_hdr in a.out.h elf.h cygwin/version.h fcntl.h inttypes.h libgen.h locale.h mach/mach.h sys/param.h sys/pstat.h sys/time.h sys/timeb.h sys/un.h ulimit.h unistd.h | 3457 for ac_hdr in a.out.h elf.h cygwin/version.h fcntl.h inttypes.h libgen.h locale.h mach/mach.h sys/param.h sys/pstat.h sys/time.h sys/timeb.h sys/times.h sys/un.h ulimit.h unistd.h |
3458 do | 3458 do |
3459 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 3459 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
3460 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 3460 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
3461 echo "configure:3462: checking for $ac_hdr" >&5 | 3461 echo "configure:3462: checking for $ac_hdr" >&5 |
3462 | 3462 |