Re: Building pptpd for kfreebsd
Hi,
sorry for not getting back to you earlier.
Steven Chamberlain wrote...
> Does my attached patch seem any good to you?
Almost, I just don't get the magic in
> --- pptpd-1.3.4.orig/Makefile.am 2013-02-07 21:58:09.000000000 +0000
> +++ pptpd-1.3.4/Makefile.am 2013-02-07 22:02:45.717421863 +0000
> @@ -32,8 +32,8 @@
> debian/po/POTFILES.in debian/po/fr.po debian/po/pt_BR.po \
> debian/po/templates.pot
>
> -EXTRA_PROGRAMS =
> -sbin_PROGRAMS = pptpd pptpctrl bcrelay
> +EXTRA_PROGRAMS = bcrelay
> +sbin_PROGRAMS = pptpd pptpctrl $(XTRA_PROG)
>
> # Header files are only used to determine what to put in a distribution, not
> # for dependencies, so just attribute them all to pptpd.
Should XTRA_PROG be EXTRA_PROGRAMS? Or is there some automake magic
going on I am not aware of?
Christoph
Reply to: