| This also works for things like
|
| foo = mumble
| foo = blurgle
|
| which would be interpreted as
|
| foo = blurgle
| if FALSE
| foo = mumble
| endif
I've always thought this is wrong. I still think we should not
support such ``feature'', which is a form of laxism to me, comp
Apologies for not replying sooner, but I've been away for a week.
Duncan Gibson wrote:
DG> bin_PROGRAMS = CubeView
DG>
DG> CubeView_SOURCES = \
DG> CubeMain.cxx \
DG> CubeView.cxx CubeView.h \
DG> CubeViewUI.fl
DG>
DG> SUFFIXES = .cxx .h .fl
DG>
DG> .fl.cxx .fl.h:
DG>fluid -c $<
Alexan
I'm just starting to use gnu autotools, and I have some small
problems, I have figured out how to build in some subdirs and to have
resonable include paths, but how do I link with X11 , I'm using automake
and autoconf and have a subdir which contains the source and an Makefile.am
something l
Lars Segerlund <[EMAIL PROTECTED]> [2002-10-28 17:14:18 +0100]:
>
> I'm just starting to use gnu autotools, and I have some small
> problems, I have figured out how to build in some subdirs and to
> have resonable include paths, but how do I link with X11 , I'm using
> automake and autoconf and h
Your mail to 'lam' with the subject
Virus quarantined by PerlMx
Is being held until the list moderator can review it for approval.
The reason it is being held:
Post by non-member to a members-only list
Either the message will get posted to the list, or you will receive
notification of
This is an automatically generated Delivery Status Notification.
Delivery to the following recipients failed.
[EMAIL PROTECTED]
Reporting-MTA: dns;mail.truelogic.com.au
Received-From-MTA: dns;elsewhere.net
Arrival-Date: Mon, 28 Oct 2002 20:56:47 +1100
Final-Recipient: rfc822;[EMAIL PR
The Autoconf team -- Akim, Alexandre, Jim, Paul, and Tom -- is happy
to annonce the second beta of forthcoming Autoconf 2.55. Download,
compile, install, torture, and enjoy!
- Why should I upgrade from 2.54?
A few bug fixes, improved portability, no known incompatibility with
2.53 and 2.54,