Update of /cvsroot/mahogany/M
In directory usw-pr-cvs1:/tmp/cvs-serv2693

Modified Files:
        configure configure.in 
Log Message:
autodetect CCOSTYPE (bso) for OpenBSD

Index: configure
===================================================================
RCS file: /cvsroot/mahogany/M/configure,v
retrieving revision 1.277
retrieving revision 1.278
diff -b -u -2 -r1.277 -r1.278
--- configure   9 Jul 2002 11:19:31 -0000       1.277
+++ configure   16 Jul 2002 00:24:39 -0000      1.278
@@ -1103,7 +1103,7 @@
 fi
 
-   # Check whether --with-wx-exec-prefix or --without-wx-exec-prefix was given.
-if test "${with_wx_exec_prefix+set}" = set; then
-  withval="$with_wx_exec_prefix"
+   # Check whether --with-wx-config or --without-wx-config was given.
+if test "${with_wx_config+set}" = set; then
+  withval="$with_wx_config"
   wx_config_name="$withval"
 else
@@ -1465,32 +1465,54 @@
[...1307 lines suppressed...]
 set dummy latex2html; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:5205: checking for $ac_word" >&5
+echo "configure:5232: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_LATEX2HTML'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -5275,5 +5302,5 @@
             if test "x$GXX" != "xyes"; then
        echo $ac_n "checking whether ${CXX} accepts ${DEPFLAGS}""... $ac_c" 1>&6
-echo "configure:5278: checking whether ${CXX} accepts ${DEPFLAGS}" >&5
+echo "configure:5305: checking whether ${CXX} accepts ${DEPFLAGS}" >&5
 if eval "test \"`echo '$''{'m_cv_cxx_depflags'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -5298,5 +5325,5 @@
        if test "x$GCC" != "xyes"; then
            echo $ac_n "checking whether ${CC} accepts ${DEPFLAGS}""... $ac_c" 1>&6
-echo "configure:5301: checking whether ${CC} accepts ${DEPFLAGS}" >&5
+echo "configure:5328: checking whether ${CC} accepts ${DEPFLAGS}" >&5
 if eval "test \"`echo '$''{'m_cv_c_depflags'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6

Index: configure.in
===================================================================
RCS file: /cvsroot/mahogany/M/configure.in,v
retrieving revision 1.263
retrieving revision 1.264
diff -b -u -2 -r1.263 -r1.264
--- configure.in        3 Jul 2002 00:43:20 -0000       1.263
+++ configure.in        16 Jul 2002 00:24:39 -0000      1.264
@@ -975,7 +975,11 @@
        darwin*)
                CCOSTYPE=osx ;;
+       OpenBSD*)
+               CCOSTYPE=bso ;;
        *)
                AC_MSG_RESULT(unknown)
-               AC_MSG_ERROR([cannot determine c-client OS type for $OSTYPE])
+               AC_MSG_ERROR([cannot guess c-client OS type for $OSTYPE,
+please have a look at extra/src/c-client/Makefile and use --with-ccostype=xxx
+with xxx being the most appropriate system type from this file.])
                ;;
        esac



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to