mutt/2447: minor glitches with build ("--without") and install process ("install-sh" args)
>Number: 2447
>Notify-List:
>Category: mutt
>Synopsis: minor glitches with build ("--without") and install process
>("install-sh" args)
>Confidential: no
>Severity: minor
>Priority: low
>Responsible: mutt-dev
>State: open
>Keywords:
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Aug 24 16:28:24 +0200 2006
>Originator: Rado S
>Release: 1.5.13 (2006-08-15)
>Organization:
>Environment:
solaris8, sparc, autoconf2.59, automake1.9.6
>Description:
install: the Makefile created uses mutt's own "install-sh" with
argument "-m644" which is not parsed correctly by "install-sh":
it requires "-m 644" (i.e. a space inbetween).
build: --without-mixmaster enables it, because currently
"configure" only checks whether any mixmaster related option
was given, but not which.
>How-To-Repeat:
Just "make install" on the system.
build: ./configure --without-mixmaster
>Fix:
install: either fix the "install-sh" script to accept args without spaces or
change Makefile to have spaces.
build: I don't know auto-stuff well enough, but it needs to check for
"yes"/"no" explicitely, not just "non-zero".
>Add-To-Audit-Trail:
>Unformatted: