reassign 659482 automake 1:1.11.2-1 retitle 659482 aclocal fails if /usr/share/aclocal does not exist tags 659482 upstream affects 659482 make thanks
Since automake 1.11.2, aclocal no longer succeeds if the system acdir does not exist. This causes Debian's 'make' package (and possibly others?) to FTBFS under cowbuilder, because it calls autoreconf when /usr/share/aclocal is not present. Code removed as part of upstream commit 30f99cb: - if (! -d $system_includes[0]) - { - # By default $(datadir)/aclocal doesn't exist. We don't want to - # get an error in the case where we are searching the default - # directory and it hasn't been created. (We know - # @system_includes has its default value if @automake_includes - # is not empty, because --acdir is the only way to change this.) - @system_includes = () if @automake_includes; Checking @automake_includes is not appropriate any more, but I think @system_includes should still be made empty if the default directory does not exist. But I'd like some input from upstream, of course. -- Tim Retout <dioc...@debian.org> -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org