diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-12 13:05:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-12 16:33:59 +0100 |
commit | 6f0d830ed047f700702645d454054dfd6fea6f25 (patch) | |
tree | b84f15c83ccc0f90203ef0f74e3cf45484f6fcb4 /meta/recipes-extended/bash/bash.inc | |
parent | fe417e8a4d625c6933de72163d2fee52ac47f571 (diff) | |
download | openembedded-core-6f0d830ed047f700702645d454054dfd6fea6f25.tar.gz openembedded-core-6f0d830ed047f700702645d454054dfd6fea6f25.tar.bz2 openembedded-core-6f0d830ed047f700702645d454054dfd6fea6f25.zip |
openjade-native: Ensure we reautoconf the package
Currently since configure.in in is in a subdirectory, we don't reautoconf the
recipe. We really need to do this, to update things like the libtool script used
and fix various issues such as those that could creep in if a reautoconf is
triggered for some reason. Since this source only calls AM_INIT_AUTOMAKE to gain the
PACKAGE and VERSION definitions and that macro now errors if Makefile.am doesn't
exist, we need to add these definitions manually.
These changes avoid failures like:
----
| ...
| DssslApp.cxx:117:36: error: 'PACKAGE' was not declared in this scope
| DssslApp.cxx:118:36: error: 'VERSION' was not declared in this scope
| make[2]: *** [DssslApp.lo] Error 1
----
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash.inc')
0 files changed, 0 insertions, 0 deletions