[4020] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

[krbdev.mit.edu #1384] case with no branches breaks configure scripts

daemon@ATHENA.MIT.EDU (The RT System itself via RT)
Fri Mar 14 20:21:41 2003

Date: Fri, 14 Mar 2003 20:21:32 -0500 (EST)
Message-Id: <rt-1384-5466.16.847314007527@krbdev.mit.edu>
In-Reply-To: <rt-1384@krbdev.mit.edu>
From: "The RT System itself via RT" <rt-comment@krbdev.mit.edu>
To: krb5-prs@mit.edu
Reply-To: rt-comment@krbdev.mit.edu
Errors-To: krb5-bugs-bounces@mit.edu


>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


>Submitter-Id:	net
>Originator:	Donn Cave
>Organization:
	University Computing Services
	University of Washington
>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


>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 )".)
>How-To-Repeat:
Try to run configure under NetBSD.
>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.
_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
http://mailman.mit.edu/mailman/listinfo/krb5-bugs

home help back first fref pref prev next nref lref last post