mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 05:47:45 +00:00
explained the (hard) way it is done
This commit is contained in:
parent
e1fa07c1bf
commit
2a67682dfa
5
configure
vendored
5
configure
vendored
@ -4475,8 +4475,13 @@ BINDCONFIG=
|
|||||||
if test "$cross_compiling" = "yes"; then
|
if test "$cross_compiling" = "yes"; then
|
||||||
BINDCONFIG="--host=$host"
|
BINDCONFIG="--host=$host"
|
||||||
fi
|
fi
|
||||||
|
# Pass CFLAGS and co. $ac_configure_args looks like "'arg1' 'arg2' ..."
|
||||||
|
# and as there can be a space inside an argument some magic is required.
|
||||||
|
# This sets $1 ... $N to my_configure_args, arg1 ... argN
|
||||||
eval "set my_configure_args $ac_configure_args"
|
eval "set my_configure_args $ac_configure_args"
|
||||||
|
# remove my_configure_args, i.e., the guard against empty $ac_configure_args
|
||||||
shift
|
shift
|
||||||
|
# iterate on arguments and copying 'arg' when it begins by an upper case
|
||||||
for a
|
for a
|
||||||
do
|
do
|
||||||
case $a in
|
case $a in
|
||||||
|
@ -37,8 +37,13 @@ BINDCONFIG=
|
|||||||
if test "$cross_compiling" = "yes"; then
|
if test "$cross_compiling" = "yes"; then
|
||||||
BINDCONFIG="--host=$host"
|
BINDCONFIG="--host=$host"
|
||||||
fi
|
fi
|
||||||
|
# Pass CFLAGS and co. $ac_configure_args looks like "'arg1' 'arg2' ..."
|
||||||
|
# and as there can be a space inside an argument some magic is required.
|
||||||
|
# This sets $1 ... $N to my_configure_args, arg1 ... argN
|
||||||
eval "set my_configure_args $ac_configure_args"
|
eval "set my_configure_args $ac_configure_args"
|
||||||
|
# remove my_configure_args, i.e., the guard against empty $ac_configure_args
|
||||||
shift
|
shift
|
||||||
|
# iterate on arguments and copying 'arg' when it begins by an upper case
|
||||||
for a
|
for a
|
||||||
do
|
do
|
||||||
case $a in
|
case $a in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user