2 if [ -d ${STAGING_DIR}/host
/share
/aclocal
]; then
3 aclocal_include_dirs
="-I ${STAGING_DIR}/host/share/aclocal"
7 if [ -d ${STAGING_DIR}/usr
/share
/aclocal
]; then
8 aclocal_include_dirs
="$aclocal_include_dirs -I ${STAGING_DIR}/usr/share/aclocal"
10 aclocal.real
$aclocal_include_dirs $@
This page took 0.040791 seconds and 5 git commands to generate.