summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2020-04-22 13:44:38 +0200
committerFrancis Dupont <fdupont@isc.org>2020-04-22 13:44:38 +0200
commit9c57ebd496f852fcb456899307bcfe5685fb0162 (patch)
treead1a38ab86394059f3dad18850a492f3889b95d3
parent32146e11e35c0848b8f6a76b14fe13351eb93479 (diff)
downloadisc-dhcp-9c57ebd496f852fcb456899307bcfe5685fb0162.tar.gz
Added ac_cv_path_AR (cached value)
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--configure.ac+lt2
-rw-r--r--configure.ac-base2
-rw-r--r--configure.ac-lt2
5 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 1dbb3c56..eb758f53 100755
--- a/configure
+++ b/configure
@@ -5255,7 +5255,7 @@ unknown)
esac
if test "X$AR" != "X"; then
- BINDCONFIG="$BINDCONFIG 'AR=$AR'"
+ BINDCONFIG="$BINDCONFIG 'AR=$AR' 'ac_cv_path_AR=$AR'"
fi
ac_config_headers="$ac_config_headers includes/config.h"
diff --git a/configure.ac b/configure.ac
index 86a61915..eb12ef40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ AC_PROG_RANLIB
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
if test "X$AR" != "X"; then
- BINDCONFIG="$BINDCONFIG 'AR=$AR'"
+ BINDCONFIG="$BINDCONFIG 'AR=$AR' 'ac_cv_path_AR=$AR'"
fi
AC_CONFIG_HEADERS([includes/config.h])
diff --git a/configure.ac+lt b/configure.ac+lt
index aa369eb4..dfe45fd5 100644
--- a/configure.ac+lt
+++ b/configure.ac+lt
@@ -66,7 +66,7 @@ AC_USE_SYSTEM_EXTENSIONS
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
if test "X$AR" != "X"; then
- BINDCONFIG="$BINDCONFIG 'AR=$AR'"
+ BINDCONFIG="$BINDCONFIG 'AR=$AR' 'ac_cv_path_AR=$AR'"
fi
AC_CONFIG_HEADERS([includes/config.h])
diff --git a/configure.ac-base b/configure.ac-base
index bdb99553..bebb4a5b 100644
--- a/configure.ac-base
+++ b/configure.ac-base
@@ -71,7 +71,7 @@ AC_PROG_RANLIB
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
if test "X$AR" != "X"; then
- BINDCONFIG="$BINDCONFIG 'AR=$AR'"
+ BINDCONFIG="$BINDCONFIG 'AR=$AR' 'ac_cv_path_AR=$AR'"
fi
AC_CONFIG_HEADERS([includes/config.h])
diff --git a/configure.ac-lt b/configure.ac-lt
index 86a61915..eb12ef40 100644
--- a/configure.ac-lt
+++ b/configure.ac-lt
@@ -65,7 +65,7 @@ AC_PROG_RANLIB
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
if test "X$AR" != "X"; then
- BINDCONFIG="$BINDCONFIG 'AR=$AR'"
+ BINDCONFIG="$BINDCONFIG 'AR=$AR' 'ac_cv_path_AR=$AR'"
fi
AC_CONFIG_HEADERS([includes/config.h])