mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 13:28:14 +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
|
||||
BINDCONFIG="--host=$host"
|
||||
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"
|
||||
# remove my_configure_args, i.e., the guard against empty $ac_configure_args
|
||||
shift
|
||||
# iterate on arguments and copying 'arg' when it begins by an upper case
|
||||
for a
|
||||
do
|
||||
case $a in
|
||||
|
@ -37,8 +37,13 @@ BINDCONFIG=
|
||||
if test "$cross_compiling" = "yes"; then
|
||||
BINDCONFIG="--host=$host"
|
||||
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"
|
||||
# remove my_configure_args, i.e., the guard against empty $ac_configure_args
|
||||
shift
|
||||
# iterate on arguments and copying 'arg' when it begins by an upper case
|
||||
for a
|
||||
do
|
||||
case $a in
|
||||
|
Loading…
x
Reference in New Issue
Block a user