mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 05:47:45 +00:00
transmit [A-Z]* configure arguments down
This commit is contained in:
parent
e675b66359
commit
e1fa07c1bf
8
configure
vendored
8
configure
vendored
@ -4475,6 +4475,14 @@ BINDCONFIG=
|
||||
if test "$cross_compiling" = "yes"; then
|
||||
BINDCONFIG="--host=$host"
|
||||
fi
|
||||
eval "set my_configure_args $ac_configure_args"
|
||||
shift
|
||||
for a
|
||||
do
|
||||
case $a in
|
||||
[A-Z]*) BINDCONFIG="$BINDCONFIG '$a'" ;;
|
||||
esac
|
||||
done
|
||||
|
||||
if test "$cross_compiling" = "yes"; then
|
||||
CROSS_COMPILING_TRUE=
|
||||
|
@ -37,6 +37,14 @@ BINDCONFIG=
|
||||
if test "$cross_compiling" = "yes"; then
|
||||
BINDCONFIG="--host=$host"
|
||||
fi
|
||||
eval "set my_configure_args $ac_configure_args"
|
||||
shift
|
||||
for a
|
||||
do
|
||||
case $a in
|
||||
[[A-Z]]*) BINDCONFIG="$BINDCONFIG '$a'" ;;
|
||||
esac
|
||||
done
|
||||
AC_SUBST(BINDCONFIG)
|
||||
AM_CONDITIONAL(CROSS_COMPILING, test "$cross_compiling" = "yes")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user