From 412e1bf7de63114d4432382a08eb21f1301a241c Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 18 Aug 2009 11:37:27 -0400 Subject: elfutils build tweak: run nested configure with bash, add -fgnu89-inline * configure.ac: Tweak --with-elfutils nested configure invocation. * rest of auto* files: regenerated with fedora-11 tools --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cd1b01b8..d3cdd227 100644 --- a/configure.ac +++ b/configure.ac @@ -550,12 +550,12 @@ if test $build_elfutils = yes; then elfutils_rpath="-Wl,--enable-new-dtags,-rpath,${libdir}/${PACKAGE_NAME}" here=`pwd` (mkdir -p build-elfutils && cd build-elfutils && - ${elfutils_srcdir}/configure --enable-libebl-subdir=${PACKAGE_NAME} \ + bash ${elfutils_srcdir}/configure --enable-libebl-subdir=${PACKAGE_NAME} \ --includedir="${here}/include-elfutils" \ --libdir="${here}/lib-elfutils" \ --exec-prefix="$exec_prefix" \ --prefix="$prefix" \ - CFLAGS="${CFLAGS/-Wall/}" \ + CFLAGS="${CFLAGS/-Wall/} -fgnu89-inline" \ LDFLAGS="$LDFLAGS $elfutils_rpath" && if test -f ${elfutils_srcdir}/config/version.h.in; then echo Trying to install elfutils version header... -- cgit