David Walluck <[EMAIL PROTECTED]> writes:
> On Wed, 19 Jul 2000, Geoffrey Lee wrote:
>
> > The <b>B</b>ig <b>M</b>ove. Moving things around for FHS compliance!
>
> Is this HTML? I saw what BM is in the ChangeLog's. But, a question... if
> you ./configure --prefix=/usr isn't mandir stil $prefix/man? How is this
> going to work? Files will not be placed in /usr/share/man by default :(
That's why you have to use %configure
The new mdk-rpm howto (that I will publish tomorrow certainly) will talk
about that in depth.
Just to let you know, currently that is:
[gc@kenobi ~/rpm] rpm --eval %configure
CFLAGS="${CFLAGS:--O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s
-march=pentium -mcpu=pentiumpro -ffast-math -fexpensive-optimizations}" ; export
CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s
-march=pentium -mcpu=pentiumpro -ffast-math -fexpensive-optimizations}" ; export
CXXFLAGS ;
FFLAGS="${FFLAGS:--O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s
-march=pentium -mcpu=pentiumpro -ffast-math -fexpensive-optimizations}" ; export
FFLAGS ;
[ -f configure.in ] && libtoolize --copy --force ;
./configure i586-mandrake-linux \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib \
--libexecdir=/usr/libexec \
--localstatedir=/usr/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info
--
Guillaume Cottenceau -- Distribution Developer for MandrakeSoft
http://www.mandrakesoft.com/~gc/