mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-12 12:52:10 -04:00
6 lines
125 B
Bash
Executable File
6 lines
125 B
Bash
Executable File
#!/usr/bin/env sh
|
|
aclocal.real \
|
|
-I ${STAGING_DIR}/host/share/aclocal \
|
|
-I ${STAGING_DIR}/usr/share/aclocal \
|
|
$@
|