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
University of Washington
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
case $ac_dest in
esac
No problem for bash, but is an error for the "ash" shell ("expected )".)
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.
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>Originator: Donn Cave
>Organization:
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>Synopsis: case with no branches breaks configure scripts
>Severity: serious
>Priority: low
>Category: krb5-build
>Class: sw-bug
>Release: krb5-1.3-alpha1
>Environment:
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 processingCONFIG_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.