Re: How to properly define package-wide flags.

2006-11-16 Thread Ralf Wildenhues
Hello Benoit, * Benoit Sigoure wrote on Thu, Nov 16, 2006 at 08:03:57AM CET: > > Akim's idea of AM_*FLAGS is that they are not meant to be defined in > configure.ac but in Makefile.ams. His approach is to AC_SUBST([MY_*FLAGS], > [-package-wide-flags]) and then have a common.mk (say at top-level)

How to properly define package-wide flags.

2006-11-15 Thread Benoit Sigoure
Hello folks, In a recent discussion with Akim Demaille, we found out that we didn't set our package-wide flags the same way and he couldn't convince me that his way was safer/cleaner/etc so maybe you have an idea as to what's best practice: My approach is to AC_SUBST([AM_*FLAGS], [-package-wide-f