Re: How to create special config directories?

2002-02-13 Thread sandip
Hi! Thanks! It worked beautifully, other than the fact that the dist_pkgsysconfdir_DATA was flagged as an error and I had to split it up into pkgsysconfdir_DATA and EXTRA_DIST. But that is probably because my automake version is 1.4 What I am curious is why do I have to always specify directorie

Re: FAIL: make.test

2002-02-13 Thread Patrick Welche
On Wed, Feb 13, 2002 at 06:54:07PM +0100, Alexandre Duret-Lutz wrote: > > Patrick> config.status: creating Makefile > Patrick> + fgrep am__include = # Makefile > Patrick> FAIL: make.test > > So, what does this Makefile contains? > > Could you run > grep am__include /usr/src/local/automake/t

Re: build question

2002-02-13 Thread Alexandre Duret-Lutz
>>> "Eric" == Eric Blake <[EMAIL PROTECTED]> writes: Eric> SUCCESS! With your patch to XFile.pm, I was able to do: Eric> $ cd automake Eric> $ touch Makefile.am Eric> $ make Eric> cd . && \ Eric> perllibdir=./lib /home/eblake/automake/automake --libdir=lib --gnu Eric> Makefile Eric> cd

Re: FAIL: make.test

2002-02-13 Thread Patrick Welche
On Wed, Feb 13, 2002 at 09:31:19PM +0100, Alexandre Duret-Lutz wrote: > Nope, this code comes from Automake, and `am__include = include' > is the expected output. > > The question is why does > > fgrep 'am__include = #' Makefile && exit 1 > > abort the test? > > Can you check how the followi

Re: FAIL: make.test

2002-02-13 Thread Alexandre Duret-Lutz
>>> "Patrick" == Patrick Welche <[EMAIL PROTECTED]> writes: Patrick> On Wed, Feb 13, 2002 at 06:54:07PM +0100, Alexandre Duret-Lutz wrote: >> Patrick> config.status: creating Makefile Patrick> + fgrep am__include = # Makefile Patrick> FAIL: make.test >> >> So, what does this Makefile con

Re: duplicated macros

2002-02-13 Thread Chema Celorio
Thanks

Re: build question

2002-02-13 Thread Eric Blake
SUCCESS! With your patch to XFile.pm, I was able to do: $ cd automake $ touch Makefile.am $ make cd . && \ perllibdir=./lib /home/eblake/automake/automake --libdir=lib --gnu Makefile cd . && /bin/sh ./config.status Makefile config.status: creating Makefile Making all in . [...] $ cvs up Makef

Re: FAIL: make.test

2002-02-13 Thread Alexandre Duret-Lutz
>>> "Patrick" == Patrick Welche <[EMAIL PROTECTED]> writes: [...] Patrick> config.status: creating Makefile Patrick> + fgrep am__include = # Makefile Patrick> FAIL: make.test So, what does this Makefile contains? Could you run grep am__include /usr/src/local/automake/tests/testSubDir/Makef

Re: FAIL: make.test

2002-02-13 Thread Patrick Welche
On Wed, Feb 13, 2002 at 06:03:41PM +0100, Alexandre Duret-Lutz wrote: > >>> "Patrick" == Patrick Welche <[EMAIL PROTECTED]> writes: > > [...] > > Patrick> Hints on where to delve/how to fix? > > Yep: could you run the same test with VERBOSE=x? > i.e. > gmake check TESTS=make.test VERBOSE=x

Re: How to force a compilation ?

2002-02-13 Thread Alexandre Duret-Lutz
>>> "bj" == BERTRAND Joël <[EMAIL PROTECTED]> writes: [...] bj> It works fine. But, when I run "make", a file named rpl.c must bj> be recompiled. How can I do that ? What do you mean? If rpl.c must be compiled as rpl.o, just list rpl.c in the relevant *_SOURCES variable of your Makefile.am

Re: FAIL: make.test

2002-02-13 Thread Alexandre Duret-Lutz
>>> "Patrick" == Patrick Welche <[EMAIL PROTECTED]> writes: [...] Patrick> Hints on where to delve/how to fix? Yep: could you run the same test with VERBOSE=x? i.e. gmake check TESTS=make.test VERBOSE=x -- Alexandre Duret-Lutz

FAIL: make.test

2002-02-13 Thread Patrick Welche
Under NetBSD-1.5ZA/i386, gmake 3.79.1, $MAKE==gmake, automake cvs of 13 Feb: === Running test ./make.test checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking

实现您 百 万富 翁的梦 想

2002-02-13 Thread yleef
ÅóÓÑ£º ÄúºÃÂð£¿×î½üÎҺܺã¡Ã¿Ì춼ÊÕµ½ºÜ¶àºÜ¶àÇ®£¬µÄÈ·¸Ð¾õºÃ¼«ÁË£¡£¡ ÷ÈÁ¦ÎÞÏÞµÄinternetÏÖÔÚÓлú»áʵÏÖÎÒÃÇ°Ù Íò¸» Î̵ÄÃÎÏ룡£¡ ÏÖÔÚÎÒÏòÄú½éÉÜÒ»¸ö¿Æѧ¡¢ÏȽø¡¢°²È«µÄ׬ǮϵͳÍøÕ¾¡°Ð Ӯ Àû¡±¡£ ¡°Ð Ӯ Àû¡±£ºhttp://rich4all.yeah.net ºÃ¶àÈËͨ¹ýÕâÖÖÊÀ½çÁ÷Ðеġ°¶à²ã´ÎÍøÂçÓªÏú MLM¡± ³ÉΪÁË°ÙÍò¸» ÎÌ£¬Õ

How to force a compilation ?

2002-02-13 Thread BERTRAND Joël
Hello, I'm working on a big project which uses automake/autoconf (http://rpl2.free.fr). I have written in src/Makefile.am : SRCC=\ algebre_lineaire1.c\ algebre_lineaire2.c\ algebre_lineaire3.c\ ... SRCF=\ arithmetique.f\ bibliotheque_logarithmiq

Re: Recreate depfiles when regenerating Makefiles

2002-02-13 Thread Akim Demaille
| Hi, | Tom Tromey <[EMAIL PROTECTED]> writes: | | >> "Hari" == Raja R Harinath <[EMAIL PROTECTED]> writes: | > | > Hari> Akim once suggested adding a facility to hook commands to files | > Hari> listed in AC_CONFIG_FILES. | > | > The problem with this idea is that the information about whic

Re: build question

2002-02-13 Thread Akim Demaille
| Index: lib/Automake/XFile.pm | === | RCS file: /cvs/automake/automake/lib/Automake/XFile.pm,v | retrieving revision 1.1 | diff -u -r1.1 XFile.pm | --- lib/Automake/XFile.pm 2001/10/02 17:17:45 1.1 | +++ lib/Automake/XFile.pm 2002/0

造型美投资少制造易吊顶滑轨蚊帐(URL:ljzlw.1230.net)

2002-02-13 Thread =?gb2312?q?=BA=FE=C4=CF=CA=AF=C3=C5=D2=BB=D6=D0=C0=EE=BE=FC13974203814_
ÔìÐÍÃÀͶ×ÊÉÙÖÆÔìÒ×µõ¶¥»¬¹ìÎÃÕÊ(URL:ljzlw.1230.net) ÖÚËùÖÜÖª,×ԴӸߵʹ²£¬Ï¯ÃÎ˼´²¹ã·ºÊ¹Óúó£¬ÎÃÕÊÖð½¥Ê§È¥ÁËÊг¡¡£ ÊDz»ÊÇÏÖÔÚÎÒÃÇÕæµÄ²»ÐèÒªÎÃÕÊÁËÄØ£¿ÊDz»ÊÇÏÖÔÚûÓÐÎóæÁËÄØ£¿Æäʵ²»È»£¬ ´ÓÕ⼸ÄêÃðº¦Á飬µçÈÈÃðÎÃƬ£¬ÎÃÏ㣬×ϹâµÆ£¬µçÎÃÅĵÈÈÈÏúÀ´¿´£¬ÏÖÔÚÎÒÃÇ µÄÎÃ×Ó²»ÊǼõÉÙÁË£¬¶øÊÇÔö¶àÁË¡£Ëæ×ÅÈ«ÇòÆøºò±ä

Re: How to create special config directories?

2002-02-13 Thread Alexandre Duret-Lutz
>>> <[EMAIL PROTECTED]> writes: > But if I specify "--sysconfdir=/etc/package" , sysconfig defaults to ${prefix}/etc. The installer will probably want to specify --sysconfdir=/etc, not /etc/package. > and I have some files to put in "/etc/init.d" as well as > "/etc/package", how would I

Re: duplicated macros

2002-02-13 Thread Alexandre Duret-Lutz
>>> "Chema" == Chema Celorio <[EMAIL PROTECTED]> writes: [...] Chema> I am getting this with automake 1.4, is 1.4 two years Chema> old ? (I really don't know) It's older than that :). You can download Automake 1.5 and Automake 1.5d (prerelease of 1.6) here: http://sources.redhat.com/automak