On Fri, Jan 12, 2018 at 11:28:48AM -0700, Todd C. Miller wrote:
> On Fri, 12 Jan 2018 18:20:58 +0100, Florian Obser wrote:
> 
> > so, here is 4.1.19. I haven't gotten around to reading the diff yet.
> > But I tossed it in production.
> >
> > When trying to re-gen config.h.in autheader bombs out:
> >
> > [florian@openbsd-build:/usr/src/usr.sbin/nsd]$ autoheader-2.69
> > autoheader-2.69: warning: missing template: HAVE_B64_NTOP
> > autoheader-2.69: Use AC_DEFINE([HAVE_B64_NTOP], [], [Description])
> > autoheader-2.69: warning: missing template: HAVE_B64_PTON
> 
> This will fix it.  I guess no one tried to re-run autoheader after
> the configure.ac changes.

Indeed. Please commit, OK florian

> 
>  - todd
> 
> --- configure.ac.orig Fri Jan 12 11:27:48 2018
> +++ configure.ac      Fri Jan 12 11:27:57 2018
> @@ -687,8 +687,8 @@
>       fi
>  fi
>  if test "x$found_b64_ntop" = xyes; then
> -     AC_DEFINE(HAVE_B64_NTOP)
> -     AC_DEFINE(HAVE_B64_PTON)
> +     AC_DEFINE(HAVE_B64_NTOP, 1, [Define to 1 if you have the `b64_ntop' 
> function.])
> +     AC_DEFINE(HAVE_B64_PTON, 1, [Define to 1 if you have the `b64_ntop' 
> function.])
>       AC_MSG_RESULT(yes)
>  else
>       AC_LIBOBJ([b64_ntop])
> 

-- 
I'm not entirely sure you are real.

Reply via email to