Removing Optim

2002-07-23 Thread Jean-Eric Cuendet
Hi Could someone tell me how to remove optims in my autoconf/automake project? I use gcc 2.96 on Linux with autoconf 2.53 and automake 1.5 Thanks -jec

Re: Alternate automake output?

2002-07-23 Thread Robert Collins
=== - Original Message - From: "William Robertson" <[EMAIL PROTECTED]> To: "Tom Tromey" <[EMAIL PROTECTED]> > I know this is a hack, but could automake play along with this, and > would this work? Alternatively, is there a cleaner way to achieve this > goal? I'd just use subdir_objects

Re: Alternate automake output?

2002-07-23 Thread Tom Tromey
> "William" == William Robertson <[EMAIL PROTECTED]> writes: William> So, they each have their own autoconf setup, the top-level William> configure.in uses AC_CONFIG_SUBDIRS and some conditional William> logic, and everything is good. Ok. William> Good, except that configuration runs are ab

Re: Alternate automake output?

2002-07-23 Thread William Robertson
On 23 July 2002, Tom Tromey [[EMAIL PROTECTED]] wrote: | > "William" == William Robertson <[EMAIL PROTECTED]> writes: | | William> I've made the usual search through the docs and mailing list, | William> but haven't been able to find an answer for this. Is there | William> any way to tell au

Re: doco hpux ia64 make trailing backslash

2002-07-23 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Bob> * hpmake/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing Bob> backslashes. Akim> Wow! Thanks for the report. CC'ed to automake for their information. Thanks. I don't think we generate code like this, and we seem to a

Re: Alternate automake output?

2002-07-23 Thread Tom Tromey
> "William" == William Robertson <[EMAIL PROTECTED]> writes: William> I've made the usual search through the docs and mailing list, William> but haven't been able to find an answer for this. Is there William> any way to tell automake to generate an alternate output file William> instead of M

Re: Adding site specific rules to Automake

2002-07-23 Thread Tom Tromey
> "Matthew" == matthew gibbons <[EMAIL PROTECTED]> writes: Matthew> I have added the following to my project's Makefile.am: Matthew> lint: Matthew> @ flint policy.lnt -b -v $(SOURCES) Matthew> can I (and should I) add this to Automake's templates in Matthew> /usr/share/automak

Alternate automake output?

2002-07-23 Thread William Robertson
Hi, I've made the usual search through the docs and mailing list, but haven't been able to find an answer for this. Is there any way to tell automake to generate an alternate output file instead of Makefile.in? -- | William Robertson | GPG:0x90A3BED4 | [EMAIL PROTECTED] |

Harvest lots of E-mail addresses quickly !

2002-07-23 Thread emailharvest
Dear automake ,    Want To Harvest A Lot Of Email   Addresses In A Very Short Time? Easy Email Searcher  is  a  powerful  Email  software   that  harvests general Email lists from mail servers   Easy Email Searcher can get 100,000

(±¤°í)»ï¼º DVD ÄÞº¸ Ư°¡À̺¥Æ®... DVD ŸÀÌƲµµ!!!

2002-07-23 Thread KIDSDVD
Title: DVDÇ÷¹À̾î Ư°¡À̺¥Æ®   <ŸÀÌƲ¼±ÅÃ> ±îÀÌÀ¯ ÇdzëÅ°¿À The Kid ¸ðÂ÷¸£Æ® ¸ÞÀÌÁö ¿¤¸ðÀÇ ´ë¸ðÇè ¾ç¹èÃß À

Re: make check failures

2002-07-23 Thread Alexandre Duret-Lutz
Hi, >>> "Patrick" == Patrick Welche <[EMAIL PROTECTED]> writes: Patrick> Some "make check" tests failed for me.. Essentially What environment is `me'? Patrick> - libtool3, subobj9, subpkg do a distcheck, which finds autoconf's Patrick> configure.lineno left over. Presumably autom4te.cache

RE: configure.lineno leftover?

2002-07-23 Thread Jan Reimers
It still a bug. Patrick: Do you know if it is autoconf or automake that is creating this file? > -Original Message- > From: Patrick Welche [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 23, 2002 8:23 AM > To: Patrick Welche > Cc: Akim Demaille; [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [

make check failures

2002-07-23 Thread Patrick Welche
Some "make check" tests failed for me.. Essentially - libtool3, subobj9, subpkg do a distcheck, which finds autoconf's configure.lineno left over. Presumably autom4te.cache should also get distcleaned away? - comment6 needs gnu make - still don't know what's wrong with gnits2 and gnits3 (prob

Re: configure.lineno leftover?

2002-07-23 Thread Patrick Welche
On Tue, Jul 23, 2002 at 04:16:52PM +0100, Patrick Welche wrote: > On Fri, Jul 19, 2002 at 11:47:36AM +0200, Akim Demaille wrote: > > > "mcmahill" == mcmahill <[EMAIL PROTECTED]> writes: > > > > mcmahill> I'm ending up with a file called '=build/configure.lineno' > > mcmahill> after 'make dis

Re: configure.lineno leftover?

2002-07-23 Thread Patrick Welche
On Fri, Jul 19, 2002 at 11:47:36AM +0200, Akim Demaille wrote: > > "mcmahill" == mcmahill <[EMAIL PROTECTED]> writes: > > mcmahill> I'm ending up with a file called '=build/configure.lineno' > mcmahill> after 'make distcheck' which of course causes the distcheck > mcmahill> to fail. This is

A CRY FOR HELP

2002-07-23 Thread Benjamin M.Sese-Seko
DEAR FRIEND THROUGH THE COURTESY OF BUSINESS OPPORTUNITY, I TAKE LIBERTY ANCHORED ON A STRONG DESIRE TO SOLICIT YOUR ASSISTANCE ON THIS MUTUALLY BENEFICIAL AND RISKFREE TRANSACTION WHICH I HOPE YOU WILL GIVE YOUR URGENT ATTENTION. I AM MR.BENJAMIN SESE-SEKO,SON OF LATE PRESIDENT MOBUTU SESE-SE

Re: Adding site specific rules to Automake

2002-07-23 Thread Alexandre Duret-Lutz
>>> "matthew" == matthew gibbons <[EMAIL PROTECTED]> writes: [...] matthew> Since I want all my project's to include matthew> this rule, as well as some others for quality matthew> checking, can I (and should I) add this to Automake's matthew> templates in /usr/share/automake-1.6? No, becau

Re: EXE stripe

2002-07-23 Thread Alexandre Duret-Lutz
>>> "Jean-Eric" == Jean-Eric Cuendet <[EMAIL PROTECTED]> writes: Jean-Eric> Hi, Jean-Eric> Can someone explain me 2 things: Jean-Eric> - How I stripe my objects using in automake Makefile.am? Use `make install-strip'. Jean-Eric> - I have a Makefile.am that have only SUBDIRS. I Jean-Eric> n

Reclame sus Vacaciones

2002-07-23 Thread Joey Quon
Title: Vacaciones Inolvidables