diff options
Diffstat (limited to 'configure.ac')
-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], |