|
|
@@ -724,6 +724,8 @@ LIBNSL
|
|
|
LIBSOCKET
|
|
|
LIBCRYPT
|
|
|
THREADLIB
|
|
|
+INITDDIR_FALSE
|
|
|
+INITDDIR_TRUE
|
|
|
WINNT_FALSE
|
|
|
WINNT_TRUE
|
|
|
instconfigdir
|
|
|
@@ -18358,9 +18360,6 @@ $as_echo_n "checking for --with-initddir... " >&6; }
|
|
|
# Check whether --with-initddir was given.
|
|
|
if test "${with_initddir+set}" = set; then :
|
|
|
withval=$with_initddir;
|
|
|
- if test "$withval" = yes -o "$withval" = no ; then
|
|
|
- as_fn_error $? "Please specify a full path with --with-initddir" "$LINENO" 5
|
|
|
- fi
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $withval" >&5
|
|
|
$as_echo "$withval" >&6; }
|
|
|
|
|
|
@@ -18371,6 +18370,15 @@ $as_echo "no" >&6; }
|
|
|
|
|
|
fi
|
|
|
|
|
|
+
|
|
|
+ if test -n "$with_initddir" -a "$with_initddir" != "no"; then
|
|
|
+ INITDDIR_TRUE=
|
|
|
+ INITDDIR_FALSE='#'
|
|
|
+else
|
|
|
+ INITDDIR_TRUE='#'
|
|
|
+ INITDDIR_FALSE=
|
|
|
+fi
|
|
|
+
|
|
|
# on most platforms, we will just use perl from PATH
|
|
|
# On some platforms, we cannot. Why not just use any old
|
|
|
# perl? Because of perldap. We use a perldap that is
|
|
|
@@ -18649,6 +18657,7 @@ esac
|
|
|
if test -n "$with_initddir" ; then
|
|
|
initdir="$with_initddir"
|
|
|
fi
|
|
|
+
|
|
|
# sysv init scripts not used when systemd is used
|
|
|
|
|
|
|
|
|
@@ -21696,6 +21705,10 @@ if test -z "${WINNT_TRUE}" && test -z "${WINNT_FALSE}"; then
|
|
|
as_fn_error $? "conditional \"WINNT\" was never defined.
|
|
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
|
fi
|
|
|
+if test -z "${INITDDIR_TRUE}" && test -z "${INITDDIR_FALSE}"; then
|
|
|
+ as_fn_error $? "conditional \"INITDDIR\" was never defined.
|
|
|
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
|
+fi
|
|
|
if test -z "${HPUX_TRUE}" && test -z "${HPUX_FALSE}"; then
|
|
|
as_fn_error $? "conditional \"HPUX\" was never defined.
|
|
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|