From 53001cf8477cdf313f5a18de47d8fdd459c912a6 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 29 Apr 2008 18:46:53 +0000 Subject: [PATCH] Merge more configure fixes from the trunk [SVN r44896] --- configure | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/configure b/configure index b7f115e000..4e967e6227 100755 --- a/configure +++ b/configure @@ -244,15 +244,15 @@ fi # Setup paths if test "x$EPREFIX" = x; then - EPREFIX=$PREFIX + EPREFIX="\$(prefix)" fi if test "x$LIBDIR" = x; then - LIBDIR="$EPREFIX/lib" + LIBDIR="\$(exec_prefix)/lib" fi if test "x$INCLUDEDIR" = x; then - INCLUDEDIR="$PREFIX/include" + INCLUDEDIR="\$(prefix)/include" fi # Find Python @@ -339,10 +339,10 @@ echo "Generating Makefile..." cat > Makefile <