zsh-workers
 help / color / mirror / code / Atom feed
From: mason@primenet.com.au (Geoff Wing)
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: 3.1.5-pws11 - configure.in errors
Date: 13 Mar 1999 06:43:12 GMT	[thread overview]
Message-ID: <slrn7ek280.rch.mason@coral.primenet.com.au> (raw)

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/


                 reply	other threads:[~1999-03-13  6:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=slrn7ek280.rch.mason@coral.primenet.com.au \
    --to=mason@primenet.com.au \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).