diff options
Diffstat (limited to 'docs/libnm/Makefile.in')
| -rw-r--r-- | docs/libnm/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libnm/Makefile.in b/docs/libnm/Makefile.in index 4a105a44..400e917f 100644 --- a/docs/libnm/Makefile.in +++ b/docs/libnm/Makefile.in @@ -149,7 +149,6 @@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ -BINUTILS_NM = @BINUTILS_NM@ BLUEZ5_CFLAGS = @BLUEZ5_CFLAGS@ BLUEZ5_LIBS = @BLUEZ5_LIBS@ CC = @CC@ @@ -171,6 +170,7 @@ DBUS_SYS_DIR = @DBUS_SYS_DIR@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DHCLIENT_PATH = @DHCLIENT_PATH@ +DHCPCANON_PATH = @DHCPCANON_PATH@ DHCPCD_PATH = @DHCPCD_PATH@ DISTRO_NETWORK_SERVICE = @DISTRO_NETWORK_SERVICE@ DLLTOOL = @DLLTOOL@ @@ -359,6 +359,7 @@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +ac_ct_NM = @ac_ct_NM@ ac_ct_RANLIB = @ac_ct_RANLIB@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ @@ -420,6 +421,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ with_dhclient = @with_dhclient@ +with_dhcpcanon = @with_dhcpcanon@ with_dhcpcd = @with_dhcpcd@ with_netconfig = @with_netconfig@ with_resolvconf = @with_resolvconf@ |