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

2007-10-08 Thread Noah Slater
> Even if this particular failure may be rather simple to fix, it will > lead to followup issues with packages that use the installed libraries. Okay, thank you.

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

2007-10-08 Thread Ralf Wildenhues
Hello Noah, * Noah Slater wrote on Sat, Oct 06, 2007 at 07:04:37PM CEST: > 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: If I may quote from automake/TODO: | * quoting bugs | - ho

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/