mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
1f819de60e
SVN-Revision: 12929
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 \
|
|
$@
|