On Wed, 31 Mar 2010, Osamu Aoki wrote:
> Then, what do you think about ./configure arguments.
> 
> Currently (exact one):
> ./configure --build=<var>x86_64-linux-gnu</var> --prefix=/usr \
>   --includedir=${prefix}/include --mandir=${prefix}/share/man \
>   --infodir=${prefix}/share/info --sysconfdir=/etc \
>   --localstatedir=/var --libexecdir=${prefix}/lib/<var>package</var> \
>   --disable-maintainer-mode --disable-dependency-tracking
> 
> But newbie like me should only need to know:
> ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

You could simplify it as well. --build in particular is architecture
specific and you don't get the same value whether you build on i386 or on
amd64. Or you could simply put "[...]" to show that you stripped other
options that you deemed not important enough to print.

Cheers,
-- 
Raphaƫl Hertzog

Like what I do? Sponsor me: http://ouaza.com/wp/2010/01/05/5-years-of-freexian/
My Debian goals: http://ouaza.com/wp/2010/01/09/debian-related-goals-for-2010/


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/20100331151913.ga3...@rivendell

Reply via email to