Lines 35-41
Link Here
|
35 |
ac_dir=`AS_DIRNAME(["$1"])` |
35 |
ac_dir=`AS_DIRNAME(["$1"])` |
36 |
if test "$ac_dir" != "$1" && test "$ac_dir" != .; then |
36 |
if test "$ac_dir" != "$1" && test "$ac_dir" != .; then |
37 |
# The file is in a subdirectory. |
37 |
# The file is in a subdirectory. |
38 |
test ! -d "$ac_dir" && AS_MKDIR_P(["$ac_dir"]) |
38 |
test ! -d "$ac_dir" && (AS_MKDIR_P(["$ac_dir"])) |
39 |
fi |
39 |
fi |
40 |
|
40 |
|
41 |
# We're only interested in the target CPU, but it's not always set |
41 |
# We're only interested in the target CPU, but it's not always set |