On 22/11/2019 21.51, Helmut Grohne wrote:
> In any case, it would be much better if povray could use the version
> from the autoconf-archive binary package. In case we encounter another
> bug, that'd save a lot of time. It shouldn't matter which version
> upstream embeds.

I'm now B-D: autoconf-archive and

@build:
+       set -e ; cd unix/config && for ax in *.m4 ; do if [ ! -h "$$ax" ] && [ 
-f "/usr/share/aclocal/$$ax" ]; then mv -v "$$ax" "$$ax.dist" ; ln -sv 
"/usr/share/aclocal/$$ax" ; fi ; done

@clean:
+       set -e ; cd unix/config && for ax in *.m4.dist ; do if [ -f "$$ax" ] ; 
then mv -v "$$ax" "$${ax%.dist}" ; fi ; done

Only some of the ax_*.m4 files used by povray are available in autoconf-archive 
:-(

Upload got autorejected due to Lintian bug #945299,
waiting for fixed lintian (already in sid) to reach ftp-master ...


Andreas

Reply via email to