Currently, there is a typo in configure.ac wrt DHCLIENT and RESOLVCONF
--- .pc/fix_dhclient_configure_typo.patch/configure.ac 2009-02-10
11:41:33.000000000 +0100
+++ configure.ac 2009-02-10 11:45:59.000000000 +0100
@@ -87,32 +87,32 @@ AC_ARG_WITH(dhclient, AC_HELP_STRING([--
[specify location of dhclient binary]), [path_dhclient=${withval}])
AC_ARG_ENABLE(dhclient, AC_HELP_STRING([--enable-dhclient],
[enable dhclient support]), [enable_dhclient=${enableval}])
if (test "${enable_dhclient}" = "yes"); then
if (test -z "${path_dhclient}"); then
AC_PATH_PROG(DHCLIENT, [dhclient], [], $PATH:/sbin:/usr/sbin)
else
- UDHCPC="${path_dhclient}"
+ DHCLIENT="${path_dhclient}"
AC_SUBST(DHCLIENT)
fi
fi
AM_CONDITIONAL(DHCLIENT, test "${enable_dhclient}" = "yes")
AC_ARG_WITH(resolvconf, AC_HELP_STRING([--with-resolvconf=PROGRAM],
[specify location of resolvconf binary]), [path_resolvconf=${withval}])
AC_ARG_ENABLE(resolvconf, AC_HELP_STRING([--enable-resolvconf],
[enable resolvconf support]), [enable_resolvconf=${enableval}])
if (test "${enable_resolvconf}" = "yes"); then
if (test -z "${path_resolvconf}"); then
AC_PATH_PROG(RESOLVCONF, [resolvconf], [],
$PATH:/sbin:/usr/sbin)
else
- UDHCPC="${path_resolvconf}"
+ RESOLVCONF="${path_resolvconf}"
AC_SUBST(RESOLVCONF)
fi
fi
AM_CONDITIONAL(RESOLVCONF, test "${enable_resolvconf}" = "yes")
AC_ARG_ENABLE(dnsproxy, AC_HELP_STRING([--enable-dnsproxy],
[enable DNS proxy support]), [enable_dnsproxy=${enableval}])
AM_CONDITIONAL(DNSPROXY, test "${enable_dnsproxy}" = "yes")
- Alexander
_______________________________________________
connman mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/connman