(and sometimes confusing) to the casual installer
--enable-param=ARG make parameter library for given source, default is
"tcl"
- --enable-server make pas (in case of --enable-param=ca), default is
- "no"
+ --enable-server make parameter server (in case of --enable-param=ca
+ or --enable-param=rpc), default is "no"
--enable-paramsrc=ARG use parameter library with given source (pas, test),
default is "tcl"
--disable-dependency-tracking Speeds up one-time builds
LIBTCLPARAM=""
ALLPARAM_H="include/allParam.h"
-if test "x$enable_param" != "xca"
+if test "x$enable_param" != "xca" && test "x$enable_param" != "xrpc"
then
enable_server="no"
fi
LIBORAPARAM_A="liboraParam.a liboraParam_p.a"
elif test "x$enable_param" = "xrpc"
then
- LIBRPCPARAM_A="librpcParam.a librpcParam_p.a"
+ if test "x$enable_server" = "xyes"
+ then
+ PAS="rpcpas"
+ ALLPARAM_H=""
+ else
+ LIBRPCPARAM_A="librpcParam.a librpcParam_p.a"
+ fi
elif test "x$enable_param" = "xtcl"
then
LIBTCLPARAM_A="libtclParam.a libtclParam_p.a"
-echo "$as_me:$LINENO: checking for library containing syslog" >&5
-echo $ECHO_N "checking for library containing syslog... $ECHO_C" >&6
-if test "${ac_cv_search_syslog+set}" = set; then
+echo "$as_me:$LINENO: checking for library containing getprotobyname" >&5
+echo $ECHO_N "checking for library containing getprotobyname... $ECHO_C" >&6
+if test "${ac_cv_search_getprotobyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_func_search_save_LIBS=$LIBS
-ac_cv_search_syslog=no
+ac_cv_search_getprotobyname=no
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
/* confdefs.h. */
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char syslog ();
+char getprotobyname ();
int
main ()
{
-syslog ();
+getprotobyname ();
;
return 0;
}
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_search_syslog="none required"
+ ac_cv_search_getprotobyname="none required"
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-if test "$ac_cv_search_syslog" = no; then
+if test "$ac_cv_search_getprotobyname" = no; then
for ac_lib in netinet; do
LIBS="-l$ac_lib $ac_func_search_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char syslog ();
+char getprotobyname ();
int
main ()
{
-syslog ();
+getprotobyname ();
;
return 0;
}
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_search_syslog="-l$ac_lib"
+ ac_cv_search_getprotobyname="-l$ac_lib"
break
else
echo "$as_me: failed program was:" >&5
fi
LIBS=$ac_func_search_save_LIBS
fi
-echo "$as_me:$LINENO: result: $ac_cv_search_syslog" >&5
-echo "${ECHO_T}$ac_cv_search_syslog" >&6
-if test "$ac_cv_search_syslog" != no; then
- test "$ac_cv_search_syslog" = "none required" || LIBS="$ac_cv_search_syslog $LIBS"
+echo "$as_me:$LINENO: result: $ac_cv_search_getprotobyname" >&5
+echo "${ECHO_T}$ac_cv_search_getprotobyname" >&6
+if test "$ac_cv_search_getprotobyname" != no; then
+ test "$ac_cv_search_getprotobyname" = "none required" || LIBS="$ac_cv_search_getprotobyname $LIBS"
fi
-echo "$as_me:$LINENO: checking for library containing SYSLOG_syslog" >&5
-echo $ECHO_N "checking for library containing SYSLOG_syslog... $ECHO_C" >&6
-if test "${ac_cv_search_SYSLOG_syslog+set}" = set; then
+echo "$as_me:$LINENO: checking for library containing svc_register" >&5
+echo $ECHO_N "checking for library containing svc_register... $ECHO_C" >&6
+if test "${ac_cv_search_svc_register+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_func_search_save_LIBS=$LIBS
-ac_cv_search_SYSLOG_syslog=no
+ac_cv_search_svc_register=no
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
/* confdefs.h. */
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char SYSLOG_syslog ();
+char svc_register ();
int
main ()
{
-SYSLOG_syslog ();
+svc_register ();
;
return 0;
}
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_search_SYSLOG_syslog="none required"
+ ac_cv_search_svc_register="none required"
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-if test "$ac_cv_search_SYSLOG_syslog" = no; then
- for ac_lib in compat; do
+if test "$ac_cv_search_svc_register" = no; then
+ for ac_lib in rpc; do
LIBS="-l$ac_lib $ac_func_search_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char SYSLOG_syslog ();
+char svc_register ();
int
main ()
{
-SYSLOG_syslog ();
+svc_register ();
;
return 0;
}
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_search_SYSLOG_syslog="-l$ac_lib"
+ ac_cv_search_svc_register="-l$ac_lib"
break
else
echo "$as_me: failed program was:" >&5
fi
LIBS=$ac_func_search_save_LIBS
fi
-echo "$as_me:$LINENO: result: $ac_cv_search_SYSLOG_syslog" >&5
-echo "${ECHO_T}$ac_cv_search_SYSLOG_syslog" >&6
-if test "$ac_cv_search_SYSLOG_syslog" != no; then
- test "$ac_cv_search_SYSLOG_syslog" = "none required" || LIBS="$ac_cv_search_SYSLOG_syslog $LIBS"
+echo "$as_me:$LINENO: result: $ac_cv_search_svc_register" >&5
+echo "${ECHO_T}$ac_cv_search_svc_register" >&6
+if test "$ac_cv_search_svc_register" != no; then
+ test "$ac_cv_search_svc_register" = "none required" || LIBS="$ac_cv_search_svc_register $LIBS"
fi
-echo "$as_me:$LINENO: checking for library containing shm_open" >&5
-echo $ECHO_N "checking for library containing shm_open... $ECHO_C" >&6
-if test "${ac_cv_search_shm_open+set}" = set; then
+echo "$as_me:$LINENO: checking for library containing syslog" >&5
+echo $ECHO_N "checking for library containing syslog... $ECHO_C" >&6
+if test "${ac_cv_search_syslog+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_func_search_save_LIBS=$LIBS
-ac_cv_search_shm_open=no
+ac_cv_search_syslog=no
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
/* confdefs.h. */
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char shm_open ();
+char syslog ();
int
main ()
{
-shm_open ();
+syslog ();
;
return 0;
}
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_search_shm_open="none required"
+ ac_cv_search_syslog="none required"
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-if test "$ac_cv_search_shm_open" = no; then
- for ac_lib in rt; do
+if test "$ac_cv_search_syslog" = no; then
+ for ac_lib in netinet; do
LIBS="-l$ac_lib $ac_func_search_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char shm_open ();
+char syslog ();
int
main ()
{
-shm_open ();
+syslog ();
;
return 0;
}
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_search_shm_open="-l$ac_lib"
+ ac_cv_search_syslog="-l$ac_lib"
break
else
echo "$as_me: failed program was:" >&5
fi
LIBS=$ac_func_search_save_LIBS
fi
-echo "$as_me:$LINENO: result: $ac_cv_search_shm_open" >&5
-echo "${ECHO_T}$ac_cv_search_shm_open" >&6
-if test "$ac_cv_search_shm_open" != no; then
- test "$ac_cv_search_shm_open" = "none required" || LIBS="$ac_cv_search_shm_open $LIBS"
+echo "$as_me:$LINENO: result: $ac_cv_search_syslog" >&5
+echo "${ECHO_T}$ac_cv_search_syslog" >&6
+if test "$ac_cv_search_syslog" != no; then
+ test "$ac_cv_search_syslog" = "none required" || LIBS="$ac_cv_search_syslog $LIBS"
+
+fi
+
+echo "$as_me:$LINENO: checking for library containing SYSLOG_syslog" >&5
+echo $ECHO_N "checking for library containing SYSLOG_syslog... $ECHO_C" >&6
+if test "${ac_cv_search_SYSLOG_syslog+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_func_search_save_LIBS=$LIBS
+ac_cv_search_SYSLOG_syslog=no
+cat >conftest.$ac_ext <<_ACEOF
+#line $LINENO "configure"
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+/* Override any gcc2 internal prototype to avoid an error. */
+#ifdef __cplusplus
+extern "C"
+#endif
+/* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+char SYSLOG_syslog ();
+int
+main ()
+{
+SYSLOG_syslog ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_search_SYSLOG_syslog="none required"
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+fi
+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+if test "$ac_cv_search_SYSLOG_syslog" = no; then
+ for ac_lib in compat; do
+ LIBS="-l$ac_lib $ac_func_search_save_LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+#line $LINENO "configure"
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+/* Override any gcc2 internal prototype to avoid an error. */
+#ifdef __cplusplus
+extern "C"
+#endif
+/* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+char SYSLOG_syslog ();
+int
+main ()
+{
+SYSLOG_syslog ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_search_SYSLOG_syslog="-l$ac_lib"
+break
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+fi
+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+ done
+fi
+LIBS=$ac_func_search_save_LIBS
+fi
+echo "$as_me:$LINENO: result: $ac_cv_search_SYSLOG_syslog" >&5
+echo "${ECHO_T}$ac_cv_search_SYSLOG_syslog" >&6
+if test "$ac_cv_search_SYSLOG_syslog" != no; then
+ test "$ac_cv_search_SYSLOG_syslog" = "none required" || LIBS="$ac_cv_search_SYSLOG_syslog $LIBS"
fi
fi
-if test "x$enable_server" = "xyes"
+if test "x$enable_server" = "xyes" && test "x$enable_param" = "xca"
then
echo "$as_me:$LINENO: checking for library containing pthread_create" >&5
echo $ECHO_N "checking for library containing pthread_create... $ECHO_C" >&6