Index: configure =================================================================== --- configure (revision 43419) +++ configure (working copy) @@ -223,15 +223,15 @@ # 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 @@ -318,10 +318,10 @@ cat > Makefile <