public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* crosstool-ng libncurses check in configure
@ 2009-05-10 14:31 Joachim Nilsson
  2009-05-11 17:03 ` Yann E. MORIN
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Joachim Nilsson @ 2009-05-10 14:31 UTC (permalink / raw)
  To: crossgcc

Hi!

I run Ubuntu, a Debian GNU/Linux derivative.  Debian has a policy about /bin/sh scripts that basically states that any such script be POSIX compatible.  To further complicate matters /bin/sh is by default /bin/dash (Debian Almquist SHell) and it is rather picky about its syntax.

With the new, very neat, configure check for libncurses the configure script no longer runs on Debian or Ubuntu default installations.  It seems to boil down to the use of variable expansion in the following line:

	lib="$( echo lib{ncursesw,ncurses,curses}.{so,a,dylib} )"

Is it possible we could change the configure script to use /bin/bash instead of /bin/sh?  I think that solution would be the best in the long run.

Regards
 /Joachim

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-05-12 16:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-10 14:31 crosstool-ng libncurses check in configure Joachim Nilsson
2009-05-11 17:03 ` Yann E. MORIN
2009-05-11 17:27   ` Michael Abbott
2009-05-11 18:13     ` Yann E. MORIN
2009-05-11 20:48 ` Yann E. MORIN
2009-05-12 15:26 ` Paul Smith
2009-05-12 16:33   ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).