Skip Menu |
 

Download (untitled) / with headers
text/plain 1.7KiB
From donn@xeno.cac.washington.edu Fri Mar 14 20:21:30 2003
Received: from fort-point-station.mit.edu (FORT-POINT-STATION.MIT.EDU [18.7.7.76]) by krbdev.mit.edu (8.9.3) with ESMTP
id UAA27872; Fri, 14 Mar 2003 20:21:30 -0500 (EST)
Received: from xeno.cac.washington.edu (xeno.cac.washington.edu [128.95.135.217])
by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id UAA18371
for <krb5-bugs@mit.edu>; Fri, 14 Mar 2003 20:21:29 -0500 (EST)
Received: (from donn@localhost)
by xeno.cac.washington.edu (8.11.6/8.11.6) id h2F1LSM05005;
Fri, 14 Mar 2003 17:21:28 -0800 (PST)
Date: Fri, 14 Mar 2003 17:21:28 -0800 (PST)
Message-Id: <200303150121.h2F1LSM05005@xeno.cac.washington.edu>
To: krb5-bugs@mit.edu
From: donn@u.washington.edu
Reply-To: donn@u.washington.edu
X-send-pr-version: 3.99


Show quoted text
>Submitter-Id: net
>Originator: Donn Cave
>Organization:
University Computing Services
University of Washington
Show quoted text
>Confidential: no
>Synopsis: case with no branches breaks configure scripts
>Severity: serious
>Priority: low
>Category: krb5-build
>Class: sw-bug
>Release: krb5-1.3-alpha1
>Environment:
NetBSD 1.6
System: NetBSD xeno 1.6 NetBSD 1.6 (GENERIC) #0: Sun Sep 8 19:43:40 UTC 2002 autobuild@tgm.daemon.org:/autobuild/i386/OBJ/autobuild/src/sys/arch/i386/compile/GENERIC i386


Show quoted text
>Description:
Most configure scripts have a "case" statement with no branches -
case $ac_dest in
esac

No problem for bash, but is an error for the "ash" shell ("expected )".)
Show quoted text
>How-To-Repeat:
Try to run configure under NetBSD.
Show quoted text
>Fix:
Don't know - I gather it may come from within autoconf, when processing
CONFIG_COMMANDS from aclocal.m4.

Of course one may use a shell that doesn't come with the distribution,
or process the files with awk to insert the necessary line (what I did),
but I assume "fix" means make autoconf work.
Subject: case with no branches breaks configure scripts
Yes, it looks like autoconf-2.52 had a bug that was fixed in
autoconf-2.53. We should probably update to requiring 2.53 or later.
From: tlyu@mit.edu
Subject: CVS Commit
* aclocal.m4: Require autoconf-2.53, since 2.52 generates
configure scripts that NetBSD /bin/sh doesn't like.


To generate a diff of this commit:



cvs diff -r5.404 -r5.405 krb5/src/ChangeLog
cvs diff -r1.254 -r1.255 krb5/src/aclocal.m4
From: tlyu@mit.edu
Subject: CVS Commit
pullup from trunk


To generate a diff of this commit:



cvs diff -r5.403.2.1 -r5.403.2.2 krb5/src/ChangeLog
cvs diff -r1.253.2.1 -r1.253.2.2 krb5/src/aclocal.m4