From 93f864575a8c8123ee8d54cab5e4ea51988e75e7 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 23 Jan 2009 15:03:58 +0100 Subject: Use install-pkgincludeHEADERS for elfutils configure build step. --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 6a4aff50..aec13d6e 100755 --- a/configure +++ b/configure @@ -7613,11 +7613,11 @@ $as_echo "$as_me: running ${elfutils_srcdir}/configure" >&6;} --prefix="$prefix" \ CFLAGS="${CFLAGS/-Wall/}" \ LDFLAGS="$LDFLAGS $elfutils_rpath" && - make -k install-data # so that elfutils/version.h - if any - may be found. - # Note, we need -k because parts (like to po files) might fail, - # since those fo to $prefix to which we might not be able to write. - # We are only really interested in the include-elfutils files anyway here. + make install-pkgincludeHEADERS + # so that elfutils/version.h - if any - may be found. + # Don't use install-data because that will fail (installing in $prefix). ) + if test $? != 0; then exit; fi save_CPPFLAGS=${CPPFLAGS} CPPFLAGS="${CPPFLAGS} -Iinclude-elfutils" # in case bundled elfutils -- cgit