CVS: beepcore-c configure,1.8,1.9

Chris Hanson <[email protected]> Thu, 01 Aug 2002 18:55:35 -0700
Newsgroups gmane.network.beep.beepcore.c.cvs
Message-ID <[email protected]>
Update of /cvsroot/beepcore-c/beepcore-c
In directory usw-pr-cvs1:/tmp/cvs-serv3955

Modified Files:
	configure 
Log Message:
Add beepcore-c-config shell script.


Index: configure
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/configure,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** configure	4 Jan 2002 07:07:03 -0000	1.8
--- configure	2 Aug 2002 01:55:33 -0000	1.9
***************
*** 540,543 ****
--- 540,544 ----
  
  
+ PROGRAM_VERSION="0.3"
  
  ac_aux_dir=
***************
*** 567,571 ****
  
  echo $ac_n "checking host system type""... $ac_c" 1>&6
! echo "configure:570: checking host system type" >&5
  
  host_alias=$host
--- 568,572 ----
  
  echo $ac_n "checking host system type""... $ac_c" 1>&6
! echo "configure:571: checking host system type" >&5
  
  host_alias=$host
***************
*** 590,594 ****
  set dummy gcc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:593: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 591,595 ----
  set dummy gcc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:594: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 620,624 ****
  set dummy cc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:623: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 621,625 ----
  set dummy cc; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:624: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 671,675 ****
  set dummy cl; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:674: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 672,676 ----
  set dummy cl; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:675: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 703,707 ****
  
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
! echo "configure:706: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  
  ac_ext=c
--- 704,708 ----
  
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
! echo "configure:707: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  
  ac_ext=c
***************
*** 714,723 ****
  cat > conftest.$ac_ext << EOF
  
! #line 717 "configure"
  #include "confdefs.h"
  
  main(){return(0);}
  EOF
