Re: Primaries in Conditionals

2002-02-21 Thread Ralf Corsepius
Am Fre, 2002-02-22 um 03.23 schrieb Fausto Sanchez: > Hi, > > Can anyone tell me how to suppress these warning from automake. I just upgraded > to automake 1.5, and now these warnings are being displayed when running > automake. This kind of questions is going to be an FAQ ;) > diag_LDADD = @L

Re: Primaries in Conditionals

2002-02-21 Thread Tim Van Holder
On Fri, 2002-02-22 at 03:23, Fausto Sanchez wrote: > Hi, > > Can anyone tell me how to suppress these warning from automake. I just upgraded > to automake 1.5, and now these warnings are being displayed when running > automake. > > diag_LDADD = @LDFLAGS@ -L../common_objects -ldiagcommonobj -ldi

Primaries in Conditionals

2002-02-21 Thread Fausto Sanchez
Hi, Can anyone tell me how to suppress these warning from automake. I just upgraded to automake 1.5, and now these warnings are being displayed when running automake. -- WARNINGS I GET automake: isan/

AC_SHARED_DISABLE, link on Solaris

2002-02-21 Thread Alain BARBET
Hello, I have 2 questions for you ... 1/ Does someone know how use this variable (AC_SHARED_DISABLE) but only for some Makefile and not others ? 2/ If I want make Makefile.am that build on Solaris, I must add in LDADD links on .libs. Ex: LDADD = -LLibsys -LLibsys/.libs First is for Linux/BSD,

Pre-hook?

2002-02-21 Thread Samuel Meder
I'm looking for a way to make automake to hit a custom target the first thing it does (eg something that is like all-local, but gets executed before anything else). Is there a simple way of achieving this? /Sam

ADV: Professional Internet Marketing

2002-02-21 Thread sydney_fergason
Title: Professional Internet Marketing, VKI Studios 1-866-733-8899   1-866-733-8899  "VKI increased our web traffic by 550% which resulted in a 20% i

Free Trial Membership

2002-02-21 Thread
Below is the result of your feedback form. It was submitted by ([EMAIL PROTECTED]) on Thursday, February 21, 2002 at 06:27:58 --- :: http://rd.yahoo.com/dir/?http://cumageddon.com/?r=pinklaces -

Re: how to build generated files?

2002-02-21 Thread Alexandre Duret-Lutz
>>> "Gary" == Gary Hughes <[EMAIL PROTECTED]> writes: [...] Gary> lib_LTLIBRARIES = liboimsg.la Gary> liboimsg_la_DEPENDENCIES= $(OI_DICTIONARY) \ Gary> $(OI_COMPILER) \ Gary> sourcefiles Gary> liboimsg_la_SOURCES = $(wildcard *.cpp) Gary> include_HEADERS