Hi Jeff,
* Jeff Squyres wrote on Thu, Sep 23, 2010 at 03:31:32PM CEST:
> One very minor question: I notice you added silent-rules to
> AM_INIT_AUTOMAKE (and bumped the required version, too), but still
> left in the call to AM_SILENT_RULES:
>
> -AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.10 tar-ustar])
> +AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.10c silent-rules tar-ustar])
>
> # If Automake supports silent rules, enable them.
> m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
>
> Is the call to AM_SILENT_RULES now moot because it's listed in AM_INIT_AUTOMAKE?
Oh, just drop that hunk, that was leftover junk in my tree and isn't
really needed any more; I didn't mean to send it along.
Thanks,
Ralf
|