varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
182 stars 86 forks source link

bootstrap fails AM_EXTRA_RECURSIVE_TARGETS indefined macro #86

Closed andreasbaumann closed 5 years ago

andreasbaumann commented 6 years ago

bootstrap checks for automake 1.9, AM_EXTRA_RECURSIVE_TARGETS needs at least 1.11.1 (I think).

dridi commented 6 years ago

You should not need automake unless you are working on a git clone, please download releases from https://download.varnish-software.com/varnish-modules/ as documented in the readme.

andreasbaumann commented 6 years ago

Then maybe the version in bootstrap should be increased accordingly?

andreasbaumann commented 6 years ago

and in configure.ac? AM_INIT_AUTOMAKE([1.11 foreign])

dridi commented 6 years ago

Agreed, those details need attention, which is why I didn't close with my last comment.