mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-28 15:14:11 +00:00
6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
aclocal.real \
|
||
|
-I ${STAGING_DIR}/host/share/aclocal \
|
||
|
-I ${STAGING_DIR}/usr/share/aclocal \
|
||
|
$@
|