On 3/26/07, Randy McMurchy <[EMAIL PROTECTED]> wrote:
>
> Notice how the names of these files coincide with many of the ones you
> show. This is because those .m4 files are indeed wrong. But you can fix
> them. We should probably be patching this in BLFS. Anyway, I'm adding
> in-line my speex.m4 file. Diff it to yours and you'll see the "underquoted
> definition" fixed. :-)

Should probably start a new thread, but I've found it was fairly easy
to fix the source of the issue. For instance, this is what I'm doing
in the audiofile build:

sed -i.bak '/DEFUN/s/AM_PATH_AUDIOFILE/[&]/' audiofile.m4

As I said before, all it does is add the brackets. I don't install
most of those old guys anymore. Here's one more I found for nspr:

sed -i.bak '/DEFUN/s/AM_PATH_NSPR/[&]/' config/nspr.m4

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to