[ds6-devel] nc6/config in6_guess_stack.m4,1.4,1.5
Chris Leishman
chris at leishman.org
Fri Jan 3 22:30:02 CET 2003
On Friday, January 3, 2003, at 09:11 PM, mauro at deepspace6.net wrote:
> Update of /cvs/nc6/config
>
> Modified Files:
> in6_guess_stack.m4
> Log Message:
> changed variable name in config/in6_guess_stack.m4, as we're not USAGI.
>
> Index: in6_guess_stack.m4
> ===================================================================
> RCS file: /cvs/nc6/config/in6_guess_stack.m4,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -d -r1.4 -r1.5
> --- in6_guess_stack.m4 1 Jan 2003 23:39:21 -0000 1.4
> +++ in6_guess_stack.m4 3 Jan 2003 19:11:51 -0000 1.5
> @@ -3,8 +3,8 @@
> dnl ====================================================
> AC_DEFUN(IN6_GUESS_STACK,[
> AC_MSG_CHECKING([IPv6 stack type])
> - AC_CACHE_VAL([usagi_cv_ipv6_stack],[
> - usagi_cv_ipv6_stack=unknown
> + AC_CACHE_VAL([ipv6_stack],[
> + ipv6_stack=unknown
Thats fine - although I figured since the code was based on the usagi I
should leave it. Either way, you MUST leave in the <prefix>_cv part,
otherwise autoconf wont save it the cache file.
Regards,
Chris
More information about the ds6-devel
mailing list