Have looked at the emacs documentation Makefile.in but do not need to use Autoconf. My target directory is trgdir and the sources are in srcs. How can I change the following. What is AM_V_GEN? If I need to use it, to what should it be assigned?
(trgdir)/emacs.info: ${srcs} | ${trgdir}
$(AM_V_GEN)$(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ $<
