Re: [PATCH] Problem building with the s/SUFFIX/SUFFIXES/ patch

2004-11-08 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Automake 1.6.3 is not happy of setting SUFFIXES twice (once Jean-Marc> in config/common.am and once in Jean-Marc> src/frontends/xforms/forms/Makefile.am) and I need the Jean-Marc> following patch to build. Applied.

Re: [PATCH] Problem building with the s/SUFFIX/SUFFIXES/ patch

2004-11-08 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> ah... gch Indeed. JMarc

Re: [PATCH] Problem building with the s/SUFFIX/SUFFIXES/ patch

2004-11-08 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | What do we set hte SUFFIXES in common.am for? ah... gch -- Lgb

Re: [PATCH] Problem building with the s/SUFFIX/SUFFIXES/ patch

2004-11-08 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Automake 1.6.3 is not happy of setting SUFFIXES twice (once in | config/common.am and once in src/frontends/xforms/forms/Makefile.am) | and I need the following patch to build. > | OK? > | JMarc > > | Index: src/frontends/xforms/forms/Makefile.am

[PATCH] Problem building with the s/SUFFIX/SUFFIXES/ patch

2004-11-08 Thread Jean-Marc Lasgouttes
Automake 1.6.3 is not happy of setting SUFFIXES twice (once in config/common.am and once in src/frontends/xforms/forms/Makefile.am) and I need the following patch to build. OK? JMarc Index: src/frontends/xforms/forms/Makefile.am ==