From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_V=F6gele?= Newsgroups: gmane.lisp.guile.bugs Subject: copy and paste error in configure.in Date: Thu, 8 Jul 2004 11:17:10 +0200 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <9746B32E-D0BF-11D8-BD8E-000D93673682@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1089278277 22254 80.91.224.253 (8 Jul 2004 09:17:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Jul 2004 09:17:57 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jul 08 11:17:53 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BiV2P-0003qZ-00 for ; Thu, 08 Jul 2004 11:17:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BiV4W-00039p-Cx for guile-bugs@m.gmane.org; Thu, 08 Jul 2004 05:20:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BiV4R-00038z-Pz for bug-guile@gnu.org; Thu, 08 Jul 2004 05:19:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BiV4Q-000371-5W for bug-guile@gnu.org; Thu, 08 Jul 2004 05:19:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BiV4Q-00036t-2Y for bug-guile@gnu.org; Thu, 08 Jul 2004 05:19:58 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1BiV1x-0006NX-IG for bug-guile@gnu.org; Thu, 08 Jul 2004 05:17:25 -0400 Original-Received: (qmail 7539 invoked by uid 65534); 8 Jul 2004 09:17:13 -0000 Original-Received: from pD9E61BF7.dip.t-dialin.net (EHLO [192.168.1.15]) (217.230.27.247) by mail.gmx.net (mp008) with SMTP; 08 Jul 2004 11:17:13 +0200 X-Authenticated: #14729429 Original-To: bug-guile@gnu.org X-Mailer: Apple Mail (2.618) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1532 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1532 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