Revert "Fix installation into user home directory, broken by d3f0c0b"

This reverts commit 7539281037.

This breaks mount.fuse.ceph installation.
This commit is contained in:
Sage Weil 2014-05-06 07:04:56 -07:00
parent cdbbf86fa3
commit e65a9da93a
2 changed files with 8 additions and 12 deletions

View File

@ -785,7 +785,6 @@ AC_FUNC_STRERROR_R
AC_LANG_POP([C++])
AM_CONDITIONAL(WITH_BUILD_TESTS, test "$WITH_BUILD_TESTS" = "1")
AM_CONDITIONAL(USR_EXEC_PREFIX, test $exec_prefix -eq /usr)
AM_PATH_PYTHON([2.4],
[], [AC_MSG_FAILURE([Failed to find Python 2.4 or newer])])

View File

@ -26,12 +26,8 @@ bin_DEBUGPROGRAMS =
# like sbin_SCRIPTS but can be used to install to e.g. /usr/sbin
ceph_sbindir = $(sbindir)
# certain things go straight into /sbin if installed under /usr, though!
if USR_EXEC_PREFIX
# certain things go straight into /sbin, though!
su_sbindir = /sbin
else
su_sbindir = $(exec_prefix)/sbin
endif
# C/C++ tests to build will be appended to this
check_PROGRAMS =
@ -198,3 +194,4 @@ DENCODER_DEPS =
radoslibdir = $(libdir)/rados-classes