Guillaume Rousse wrote: > For 1), the attached patch seems to be enough. It seems to have been forgotten somewhere, here it is again.
--- /usr/share/automake-1.9/depcomp 2006-09-27 03:44:18.000000000 +0200 +++ depcomp 2006-11-21 13:57:48.000000000 +0100 @@ -508,6 +508,10 @@ rm -f "$tmpdepfile" ;; +ocamldep) + "$@" "$source" > "$depfile" + ;; + none) exec "$@" ;;
_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf