[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in automake 1.5
From: |
xavier ordoquy |
Subject: |
bug in automake 1.5 |
Date: |
11 Dec 2001 15:27:22 +0100 |
Hi all,
I think I found a bad behaviour to automake 1.5
Here's the catch:
extract from a Makefile.am
> libsomething_la_SOURCES = \
> dia-canvas-text.c
> # dia-canvas-bezier.c \
> # dia-canvas-pixbuf.c \
>
> libsomethingincludedir = /include
the Makefile generated with automake 1.5 looks like:
> libsomething_la_SOURCES = \
> dia-canvas-text.c
>
>
> # dia-canvas-bezier.c \
> # dia-canvas-pixbuf.c \
> libsomethingincludedir = /include
which is bad because it make libsomethingincludedir not defined.
With automake 1.4, I got:
> libsomething_la_SOURCES = \
> dia-canvas-text.c
>
> # dia-canvas-bezier.c \
> # dia-canvas-pixbuf.c \
>
> libsomethingincludedir = /include
which is fine
Regards.
--
Xavier Ordoquy, Aurora-linux
"The software said 'runs on Win95 or better,' so I installed it on
Linux"
- bug in automake 1.5,
xavier ordoquy <=