aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb.inc
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-27 17:35:45 -0700
committerChris Larson <chris_larson@mentor.com>2010-11-02 18:39:03 -0700
commitc575ee87388a5bb679293b54a00bb784efbfab92 (patch)
tree65397221732f56b6f81ebe973f9a7ae7ba2b4212 /recipes/gdb/gdb.inc
parenta6885693d3685f595e307c79e9925893fb9f8a0d (diff)
downloadopenembedded-kergoth/autotools.tar.gz
gnu-configize fixupskergoth/autotools
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/gdb/gdb.inc')
-rw-r--r--recipes/gdb/gdb.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/gdb/gdb.inc b/recipes/gdb/gdb.inc
index f75b3b2e67..3cfea9d552 100644
--- a/recipes/gdb/gdb.inc
+++ b/recipes/gdb/gdb.inc
@@ -30,15 +30,11 @@ LDFLAGS_append = " -s"
export CFLAGS_append=" -L${STAGING_LIBDIR}"
do_configure () {
- # override this function to avoid the autoconf/automake/aclocal/autoheader
- # calls for now
- (cd ${S} && gnu-configize) || die "failure in running gnu-configize"
-
# Remove duplicate spaces to work around configure complaining about
# changed LDFLAGS.
LDFLAGS=$(echo "${LDFLAGS}" | sed "s/ / /")
- CPPFLAGS="" oe_runconf
+ CPPFLAGS="" autotools_base_do_configure
}
do_install () {