zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: 3.1.5-pws11 - configure.in errors
@ 1999-03-13  6:43 Geoff Wing
  0 siblings, 0 replies; only message in thread
From: Geoff Wing @ 1999-03-13  6:43 UTC (permalink / raw)
  To: zsh-workers

Heyla,
make sure to autoconf after applying.

*** configure.in.org	Mon Mar  1 20:53:52 1999
--- configure.in	Sat Mar 13 17:39:09 1999
***************
*** 766,772 ****
  #include <sys/resource.h>
  main() { 
    struct rlimit r;
!   char buf[[20]];
    r.rlim_cur = 0;
    sprintf(buf, "%qd", r.rlim_cur);
    exit(strcmp(buf, "0"));
--- 766,772 ----
  #include <sys/resource.h>
  main() { 
    struct rlimit r;
!   char buf[20];
    r.rlim_cur = 0;
    sprintf(buf, "%qd", r.rlim_cur);
    exit(strcmp(buf, "0"));
***************
*** 774,780 ****
    zsh_cv_rlim_t_is_quad_t=yes,
    zsh_cv_rlim_t_is_quad_t=no,
    zsh_cv_rlim_t_is_quad_t=no)])
!   if test $zsh_cv_tlim_t_is_quad_t = yes; then
      AC_DEFINE(RLIM_T_IS_QUAD_T)
      DEFAULT_RLIM_T=quad_t
    else
--- 774,780 ----
    zsh_cv_rlim_t_is_quad_t=yes,
    zsh_cv_rlim_t_is_quad_t=no,
    zsh_cv_rlim_t_is_quad_t=no)])
!   if test $zsh_cv_rlim_t_is_quad_t = yes; then
      AC_DEFINE(RLIM_T_IS_QUAD_T)
      DEFAULT_RLIM_T=quad_t
    else

-- 
Geoff Wing   <gcw@pobox.com>            Mobile : (Australia) 0412 162 441
Work URL: http://www.primenet.com.au/   Ego URL: http://pobox.com/~gcw/


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-03-13  6:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-13  6:43 PATCH: 3.1.5-pws11 - configure.in errors Geoff Wing

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).