On 8/29/06, Alessandro Alocci <[EMAIL PROTECTED]> wrote:

options = export DEBUG=-DNDEBUG DISTRIBUTION=debian \
          INSTALL_USER=root INSTALL_GROUP=root \
          LOCAL_CONFIGURE_OPTIONS=--enable-readline=yes ;
diopts  = $(options) \
          export OPTIMIZER=-Os LOCAL_CONFIGURE_OPTIONS="--enable-gettext=no" ;

It seems that they used this method also to pass the switch --enable-readline
to configure and to disable gettext.
According with ./configure --help the available options are:

--enable-shared=yes/no Enable use of shared libraries default=yes
--enable-gettext=yes/no Enable alternate language support default=yes
--enable-readline=yes/no Enable readline command editing default=no
--enable-editline=yes/no Enable editline command editing default=no
--enable-termcap=yes/no Enable terminal capabilities library default=no

Interesting. I didn't notice that. Certainly worth looking into. I
also think it's wrong that we're suppressing the autotools. This might
be a valid reason not to remove the autoconf line from the Makefile.

> http://wiki.linuxfromscratch.org/blfs/ticket/2028

I can try, but please check that is done correctly.
(Including my rusty english :-) )

Perfect. Thanks.

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to