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)
commit3d9e3a309f794faf0df53c00b15d406f14931938
treeab939f1df5988e1ea3651096da4fc0a834fe88e6
parentefd4d87aa472523b07889af69874259db43b3c3c
fix "configure --prefix=" and improve path/arg handling in configure

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.
configure