fix "configure --prefix=" and improve path/arg handling in configure
authorRich Felker <dalias@aerifal.cx>
Thu, 8 Nov 2012 22:20:50 +0000 (17:20 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 8 Nov 2012 22:20:50 +0000 (17:20 -0500)
previously, empty string was treated as "use default". this is
apparently not compatible with standard configure semantics where an
empty prefix puts everything under /. the new logic should be a lot
cleaner and not suffer from such issues.


No differences found