unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: "Andreas Vögele" <voegelas@gmx.net>
Subject: copy and paste error in configure.in
Date: Thu, 8 Jul 2004 11:17:10 +0200	[thread overview]
Message-ID: <9746B32E-D0BF-11D8-BD8E-000D93673682@gmx.net> (raw)

Hi,

there are two mistakes in the newest revision of configure.in.  In line 
561 and line 564 UINTMAX_LIMITS should be set instead of INTMAX_LIMITS.

SCM_I_GSC_T_UINTMAX=0
if test "$scm_stdint_has_uintmax"; then
[...]
elif test "$ac_cv_sizeof_unsigned_long_long" -ne 0; then
   SCM_I_GSC_T_UINTMAX='"unsigned long long"'
   SCM_I_GSC_T_INTMAX_LIMITS='"SCM_I_ULLONG"' <----
else
   SCM_I_GSC_T_UINTMAX='"unsigned long"'
   SCM_I_GSC_T_INTMAX_LIMITS='"ULONG"' <----
fi
AC_SUBST([SCM_I_GSC_T_UINTMAX])
AC_SUBST([SCM_I_GSC_T_UINTMAX_LIMITS])



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


             reply	other threads:[~2004-07-08  9:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-08  9:17 Andreas Vögele [this message]
2004-07-08 22:49 ` copy and paste error in configure.in Marius Vollmer

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=9746B32E-D0BF-11D8-BD8E-000D93673682@gmx.net \
    --to=voegelas@gmx.net \
    /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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).