Re: [bug-gnulib] Re: libtool 2.1a failed mdemo-make.test on Solaris

2005-07-19 Thread Alexandre Duret-Lutz
>>> "Bruno" == Bruno Haible <[EMAIL PROTECTED]> writes: [...] Bruno> all-local $(libfoo_la_OBJECTS): $(ARGZ_H) Hmmm, why do you need this since $(ARGZ_H) is already in $(BUILT_SOURCES), and "all" depends on $(BUILT_SOURCES)? -- Alexandre Duret-Lutz

Re: How does one specify -Wall?

2005-07-19 Thread Stepan Kasal
Hello, On Mon, Jul 18, 2005 at 11:13:51PM -0400, David Ohlemacher wrote: > I do not seem to have a configure.ac. Instead I have a configure.in. configure.in is an obsolete name for the Autoconf source file, but it still works. > When I try to add -Wall to it, I get lots of errors. Don't you

How does one specify -Wall?

2005-07-19 Thread David Ohlemacher
-Wcategory or --warnings=category These options behave exactly like their command-line counterpart (see Invoking Automake ). This allows you to enable or disable some warning categories on a per-file basis. You can