Re: support for lzma in automake?

2007-10-06 Thread Jim Meyering
[EMAIL PROTECTED] (Karl Berry) wrote: > Could we have a new option in automake for making lzma-compressed > tarballs, a la bzip2? The package to use is lzma-utils, from > http://tukaani.org/lzma/. Generally, it compresses better and > uncompresses faster than bzip. Not just "better". Significan

support for lzma in automake?

2007-10-06 Thread Karl Berry
Hi folks, Could we have a new option in automake for making lzma-compressed tarballs, a la bzip2? The package to use is lzma-utils, from http://tukaani.org/lzma/. Generally, it compresses better and uncompresses faster than bzip. Jim, perhaps you would like to supply a patch :)? (Jim was the o

Automake's invokation of libtool doesnt handle $prefix with spaces in directory names

2007-10-06 Thread Noah Slater
Hello, Using the following tools: automake (GNU automake) 1.10 autoconf (GNU Autoconf) 2.61 If I run configure like so: ./configure --prefix="/tmp/foo bar" Everything runs fine, but when I "make install" I get the following error output: make[3]: Entering directory `/home/nslater/