* NightStrike wrote on Thu, Nov 01, 2007 at 07:36:42PM CET:
> On 10/11/07, Jim Meyering <[EMAIL PROTECTED]> wrote:
> > FYI, I added support for LZMA[1] compression a few days ago:
> >
> > http://lists.gnu.org/archive/html/automake-patches/2007-10/msg3.html
> When will this be in an automake
On 10/11/07, Jim Meyering <[EMAIL PROTECTED]> wrote:
> FYI, I added support for LZMA[1] compression a few days ago:
>
> http://lists.gnu.org/archive/html/automake-patches/2007-10/msg3.html
>
> So now you can put this in your configure.ac file
> AM_INIT_AUTOMAKE([dist-lzma])
> and "make dist
Hi,
I have difficulties persuading automake to create header files from a
flex source using ylwrap. I tried the following:
foo_SOURCES = lexer.l parser.y
AM_LFLAGS = --header-file=lexer.h
but ylwrap doesn't create it; I also tried passing
%option header-file="lexer.h"
in the lex file, but that
* [EMAIL PROTECTED] wrote on Mon, Oct 29, 2007 at 11:02:40PM CET:
>
> I still dont know how to remove the library files with version number,
> such as libfoo.so.0.0.0. May you show me a simple example?
Without Automake, just plain commands:
: ${CC=cc}
echo 'int f() { return 0; }' > a.c
libtool -