FYI: AM_PROG_REGEX was broken

2000-11-23 Thread Pavel Roskin
Hello! I have checked (manually) all Automake *.m4 files for underquoting. AM_PROG_REGEX was actually broken. Now it's fixed. Maybe I'll run the Automake macros through the Autoconf testsuite some day. I also scanned for other cases where quoting is desired. Whenever you have a free-form messag

FYI: fix for pr87.test

2000-11-23 Thread Pavel Roskin
Hello! pr87.test fails if Automake is built with srcdir=. The fix is exactly the same as for install2.test, pr19.test and subobj3.test (applied 2000-05-01). Regards, Pavel Roskin Index: ChangeLog --- ChangeLog Thu Nov 23 19:03:13 2000 +++ ChangeLog Thu Nov 23 19:55:09

RE: libs in subdirs

2000-11-23 Thread Bernard Dautrevaux
> -Original Message- > From: Bryan VanDeVen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 21, 2000 6:26 PM > To: [EMAIL PROTECTED] > Subject: libs in subdirs > > > I think this has been coverered for shlibs but I culd not > find anything for > static libs... is there ary way

Re: optional subdirectories

2000-11-23 Thread Gary V. Vaughan
On Wed, Nov 22, 2000 at 12:03:18PM +0100, Marc van Woerkom wrote: > > > > SUBDIRS = @SUBDIRS@ > > > > > > > >Then in your `configure.in' you can specify: > > > > > > > > SUBDIRS = "src doc lib po" > > > > AC_SUBST(SUBDIRS) > > > > > > Yuck, this voodoo works o

automake´Ô ¾È³çÇϼ¼¿ä?

2000-11-23 Thread Online Korea
Title: ¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¦¬¢Ä ¿À´ÃÀÇ À¯¸Ó ÇѸ¶µð ¢Å   "Dad, I don't want to go to school today.," said the boy.  "Why not, son?"  "Well, one of the chickens on the school farm died last week and    we had chicken soup for lunch the next da

Re: how to realize a medium coupled build environment?

2000-11-23 Thread Marc van Woerkom
> What you describe is exactly what KDE uses. Yea. Makes perfect sense for such a large project. Thank you very much for that hint. >From the larger open projects I have had a look at Mozilla only so far. I will check it. > We have configure.in.ins in every subdirectory that needs > config

Re: how to realize a medium coupled build environment?

2000-11-23 Thread Stephan Kulow
Marc van Woerkom wrote: > > What do you folks think? What you describe is exactly what KDE uses. We have configure.in.ins in every subdirectory that needs configure checks. The Makefile.cvs you run after checking out creates one configure.in with the used parts and then it all works from there.

automake version 1.5 : when ?

2000-11-23 Thread benoit LOOF
Hi, Does anybody know when automake 1.5 will be available ? wbr, Benoit Loof -- __ MITSUBISHI ELECTRIC FRANCE GSM Research and Development 11, Rue du Clos Courtel 35700 RENNES FRANCE Tel: 02 99 27 47 70 Fax: 02 99 27 47 71 & 02 99 27 47 72

How to perform Automatic dependency tracking when compiling with cc ?

2000-11-23 Thread benoit LOOF
Hi, here is my problem : * i need to generate makefiles that compile my program using cc * automake 1.4 requires gcc to perform Automatic dependency tracking so my question is : how to get the benefits of Automatic dependency tracking, compiling with cc ? wbr, Benoit Loof -- __

RE: libs in subdirs

2000-11-23 Thread Cumming, Murray
Bryan VanDeVen wrote: > is there ary way (without libtool at the present) to build > static convenience libs and then have them all combined in a top level > directory? I covered building an executable from static libs in: http://www.murrayc.com/learning/linux/automake/automake.shtml#SubDirecto

automake version 1.5 : when ?

2000-11-23 Thread benoit LOOF
Hi, Does anybody know when automake 1.5 will be available ? wbr, Benoit Loof -- __ MITSUBISHI ELECTRIC FRANCE GSM Research and Development 11, Rue du Clos Courtel 35700 RENNES FRANCE Tel: 02 99 27 47 70 Fax: 02 99 27 47 71 & 02 99 27 47 72 ht

Re: Compiler Flags

2000-11-23 Thread Simon Richter
On Mon, 20 Nov 2000, Tim Heath wrote: > AM_CXXFLAGS = -D_POSIX1C_SOURCE -D_HPUX_SOURCE -D_REENTRANT [...] > If you know of a better way please feel free to share it with me. I am > interested in how to do and if/then to use this only if I am compiling > on HPUX 11.0 with aCC etc. Why only wi