Sign in
gfiber
/
vendor
/
mindspeed
/
drivers
/
a8af7ba511dd11a01a5a090b9781853206c1af45
/
.
/
configure
blob: 9f494238733296f641c3912f525ef91fa3b5740c [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
AUTOTOOLS_DIRS
=
"$(make --quiet --no-print-directory show-AUTOTOOLS_DIRS)"
for
i
in
$AUTOTOOLS_DIRS
;
do
echo
Running
./
configure
in
$i
(
cd
"$i"
&&
rm
-
rf config
.
cache
&&
./
configure
"$@"
)
done