[PATCH] Use AC_SUBST_FILE to replace @DEPEND@ with contents of .depend

Damien Miller djm at mindrot.org
Thu Aug 12 08:25:43 AEST 2021


On Wed, 11 Aug 2021, Thorsten Glaser wrote:

> On Wed, 11 Aug 2021, Damien Miller wrote:
> 
> > I actually have a few workflows that run make against the Makefile.in
> > (e.g. generating cat format manpages as part of release) and these
> > break with @DEPEND@ on it's own, uncommented line. I'll need to adjust
> > these before merging this.
> 
> Can’t you put #@DEPEND@ on a line of its own?
> 
> Put a leading newline into the @DEPEND@ contents.

#@DEPEND@ is on a line of its own

AC_SUBST_FILE requires @DEPEND@ to appear without the '#'

-d


More information about the openssh-unix-dev mailing list