Hi Samuel,

> Some older autotools version (e.g. Debian testing) dont define abs_top_* by
> default.
> 
> Signed-off-by: Samuel Ortiz <[email protected]>
> ---
>  configure.ac |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index c1b0014..97fee40 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -297,6 +297,10 @@ if (test "${enable_tools}" = "yes"); then
>  fi
>  AM_CONDITIONAL(TOOLS, test "${enable_tools}" = "yes")
>  
> +# fix for older autotools that don't define "abs_top_YYY" by default
> +AC_SUBST(abs_top_srcdir)
> +AC_SUBST(abs_top_builddir)
> +

I put these two a little higher in configure.ac. So please double check
it still works.

Regards

Marcel


_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to