summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-01-25 15:33:10 +0100
committerFrancis Dupont <fdupont@isc.org>2016-01-25 15:33:10 +0100
commite619bd678c4e00fc1b68d5c2edbbf49a4930e9e0 (patch)
tree9df46ee66ce2f9112103c0433d0b1084c71a58a3 /common
parent0958dea48c577ea4eee5d20b181e7971e3ae1551 (diff)
downloadisc-dhcp-e619bd678c4e00fc1b68d5c2edbbf49a4930e9e0.tar.gz
Added an AR configure variable and regen
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.in2
-rw-r--r--common/tests/Makefile.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/common/Makefile.in b/common/Makefile.in
index 0a60686f..82dff563 100644
--- a/common/Makefile.in
+++ b/common/Makefile.in
@@ -99,7 +99,6 @@ CONFIG_HEADER = $(top_builddir)/includes/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
LIBRARIES = $(noinst_LIBRARIES)
-AR = ar
ARFLAGS = cru
AM_V_AR = $(am__v_AR_@AM_V@)
am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
@@ -249,6 +248,7 @@ am__relativize = \
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
ATF_BIN = @ATF_BIN@
ATF_CFLAGS = @ATF_CFLAGS@
ATF_LDFLAGS = @ATF_LDFLAGS@
diff --git a/common/tests/Makefile.in b/common/tests/Makefile.in
index 5bfe96cd..fa488a21 100644
--- a/common/tests/Makefile.in
+++ b/common/tests/Makefile.in
@@ -253,6 +253,7 @@ am__relativize = \
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
ATF_BIN = @ATF_BIN@
ATF_CFLAGS = @ATF_CFLAGS@
ATF_LDFLAGS = @ATF_LDFLAGS@