diff options
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/sdk-working-projects.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-working-projects.xml b/documentation/sdk-manual/sdk-working-projects.xml index 9bd6868b2b..df24aef0fb 100644 --- a/documentation/sdk-manual/sdk-working-projects.xml +++ b/documentation/sdk-manual/sdk-working-projects.xml | |||
@@ -204,8 +204,7 @@ | |||
204 | doing the following and then run the script again: | 204 | doing the following and then run the script again: |
205 | <literallayout class='monospaced'> | 205 | <literallayout class='monospaced'> |
206 | $ libtoolize --automake | 206 | $ libtoolize --automake |
207 | $ aclocal -I ${OECORE_TARGET_SYSROOT}/usr/share/aclocal \ | 207 | $ aclocal -I ${OECORE_TARGET_SYSROOT}/usr/share/aclocal [-I <replaceable>dir_containing_your_project-specific_m4_macros</replaceable>] |
208 | [-I <replaceable>dir_containing_your_project-specific_m4_macros</replaceable>] | ||
209 | $ autoconf | 208 | $ autoconf |
210 | $ autoheader | 209 | $ autoheader |
211 | $ automake -a | 210 | $ automake -a |