! if { (eval echo configure:722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    ac_cv_prog_cc_works=yes
    # If we can't run a trivial program, we are probably using a cross compiler.
--- 715,724 ----
  cat > conftest.$ac_ext << EOF
  
! #line 718 "configure"
  #include "confdefs.h"
  
  main(){return(0);}
  EOF
! if { (eval echo configure:723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    ac_cv_prog_cc_works=yes
    # If we can't run a trivial program, we are probably using a cross compiler.
***************
*** 745,754 ****
  fi
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
! echo "configure:748: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  cross_compiling=$ac_cv_prog_cc_cross
  
  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
! echo "configure:753: checking whether we are using GNU C" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 746,755 ----
  fi
  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
! echo "configure:749: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  cross_compiling=$ac_cv_prog_cc_cross
  
  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
! echo "configure:754: checking whether we are using GNU C" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 759,763 ****
  #endif
  EOF
! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:762: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    ac_cv_prog_gcc=yes
  else
--- 760,764 ----
  #endif
  EOF
! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:763: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    ac_cv_prog_gcc=yes
  else
***************
*** 778,782 ****
  CFLAGS=
  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
! echo "configure:781: checking whether ${CC-cc} accepts -g" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 779,783 ----
  CFLAGS=
  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
! echo "configure:782: checking whether ${CC-cc} accepts -g" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 810,814 ****
  
  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
! echo "configure:813: checking how to run the C preprocessor" >&5
  # On Suns, sometimes $CPP names a directory.
  if test -n "$CPP" && test -d "$CPP"; then
--- 811,815 ----
  
  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
! echo "configure:814: checking how to run the C preprocessor" >&5
  # On Suns, sometimes $CPP names a directory.
  if test -n "$CPP" && test -d "$CPP"; then
***************
*** 825,829 ****
    # not just through cpp.
    cat > conftest.$ac_ext <<EOF
! #line 828 "configure"
  #include "confdefs.h"
  #include <assert.h>
--- 826,830 ----
    # not just through cpp.
    cat > conftest.$ac_ext <<EOF
! #line 829 "configure"
  #include "confdefs.h"
  #include <assert.h>
***************
*** 831,835 ****
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:834: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
--- 832,836 ----
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:835: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
***************
*** 842,846 ****
    CPP="${CC-cc} -E -traditional-cpp"
    cat > conftest.$ac_ext <<EOF
! #line 845 "configure"
  #include "confdefs.h"
  #include <assert.h>
--- 843,847 ----
    CPP="${CC-cc} -E -traditional-cpp"
    cat > conftest.$ac_ext <<EOF
! #line 846 "configure"
  #include "confdefs.h"
  #include <assert.h>
***************
*** 848,852 ****
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:851: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
--- 849,853 ----
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:852: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
***************
*** 859,863 ****
    CPP="${CC-cc} -nologo -E"
    cat > conftest.$ac_ext <<EOF
! #line 862 "configure"
  #include "confdefs.h"
  #include <assert.h>
--- 860,864 ----
    CPP="${CC-cc} -nologo -E"
    cat > conftest.$ac_ext <<EOF
! #line 863 "configure"
  #include "confdefs.h"
  #include <assert.h>
***************
*** 865,869 ****
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:868: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
--- 866,870 ----
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
! { (eval echo configure:869: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
***************
*** 901,905 ****
  # ./install, which can be erroneously created by make from ./install.sh.
  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
! echo "configure:904: checking for a BSD compatible install" >&5
  if test -z "$INSTALL"; then
  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
--- 902,906 ----
  # ./install, which can be erroneously created by make from ./install.sh.
  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
! echo "configure:905: checking for a BSD compatible install" >&5
  if test -z "$INSTALL"; then
  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
***************
*** 1023,1027 ****
  
  echo $ac_n "checking build system type""... $ac_c" 1>&6
! echo "configure:1026: checking build system type" >&5
  
  build_alias=$build
--- 1024,1028 ----
  
  echo $ac_n "checking build system type""... $ac_c" 1>&6
! echo "configure:1027: checking build system type" >&5
  
  build_alias=$build
***************
*** 1043,1047 ****
  set dummy ranlib; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:1046: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1044,1048 ----
  set dummy ranlib; ac_word=$2
  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
! echo "configure:1047: checking for $ac_word" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 1082,1086 ****
    # Check if gcc -print-prog-name=ld gives a path.
    echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
! echo "configure:1085: checking for ld used by GCC" >&5
    ac_prog=`($CC -print-prog-name=ld) 2>&5`
    case "$ac_prog" in
--- 1083,1087 ----
    # Check if gcc -print-prog-name=ld gives a path.
    echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
! echo "configure:1086: checking for ld used by GCC" >&5
    ac_prog=`($CC -print-prog-name=ld) 2>&5`
    case "$ac_prog" in
***************
*** 1106,1113 ****
  elif test "$with_gnu_ld" = yes; then
    echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
! echo "configure:1109: checking for GNU ld" >&5
  else
    echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
! echo "configure:1112: checking for non-GNU ld" >&5
  fi
  if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
--- 1107,1114 ----
  elif test "$with_gnu_ld" = yes; then
    echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
! echo "configure:1110: checking for GNU ld" >&5
  else
    echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
! echo "configure:1113: checking for non-GNU ld" >&5
  fi
  if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
***************
*** 1145,1149 ****
  
  echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
! echo "configure:1148: checking if the linker ($LD) is GNU ld" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1146,1150 ----
  
  echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
! echo "configure:1149: checking if the linker ($LD) is GNU ld" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 1161,1165 ****
  
  echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
! echo "configure:1164: checking for BSD-compatible nm" >&5
  if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1162,1166 ----
  
  echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
! echo "configure:1165: checking for BSD-compatible nm" >&5
  if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 1198,1202 ****
  
  echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
! echo "configure:1201: checking whether ln -s works" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
--- 1199,1203 ----
  
  echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
! echo "configure:1202: checking whether ln -s works" >&5
  if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
***************
*** 1242,1247 ****
  *-*-irix6*)
    # Find out which ABI we are using.
!   echo '#line 1245 "configure"' > conftest.$ac_ext
!   if { (eval echo configure:1246: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
      case "`/usr/bin/file conftest.o`" in
      *32-bit*)
--- 1243,1248 ----
  *-*-irix6*)
    # Find out which ABI we are using.
!   echo '#line 1246 "configure"' > conftest.$ac_ext
!   if { (eval echo configure:1247: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
      case "`/usr/bin/file conftest.o`" in
      *32-bit*)
***************
*** 1264,1273 ****
    CFLAGS="$CFLAGS -belf"
    echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
! echo "configure:1267: checking whether the C compiler needs -belf" >&5
  if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1272 "configure"
  #include "confdefs.h"
  
--- 1265,1274 ----
    CFLAGS="$CFLAGS -belf"
    echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
! echo "configure:1268: checking whether the C compiler needs -belf" >&5
  if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1273 "configure"
  #include "confdefs.h"
  
***************
*** 1276,1280 ****
  ; return 0; }
  EOF
! if { (eval echo configure:1279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    lt_cv_cc_needs_belf=yes
--- 1277,1281 ----
  ; return 0; }
  EOF
! if { (eval echo configure:1280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    lt_cv_cc_needs_belf=yes
***************
*** 1377,1380 ****
--- 1378,1429 ----
  exec 5>>./config.log
  
+ echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
+ echo "configure:1382: checking whether ln -s works" >&5
+ if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
+   echo $ac_n "(cached) $ac_c" 1>&6
+ else
+   rm -f conftestdata
+ if ln -s X conftestdata 2>/dev/null
+ then
+   rm -f conftestdata
+   ac_cv_prog_LN_S="ln -s"
+ else
+   ac_cv_prog_LN_S=ln
+ fi
+ fi
+ LN_S="$ac_cv_prog_LN_S"
+ if test "$ac_cv_prog_LN_S" = "ln -s"; then
+   echo "$ac_t""yes" 1>&6
+ else
+   echo "$ac_t""no" 1>&6
+ fi
+ 
+ echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
+ echo "configure:1403: checking whether ${MAKE-make} sets \${MAKE}" >&5
+ set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
+   echo $ac_n "(cached) $ac_c" 1>&6
+ else
+   cat > conftestmake <<\EOF
+ all:
+ 	@echo 'ac_maketemp="${MAKE}"'
+ EOF
+ # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
+ eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
+ if test -n "$ac_maketemp"; then
+   eval ac_cv_prog_make_${ac_make}_set=yes
+ else
+   eval ac_cv_prog_make_${ac_make}_set=no
+ fi
+ rm -f conftestmake
+ fi
+ if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
+   echo "$ac_t""yes" 1>&6
+   SET_MAKE=
+ else
+   echo "$ac_t""no" 1>&6
+   SET_MAKE="MAKE=${MAKE-make}"
+ fi
+ 
  
  case "$host" in
***************
*** 1398,1409 ****
      SSL_PREFIX=$withval
       if test -n "$SSL_PREFIX" -a ! "$SSL_PREFIX" = "yes"; then
!        SSL_LIBS=$SSL_PREFIX/lib;                          
         SSL_INCLUDES=$SSL_PREFIX/include;
!      fi                                 
    
  
  fi
  
!  
  _SAVE_LDFLAGS="$LDFLAGS"
  
--- 1447,1458 ----
      SSL_PREFIX=$withval
       if test -n "$SSL_PREFIX" -a ! "$SSL_PREFIX" = "yes"; then
!        SSL_LIBS=$SSL_PREFIX/lib;
         SSL_INCLUDES=$SSL_PREFIX/include;
!      fi
    
  
  fi
  
! 
  _SAVE_LDFLAGS="$LDFLAGS"
  
***************
*** 1423,1427 ****
  if test -z "${SSL_PREFIX}"; then
  echo $ac_n "checking for SSL_library_init in -lssl""... $ac_c" 1>&6
! echo "configure:1426: checking for SSL_library_init in -lssl" >&5
  ac_lib_var=`echo ssl'_'SSL_library_init | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
--- 1472,1476 ----
  if test -z "${SSL_PREFIX}"; then
  echo $ac_n "checking for SSL_library_init in -lssl""... $ac_c" 1>&6
! echo "configure:1475: checking for SSL_library_init in -lssl" >&5
  ac_lib_var=`echo ssl'_'SSL_library_init | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
***************
*** 1432,1436 ****
   $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1435 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 1481,1485 ----
   $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1484 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 1443,1447 ****
  ; return 0; }
  EOF
! if { (eval echo configure:1446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
--- 1492,1496 ----
  ; return 0; }
  EOF
! if { (eval echo configure:1495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
***************
*** 1498,1508 ****
         CYRUS_PREFIX=yes
       elif test -n "$CYRUS_PREFIX" -a ! "$CYRUS_PREFIX" = "yes"; then
!        CYRUS_LIBS=$CYRUS_PREFIX/lib;                          
         CYRUS_INCLUDES=$CYRUS_PREFIX/include;
!      fi                                 
    
  else
      echo $ac_n "checking for sasl_server_init in -lsasl2""... $ac_c" 1>&6
! echo "configure:1507: checking for sasl_server_init in -lsasl2" >&5
  ac_lib_var=`echo sasl2'_'sasl_server_init | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
--- 1547,1557 ----
         CYRUS_PREFIX=yes
       elif test -n "$CYRUS_PREFIX" -a ! "$CYRUS_PREFIX" = "yes"; then
!        CYRUS_LIBS=$CYRUS_PREFIX/lib;
         CYRUS_INCLUDES=$CYRUS_PREFIX/include;
!      fi
    
  else
      echo $ac_n "checking for sasl_server_init in -lsasl2""... $ac_c" 1>&6
! echo "configure:1556: checking for sasl_server_init in -lsasl2" >&5
  ac_lib_var=`echo sasl2'_'sasl_server_init | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
***************
*** 1512,1516 ****
  LIBS="-lsasl2  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1515 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 1561,1565 ----
  LIBS="-lsasl2  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1564 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 1523,1527 ****
  ; return 0; }
  EOF
! if { (eval echo configure:1526: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
--- 1572,1576 ----
  ; return 0; }
  EOF
! if { (eval echo configure:1575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
***************
*** 1566,1570 ****
  if test "$CYRUS_PREFIX" = "yes"; then
    echo $ac_n "checking for sasl_server_init in -lsasl2""... $ac_c" 1>&6
! echo "configure:1569: checking for sasl_server_init in -lsasl2" >&5
  ac_lib_var=`echo sasl2'_'sasl_server_init | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
--- 1615,1619 ----
  if test "$CYRUS_PREFIX" = "yes"; then
    echo $ac_n "checking for sasl_server_init in -lsasl2""... $ac_c" 1>&6
! echo "configure:1618: checking for sasl_server_init in -lsasl2" >&5
  ac_lib_var=`echo sasl2'_'sasl_server_init | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
***************
*** 1574,1578 ****
  LIBS="-lsasl2  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1577 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
--- 1623,1627 ----
  LIBS="-lsasl2  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1626 "configure"
  #include "confdefs.h"
  /* Override any gcc2 internal prototype to avoid an error.  */
***************
*** 1585,1589 ****
  ; return 0; }
  EOF
! if { (eval echo configure:1588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
--- 1634,1638 ----
  ; return 0; }
  EOF
! if { (eval echo configure:1637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_lib_$ac_lib_var=yes"
***************
*** 1620,1624 ****
  
  echo $ac_n "checking optimization level""... $ac_c" 1>&6
! echo "configure:1623: checking optimization level" >&5
  # Check whether --enable-optimization or --disable-optimization was given.
  if test "${enable_optimization+set}" = set; then
--- 1669,1673 ----
  
  echo $ac_n "checking optimization level""... $ac_c" 1>&6
! echo "configure:1672: checking optimization level" >&5
  # Check whether --enable-optimization or --disable-optimization was given.
  if test "${enable_optimization+set}" = set; then
***************
*** 1643,1647 ****
  
  echo $ac_n "checking debug info desired""... $ac_c" 1>&6
! echo "configure:1646: checking debug info desired" >&5
  # Check whether --enable-debug or --disable-debug was given.
  if test "${enable_debug+set}" = set; then
--- 1692,1696 ----
  
  echo $ac_n "checking debug info desired""... $ac_c" 1>&6
! echo "configure:1695: checking debug info desired" >&5
  # Check whether --enable-debug or --disable-debug was given.
  if test "${enable_debug+set}" = set; then
***************
*** 1674,1677 ****
--- 1723,1727 ----
  
  
+ 
  trap '' 1 2 15
  cat > confcache <<\EOF
***************
*** 1789,1792 ****
--- 1839,1843 ----
  trap 'rm -fr `echo "Makefile
            Make.defs
+ 	  beepcore-c-config
            core/Makefile
            core/unix/test/Makefile
***************
*** 1856,1859 ****
--- 1907,1912 ----
  s%@LN_S@%$LN_S%g
  s%@LIBTOOL@%$LIBTOOL%g
+ s%@SET_MAKE@%$SET_MAKE%g
+ s%@PROGRAM_VERSION@%$PROGRAM_VERSION%g
  s%@TARGET_LIBS@%$TARGET_LIBS%g
  s%@TARGET_DEFINES@%$TARGET_DEFINES%g
***************
*** 1912,1915 ****
--- 1965,1969 ----
  CONFIG_FILES=\${CONFIG_FILES-"Makefile
            Make.defs
+ 	  beepcore-c-config
            core/Makefile
            core/unix/test/Makefile



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf