summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-06-16 17:55:40 -0700
committerDan Nicholson <dbn.lists@gmail.com>2008-06-16 17:57:21 -0700
commite7f7364307166f86f7f9ae264085857a9795b5a4 (patch)
tree47cc2d95ba6e14041d0c591139b4d06bc8d793a2
parent24a028ca4e4afba8e3c9d818d9dadbea3865ccc2 (diff)
Drop the $exec_prefix hackery
Users will just have to pass the correct flags if they want an LSB conforming installation. Guessing $exec_prefix to try to get the correct initd libdir is too error prone.
-rw-r--r--configure.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 3c370d7..d90f813 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,14 +27,8 @@ if test "x$enable_werror" != xno; then
fi
fi
-# Want programs in /sbin and symlinks in /lib/initd, but man pages
-# in /usr/share by default
+# want programs in /usr/lib/initd by default
AC_PREFIX_DEFAULT([/usr])
-AC_MSG_CHECKING([for exec_prefix to use])
-if test "x$prefix" = xNONE && test "x$exec_prefix" = xNONE; then
- exec_prefix=''
-fi
-AC_MSG_RESULT([\"$exec_prefix\"])
AC_ARG_WITH([initd-dir],
[AS_HELP_STRING([--with-initd-dir=DIR],