unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* copy and paste error in configure.in
@ 2004-07-08  9:17 Andreas Vögele
  2004-07-08 22:49 ` Marius Vollmer
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Vögele @ 2004-07-08  9:17 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: copy and paste error in configure.in
  2004-07-08  9:17 copy and paste error in configure.in Andreas Vögele
@ 2004-07-08 22:49 ` Marius Vollmer
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 2004-07-08 22:49 UTC (permalink / raw)
  Cc: bug-guile

Andreas Vögele <voegelas@gmx.net> writes:

> 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.

Right!  Thanks!

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-08 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-08  9:17 copy and paste error in configure.in Andreas Vögele
2004-07-08 22:49 ` Marius Vollmer

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).