Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9 by maloninc, Sat Aug 27 01:19:57 2005 UTC revision 1.10 by maloninc, Mon Sep 12 21:44:33 2005 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.59 for mnote 1.2.  # Generated by GNU Autoconf 2.59 for mnote 1.3.
4  #  #
5  # Report bugs to <hiroyuki@maloninc.com>.  # Report bugs to <hiroyuki@maloninc.com>.
6  #  #
# Line 269  SHELL=${CONFIG_SHELL-/bin/sh} Line 269  SHELL=${CONFIG_SHELL-/bin/sh}
269  # Identity of this package.  # Identity of this package.
270  PACKAGE_NAME='mnote'  PACKAGE_NAME='mnote'
271  PACKAGE_TARNAME='mnote'  PACKAGE_TARNAME='mnote'
272  PACKAGE_VERSION='1.2'  PACKAGE_VERSION='1.3'
273  PACKAGE_STRING='mnote 1.2'  PACKAGE_STRING='mnote 1.3'
274  PACKAGE_BUGREPORT='hiroyuki@maloninc.com'  PACKAGE_BUGREPORT='hiroyuki@maloninc.com'
275    
276  ac_unique_file="acconfig.h"  ac_unique_file="acconfig.h"
# Line 788  if test "$ac_init_help" = "long"; then Line 788  if test "$ac_init_help" = "long"; then
788    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
789    # This message is too long to be a string in the A/UX 3.1 sh.    # This message is too long to be a string in the A/UX 3.1 sh.
790    cat <<_ACEOF    cat <<_ACEOF
791  \`configure' configures mnote 1.2 to adapt to many kinds of systems.  \`configure' configures mnote 1.3 to adapt to many kinds of systems.
792    
793  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
794    
# Line 854  fi Line 854  fi
854    
855  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
856    case $ac_init_help in    case $ac_init_help in
857       short | recursive ) echo "Configuration of mnote 1.2:";;       short | recursive ) echo "Configuration of mnote 1.3:";;
858     esac     esac
859    cat <<\_ACEOF    cat <<\_ACEOF
860    
# Line 972  esac Line 972  esac
972      else      else
973        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
974      fi      fi
975      cd "$ac_popdir"      cd $ac_popdir
976    done    done
977  fi  fi
978    
979  test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
980  if $ac_init_version; then  if $ac_init_version; then
981    cat <<\_ACEOF    cat <<\_ACEOF
982  mnote configure 1.2  mnote configure 1.3
983  generated by GNU Autoconf 2.59  generated by GNU Autoconf 2.59
984    
985  Copyright (C) 2003 Free Software Foundation, Inc.  Copyright (C) 2003 Free Software Foundation, Inc.
# Line 993  cat >&5 <<_ACEOF Line 993  cat >&5 <<_ACEOF
993  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
994  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
995    
996  It was created by mnote $as_me 1.2, which was  It was created by mnote $as_me 1.3, which was
997  generated by GNU Autoconf 2.59.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
998    
999    $ $0 $@    $ $0 $@
# Line 1637  fi Line 1637  fi
1637    
1638  # Define the identity of the package.  # Define the identity of the package.
1639   PACKAGE=mnote   PACKAGE=mnote
1640   VERSION=1.2   VERSION=1.3
1641    
1642    
1643  # Some tools Automake needs.  # Some tools Automake needs.
# Line 2183  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2183  if { (eval echo "$as_me:$LINENO: \"$ac_c
2183    cat conftest.err >&5    cat conftest.err >&5
2184    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2185    (exit $ac_status); } &&    (exit $ac_status); } &&
2186           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'           { ac_try='test -z "$ac_cxx_werror_flag"
2187                             || test ! -s conftest.err'
2188    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2189    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2190    ac_status=$?    ac_status=$?
# Line 2241  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2242  if { (eval echo "$as_me:$LINENO: \"$ac_c
2242    cat conftest.err >&5    cat conftest.err >&5
2243    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2244    (exit $ac_status); } &&    (exit $ac_status); } &&
2245           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'           { ac_try='test -z "$ac_cxx_werror_flag"
2246                             || test ! -s conftest.err'
2247    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2248    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2249    ac_status=$?    ac_status=$?
# Line 2312  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2314  if { (eval echo "$as_me:$LINENO: \"$ac_c
2314    cat conftest.err >&5    cat conftest.err >&5
2315    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2316    (exit $ac_status); } &&    (exit $ac_status); } &&
2317           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'           { ac_try='test -z "$ac_cxx_werror_flag"
2318                             || test ! -s conftest.err'
2319    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2320    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2321    ac_status=$?    ac_status=$?
# Line 2356  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2359  if { (eval echo "$as_me:$LINENO: \"$ac_c
2359    cat conftest.err >&5    cat conftest.err >&5
2360    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2361    (exit $ac_status); } &&    (exit $ac_status); } &&
2362           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'           { ac_try='test -z "$ac_cxx_werror_flag"
2363                             || test ! -s conftest.err'
2364    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2365    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2366    ac_status=$?    ac_status=$?
# Line 2930  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2934  if { (eval echo "$as_me:$LINENO: \"$ac_c
2934    cat conftest.err >&5    cat conftest.err >&5
2935    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2936    (exit $ac_status); } &&    (exit $ac_status); } &&
2937           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
2938                             || test ! -s conftest.err'
2939    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2940    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2941    ac_status=$?    ac_status=$?
# Line 2988  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2993  if { (eval echo "$as_me:$LINENO: \"$ac_c
2993    cat conftest.err >&5    cat conftest.err >&5
2994    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2995    (exit $ac_status); } &&    (exit $ac_status); } &&
2996           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
2997                             || test ! -s conftest.err'
2998    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2999    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3000    ac_status=$?    ac_status=$?
# Line 3104  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3110  if { (eval echo "$as_me:$LINENO: \"$ac_c
3110    cat conftest.err >&5    cat conftest.err >&5
3111    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3112    (exit $ac_status); } &&    (exit $ac_status); } &&
3113           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3114                             || test ! -s conftest.err'
3115    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3116    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3117    ac_status=$?    ac_status=$?
# Line 3158  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3165  if { (eval echo "$as_me:$LINENO: \"$ac_c
3165    cat conftest.err >&5    cat conftest.err >&5
3166    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3167    (exit $ac_status); } &&    (exit $ac_status); } &&
3168           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3169                             || test ! -s conftest.err'
3170    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3171    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3172    ac_status=$?    ac_status=$?
# Line 3203  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3211  if { (eval echo "$as_me:$LINENO: \"$ac_c
3211    cat conftest.err >&5    cat conftest.err >&5
3212    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3213    (exit $ac_status); } &&    (exit $ac_status); } &&
3214           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3215                             || test ! -s conftest.err'
3216    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3217    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3218    ac_status=$?    ac_status=$?
# Line 3247  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3256  if { (eval echo "$as_me:$LINENO: \"$ac_c
3256    cat conftest.err >&5    cat conftest.err >&5
3257    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3258    (exit $ac_status); } &&    (exit $ac_status); } &&
3259           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3260                             || test ! -s conftest.err'
3261    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3262    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3263    ac_status=$?    ac_status=$?
# Line 3449  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 3459  if { (eval echo "$as_me:$LINENO: \"$ac_l
3459    cat conftest.err >&5    cat conftest.err >&5
3460    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3461    (exit $ac_status); } &&    (exit $ac_status); } &&
3462           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3463                             || test ! -s conftest.err'
3464    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3465    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3466    ac_status=$?    ac_status=$?
# Line 3499  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 3510  if { (eval echo "$as_me:$LINENO: \"$ac_l
3510    cat conftest.err >&5    cat conftest.err >&5
3511    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3512    (exit $ac_status); } &&    (exit $ac_status); } &&
3513           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3514                             || test ! -s conftest.err'
3515    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3516    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3517    ac_status=$?    ac_status=$?
# Line 3574  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3586  if { (eval echo "$as_me:$LINENO: \"$ac_c
3586    cat conftest.err >&5    cat conftest.err >&5
3587    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3588    (exit $ac_status); } &&    (exit $ac_status); } &&
3589           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3590                             || test ! -s conftest.err'
3591    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3592    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3593    ac_status=$?    ac_status=$?
# Line 3693  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3706  if { (eval echo "$as_me:$LINENO: \"$ac_c
3706    cat conftest.err >&5    cat conftest.err >&5
3707    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3708    (exit $ac_status); } &&    (exit $ac_status); } &&
3709           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3710                             || test ! -s conftest.err'
3711    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3712    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3713    ac_status=$?    ac_status=$?
# Line 4007  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4021  if { (eval echo "$as_me:$LINENO: \"$ac_c
4021    cat conftest.err >&5    cat conftest.err >&5
4022    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4023    (exit $ac_status); } &&    (exit $ac_status); } &&
4024           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
4025                             || test ! -s conftest.err'
4026    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4027    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4028    ac_status=$?    ac_status=$?
# Line 4177  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4192  if { (eval echo "$as_me:$LINENO: \"$ac_c
4192    cat conftest.err >&5    cat conftest.err >&5
4193    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4194    (exit $ac_status); } &&    (exit $ac_status); } &&
4195           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
4196                             || test ! -s conftest.err'
4197    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4198    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4199    ac_status=$?    ac_status=$?
# Line 4242  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4258  if { (eval echo "$as_me:$LINENO: \"$ac_c
4258    cat conftest.err >&5    cat conftest.err >&5
4259    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4260    (exit $ac_status); } &&    (exit $ac_status); } &&
4261           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
4262                             || test ! -s conftest.err'
4263    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4264    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4265    ac_status=$?    ac_status=$?
# Line 4310  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4327  if { (eval echo "$as_me:$LINENO: \"$ac_c
4327    cat conftest.err >&5    cat conftest.err >&5
4328    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4329    (exit $ac_status); } &&    (exit $ac_status); } &&
4330           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
4331                             || test ! -s conftest.err'
4332    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4333    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4334    ac_status=$?    ac_status=$?
# Line 4513  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 4531  if { (eval echo "$as_me:$LINENO: \"$ac_l
4531    cat conftest.err >&5    cat conftest.err >&5
4532    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4533    (exit $ac_status); } &&    (exit $ac_status); } &&
4534           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
4535                             || test ! -s conftest.err'
4536    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4537    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4538    ac_status=$?    ac_status=$?
# Line 4945  _ASBOX Line 4964  _ASBOX
4964  } >&5  } >&5
4965  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
4966    
4967  This file was extended by mnote $as_me 1.2, which was  This file was extended by mnote $as_me 1.3, which was
4968  generated by GNU Autoconf 2.59.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
4969    
4970    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
# Line 5008  _ACEOF Line 5027  _ACEOF
5027    
5028  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
5029  ac_cs_version="\\  ac_cs_version="\\
5030  mnote config.status 1.2  mnote config.status 1.3
5031  configured by $0, generated by GNU Autoconf 2.59,  configured by $0, generated by GNU Autoconf 2.59,
5032    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
5033    
# Line 5433  esac Line 5452  esac
5452    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
5453    esac    esac
5454    
5455      if test x"$ac_file" != x-; then
5456        { echo "$as_me:$LINENO: creating $ac_file" >&5
5457    echo "$as_me: creating $ac_file" >&6;}
5458        rm -f "$ac_file"
5459      fi
5460    # Let's still pretend it is `configure' which instantiates (i.e., don't    # Let's still pretend it is `configure' which instantiates (i.e., don't
5461    # use $as_me), people would be surprised to read:    # use $as_me), people would be surprised to read:
5462    #    /* config.h.  Generated by config.status.  */    #    /* config.h.  Generated by config.status.  */
# Line 5471  echo "$as_me: error: cannot find input f Line 5495  echo "$as_me: error: cannot find input f
5495           fi;;           fi;;
5496        esac        esac
5497      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
   
   if test x"$ac_file" != x-; then  
     { echo "$as_me:$LINENO: creating $ac_file" >&5  
 echo "$as_me: creating $ac_file" >&6;}  
     rm -f "$ac_file"  
   fi  
5498  _ACEOF  _ACEOF
5499  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
5500    sed "$ac_vpsub    sed "$ac_vpsub

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26