Defining an arbitary value for one output only

2002-06-02 Thread Michael Still
Hello all. My Makefile.am looks something like: noinst_PROGRAMS = sample ui sample_SOURCES = sample.c ui_SOURCES = ui.c other.c sample.c I would like to be able to define a value such as WITHWX (i.e. -DWITHWX=1) for the ui target only. I am having some trouble finding the right variable name t

Re: Defining an arbitary value for one output only

2002-06-02 Thread Richard Boulton
On Sun, 2002-06-02 at 09:01, Michael Still wrote: > My Makefile.am looks something like: > > noinst_PROGRAMS = sample ui > sample_SOURCES = sample.c > ui_SOURCES = ui.c other.c sample.c > > I would like to be able to define a value such as WITHWX (i.e. > -DWITHWX=1) for the ui target only. I am

ILIé“`ƒpƒbƒN’l‰º‚°I

2002-06-02 Thread nana
Title: 5800‰~‚ÅDM”­‘—‘ãsŠJ‹Æ é“`‚É‚àÅ‚‚ÈDMƒpƒbƒNI ‘啝’l‰º‚°I‚T‚W‚O‚O‰~‚Å‚²’ñ‹ŸI ¡Aé“`‚ōłàŒø‰Ê‚ª‚ ‚é‚Ì‚ÍDM‚Å‚·B ‚±‚ÌDMƒpƒbƒN‚Í‚Ù‚ñ‚Ì‚¿‚å‚Á‚Ƃ̃AƒCƒfƒA‚â“w—Í‚Å ’N‚Å‚àŒŽ‚É‚R‚O–œ `‚U‚O–œ‰~‚ÌŽû“ü‚𓾂鎖‚ÍŠÈ’P‚È‚ñ‚Å‚·B DM”­‘—‘ãsŠJ‹Æ‚É‚àƒpƒbƒ`ƒŠ‚Å‚µ‚傤B šˆÈ‰º‚ª¡‰ñŽ„‚Ì’ñ‹Ÿ‚·‚é“à

automake 1.6, lftp

2002-06-02 Thread Glenn Maynard
12:40pm [EMAIL PROTECTED]/8 [~/l/lftp] automake aclocal.m4:6923: invalid unused variable name: `SSL_LDFLAGS' configure.in:199: invalid unused variable name: `LFTP_SSL_LDFLAGS' It's complaining about a couple variable names used by lftp that have nothing to do with automake; why's it doing this?

Re: Security vulnerability in automake

2002-06-02 Thread Lars Hecking
Lawrence Teo writes: > I was learning Automake last night, and I think I found a security > vulnerability. I'm not sure if this is already known, but I couldn't > find it on Bugtraq. The security vulnerability is the insecure > creation of temporary files in the config.guess script which leads > t

Re: Defining an arbitary value for one output only

2002-06-02 Thread Michael Still
On 2 Jun 2002, Richard Boulton wrote: > On Sun, 2002-06-02 at 09:01, Michael Still wrote: > > My Makefile.am looks something like: > > > > noinst_PROGRAMS = sample ui > > sample_SOURCES = sample.c > > ui_SOURCES = ui.c other.c sample.c > > > > I would like to be able to define a value such as WIT

Re: Security vulnerability in automake

2002-06-02 Thread Lawrence Teo
> > I was learning Automake last night, and I think I found a security > > vulnerability. I'm not sure if this is already known, but I couldn't > > find it on Bugtraq. The security vulnerability is the insecure > > creation of temporary files in the config.guess script which leads > > to a race co

Re: automake 1.6, lftp

2002-06-02 Thread Alexandre Duret-Lutz
>>> "Glenn" == Glenn Maynard <[EMAIL PROTECTED]> writes: Glenn> 12:40pm [EMAIL PROTECTED]/8 [~/l/lftp] automake Glenn> aclocal.m4:6923: invalid unused variable name: `SSL_LDFLAGS' Glenn> configure.in:199: invalid unused variable name: `LFTP_SSL_LDFLAGS' Glenn> It's complaining about a couple

Direct Email Blaster, Email extractor, email downloader, email verify ...........

2002-06-02 Thread targetemailextractor
  ¡¡ Direct Email Blaster The program will send mail at the rate of over 1, 000 e-mails per minute.  Legal and Fast sending bulk emails  Built in SMTP server  Have Return Path  Can Check Mail Address  Make Error Send Address List( Remove or Send Again)  Support multi-threads.  Suppor

Re: automake 1.6, lftp

2002-06-02 Thread Richard Boulton
On Sun, 2002-06-02 at 17:46, Glenn Maynard wrote: > 12:40pm [EMAIL PROTECTED]/8 [~/l/lftp] automake > aclocal.m4:6923: invalid unused variable name: `SSL_LDFLAGS' > configure.in:199: invalid unused variable name: `LFTP_SSL_LDFLAGS' > > It's complaining about a couple variable names used by lftp t

Re: Defining an arbitary value for one output only

2002-06-02 Thread Ganesan R
> "Michael" == Michael Still <[EMAIL PROTECTED]> writes: > On 2 Jun 2002, Richard Boulton wrote: >> On Sun, 2002-06-02 at 09:01, Michael Still wrote: >> > My Makefile.am looks something like: >> > >> > noinst_PROGRAMS = sample ui >> > sample_SOURCES = sample.c >> > ui_SOURCES = ui.c other.c s