>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes:

[...]

 Robert> AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects VERSION=1.5

Where does this `VERSION=1.5' usage comes from?  That the second
time I see it.  AFAICT this relies on a bug in Automake which
has been fixed in 1.6.1.  This should be

  AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5

(i.e. without the `VERSION=')

[...]
-- 
Alexandre Duret-Lutz


Reply via email to