Re: [Liboss-devel] Re: [Liboss-commit] CVS: liboss autogen.sh,1.2,1.3
Brought to you by:
thesin
|
From: Benjamin R. <ra...@be...> - 2002-10-22 12:07:50
|
On Tuesday, October 22, 2002, at 02:22 AM, Justin Hallett wrote: > it's so it builds in the current dir. for testing...I guess it should > more be make; make install prefix=`pwd` or =`pwd`/opt or something. I figured as much, but it also masked the problem that "prefix" was not getting set i configure if it wasn't passed on the command-line, and it wouldn't have been releasable that way anyways. Just use --prefix if you want to put it somewhere weird... Even if you want to work on configure.in you never have to run it again, that stuff gets automatically rebuild if you just run 'make'. |