diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2008-06-16 17:55:40 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2008-06-16 17:57:21 -0700 |
commit | e7f7364307166f86f7f9ae264085857a9795b5a4 (patch) | |
tree | 47cc2d95ba6e14041d0c591139b4d06bc8d793a2 | |
parent | 24a028ca4e4afba8e3c9d818d9dadbea3865ccc2 (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.ac | 8 |
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], |