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.1 by maloninc, Thu Jul 28 03:25:04 2005 UTC revision 1.9 by maloninc, Sat Aug 27 01:19:57 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 0.9.  # Generated by GNU Autoconf 2.59 for mnote 1.2.
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='0.9'  PACKAGE_VERSION='1.2'
273  PACKAGE_STRING='mnote 0.9'  PACKAGE_STRING='mnote 1.2'
274  PACKAGE_BUGREPORT='hiroyuki@maloninc.com'  PACKAGE_BUGREPORT='hiroyuki@maloninc.com'
275    
276  ac_unique_file="acconfig.h"  ac_unique_file="acconfig.h"
# Line 311  ac_includes_default="\ Line 311  ac_includes_default="\
311  # include <unistd.h>  # include <unistd.h>
312  #endif"  #endif"
313    
314  ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar build build_cpu build_vendor build_os host host_cpu host_vendor host_os IS_DARWIN_TRUE IS_DARWIN_FALSE IS_MINGW_TRUE IS_MINGW_FALSE CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP LIBOBJS LTLIBOBJS'  ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar build build_cpu build_vendor build_os host host_cpu host_vendor host_os IS_DARWIN_TRUE IS_DARWIN_FALSE IS_MINGW_TRUE IS_MINGW_FALSE CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LIBICONV CPP EGREP LIBOBJS LTLIBOBJS'
315  ac_subst_files=''  ac_subst_files=''
316    
317  # Initialize some variables set by options.  # Initialize some variables set by options.
# 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 0.9 to adapt to many kinds of systems.  \`configure' configures mnote 1.2 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 0.9:";;       short | recursive ) echo "Configuration of mnote 1.2:";;
858     esac     esac
859    cat <<\_ACEOF    cat <<\_ACEOF
860    
# Line 864  Optional Features: Line 864  Optional Features:
864    --disable-dependency-tracking  speeds up one-time build    --disable-dependency-tracking  speeds up one-time build
865    --enable-dependency-tracking   do not reject slow dependency extractors    --enable-dependency-tracking   do not reject slow dependency extractors
866    
867    Optional Packages:
868      --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
869      --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
870      --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib
871    
872  Some influential environment variables:  Some influential environment variables:
873    CXX         C++ compiler command    CXX         C++ compiler command
874    CXXFLAGS    C++ compiler flags    CXXFLAGS    C++ compiler flags
# Line 967  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 0.9  mnote configure 1.2
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 988  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 0.9, which was  It was created by mnote $as_me 1.2, 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 1632  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=0.9   VERSION=1.2
1641    
1642    
1643  # Some tools Automake needs.  # Some tools Automake needs.
# Line 2178  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"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2187    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2188    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2189    ac_status=$?    ac_status=$?
# Line 2237  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2241  if { (eval echo "$as_me:$LINENO: \"$ac_c
2241    cat conftest.err >&5    cat conftest.err >&5
2242    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2243    (exit $ac_status); } &&    (exit $ac_status); } &&
2244           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2245    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2246    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2247    ac_status=$?    ac_status=$?
# Line 2309  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2312  if { (eval echo "$as_me:$LINENO: \"$ac_c
2312    cat conftest.err >&5    cat conftest.err >&5
2313    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2314    (exit $ac_status); } &&    (exit $ac_status); } &&
2315           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2316    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2317    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2318    ac_status=$?    ac_status=$?
# Line 2354  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2356  if { (eval echo "$as_me:$LINENO: \"$ac_c
2356    cat conftest.err >&5    cat conftest.err >&5
2357    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2358    (exit $ac_status); } &&    (exit $ac_status); } &&
2359           { ac_try='test -z "$ac_cxx_werror_flag"           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2360    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2361    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2362    ac_status=$?    ac_status=$?
# Line 2929  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2930  if { (eval echo "$as_me:$LINENO: \"$ac_c
2930    cat conftest.err >&5    cat conftest.err >&5
2931    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2932    (exit $ac_status); } &&    (exit $ac_status); } &&
2933           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2934    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2935    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2936    ac_status=$?    ac_status=$?
# Line 2988  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2988  if { (eval echo "$as_me:$LINENO: \"$ac_c
2988    cat conftest.err >&5    cat conftest.err >&5
2989    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2990    (exit $ac_status); } &&    (exit $ac_status); } &&
2991           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
2992    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2993    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2994    ac_status=$?    ac_status=$?
# Line 3105  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3104  if { (eval echo "$as_me:$LINENO: \"$ac_c
3104    cat conftest.err >&5    cat conftest.err >&5
3105    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3106    (exit $ac_status); } &&    (exit $ac_status); } &&
3107           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
3108    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3109    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3110    ac_status=$?    ac_status=$?
# Line 3160  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3158  if { (eval echo "$as_me:$LINENO: \"$ac_c
3158    cat conftest.err >&5    cat conftest.err >&5
3159    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3160    (exit $ac_status); } &&    (exit $ac_status); } &&
3161           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
3162    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3163    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3164    ac_status=$?    ac_status=$?
# Line 3206  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3203  if { (eval echo "$as_me:$LINENO: \"$ac_c
3203    cat conftest.err >&5    cat conftest.err >&5
3204    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3205    (exit $ac_status); } &&    (exit $ac_status); } &&
3206           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
3207    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3208    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3209    ac_status=$?    ac_status=$?
# Line 3251  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3247  if { (eval echo "$as_me:$LINENO: \"$ac_c
3247    cat conftest.err >&5    cat conftest.err >&5
3248    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3249    (exit $ac_status); } &&    (exit $ac_status); } &&
3250           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
3251    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3252    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3253    ac_status=$?    ac_status=$?
# Line 3405  fi Line 3400  fi
3400  # FIXME: Replace `main' with a function in `-liconv':  # FIXME: Replace `main' with a function in `-liconv':
3401    
3402    
3403  echo "$as_me:$LINENO: checking for main in -liconv" >&5  
3404  echo $ECHO_N "checking for main in -liconv... $ECHO_C" >&6  
3405  if test "${ac_cv_lib_iconv_main+set}" = set; then  
3406    # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
3407    if test "${with_libiconv_prefix+set}" = set; then
3408      withval="$with_libiconv_prefix"
3409    
3410        for dir in `echo "$withval" | tr : ' '`; do
3411          if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
3412          if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
3413        done
3414    
3415    fi;
3416    
3417      echo "$as_me:$LINENO: checking for iconv" >&5
3418    echo $ECHO_N "checking for iconv... $ECHO_C" >&6
3419    if test "${am_cv_func_iconv+set}" = set; then
3420    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3421  else  else
3422    ac_check_lib_save_LIBS=$LIBS  
3423  LIBS="-liconv  $LIBS"      am_cv_func_iconv="no, consider installing GNU libiconv"
3424  cat >conftest.$ac_ext <<_ACEOF      am_cv_lib_iconv=no
3425        cat >conftest.$ac_ext <<_ACEOF
3426  /* confdefs.h.  */  /* confdefs.h.  */
3427  _ACEOF  _ACEOF
3428  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
3429  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
3430  /* end confdefs.h.  */  /* end confdefs.h.  */
3431    #include <stdlib.h>
3432    #include <iconv.h>
3433    int
3434    main ()
3435    {
3436    iconv_t cd = iconv_open("","");
3437           iconv(cd,NULL,NULL,NULL,NULL);
3438           iconv_close(cd);
3439      ;
3440      return 0;
3441    }
3442    _ACEOF
3443    rm -f conftest.$ac_objext conftest$ac_exeext
3444    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3445      (eval $ac_link) 2>conftest.er1
3446      ac_status=$?
3447      grep -v '^ *+' conftest.er1 >conftest.err
3448      rm -f conftest.er1
3449      cat conftest.err >&5
3450      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3451      (exit $ac_status); } &&
3452             { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3453      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3454      (eval $ac_try) 2>&5
3455      ac_status=$?
3456      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3457      (exit $ac_status); }; } &&
3458             { ac_try='test -s conftest$ac_exeext'
3459      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3460      (eval $ac_try) 2>&5
3461      ac_status=$?
3462      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3463      (exit $ac_status); }; }; then
3464      am_cv_func_iconv=yes
3465    else
3466      echo "$as_me: failed program was:" >&5
3467    sed 's/^/| /' conftest.$ac_ext >&5
3468    
3469    fi
3470    rm -f conftest.err conftest.$ac_objext \
3471          conftest$ac_exeext conftest.$ac_ext
3472        if test "$am_cv_func_iconv" != yes; then
3473          am_save_LIBS="$LIBS"
3474          LIBS="$LIBS -liconv"
3475          cat >conftest.$ac_ext <<_ACEOF
3476    /* confdefs.h.  */
3477    _ACEOF
3478    cat confdefs.h >>conftest.$ac_ext
3479    cat >>conftest.$ac_ext <<_ACEOF
3480    /* end confdefs.h.  */
3481    #include <stdlib.h>
3482    #include <iconv.h>
3483  int  int
3484  main ()  main ()
3485  {  {
3486  main ();  iconv_t cd = iconv_open("","");
3487             iconv(cd,NULL,NULL,NULL,NULL);
3488             iconv_close(cd);
3489    ;    ;
3490    return 0;    return 0;
3491  }  }
# Line 3437  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 3499  if { (eval echo "$as_me:$LINENO: \"$ac_l
3499    cat conftest.err >&5    cat conftest.err >&5
3500    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3501    (exit $ac_status); } &&    (exit $ac_status); } &&
3502           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
3503    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3504    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3505    ac_status=$?    ac_status=$?
# Line 3450  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 3511  if { (eval echo "$as_me:$LINENO: \"$ac_l
3511    ac_status=$?    ac_status=$?
3512    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3513    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3514    ac_cv_lib_iconv_main=yes    am_cv_lib_iconv=yes
3515            am_cv_func_iconv=yes
3516  else  else
3517    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3518  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3519    
 ac_cv_lib_iconv_main=no  
3520  fi  fi
3521  rm -f conftest.err conftest.$ac_objext \  rm -f conftest.err conftest.$ac_objext \
3522        conftest$ac_exeext conftest.$ac_ext        conftest$ac_exeext conftest.$ac_ext
3523  LIBS=$ac_check_lib_save_LIBS        LIBS="$am_save_LIBS"
3524        fi
3525    
3526  fi  fi
3527  echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_main" >&5  echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
3528  echo "${ECHO_T}$ac_cv_lib_iconv_main" >&6  echo "${ECHO_T}$am_cv_func_iconv" >&6
3529  if test $ac_cv_lib_iconv_main = yes; then    if test "$am_cv_func_iconv" = yes; then
3530    cat >>confdefs.h <<_ACEOF  
3531  #define HAVE_LIBICONV 1  cat >>confdefs.h <<\_ACEOF
3532    #define HAVE_ICONV 1
3533  _ACEOF  _ACEOF
3534    
3535    LIBS="-liconv $LIBS"      echo "$as_me:$LINENO: checking for iconv declaration" >&5
3536    echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
3537        if test "${am_cv_proto_iconv+set}" = set; then
3538      echo $ECHO_N "(cached) $ECHO_C" >&6
3539    else
3540    
3541          cat >conftest.$ac_ext <<_ACEOF
3542    /* confdefs.h.  */
3543    _ACEOF
3544    cat confdefs.h >>conftest.$ac_ext
3545    cat >>conftest.$ac_ext <<_ACEOF
3546    /* end confdefs.h.  */
3547    
3548    #include <stdlib.h>
3549    #include <iconv.h>
3550    extern
3551    #ifdef __cplusplus
3552    "C"
3553    #endif
3554    #if defined(__STDC__) || defined(__cplusplus)
3555    size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
3556    #else
3557    size_t iconv();
3558    #endif
3559    
3560    int
3561    main ()
3562    {
3563    
3564      ;
3565      return 0;
3566    }
3567    _ACEOF
3568    rm -f conftest.$ac_objext
3569    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3570      (eval $ac_compile) 2>conftest.er1
3571      ac_status=$?
3572      grep -v '^ *+' conftest.er1 >conftest.err
3573      rm -f conftest.er1
3574      cat conftest.err >&5
3575      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3576      (exit $ac_status); } &&
3577             { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3578      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3579      (eval $ac_try) 2>&5
3580      ac_status=$?
3581      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3582      (exit $ac_status); }; } &&
3583             { ac_try='test -s conftest.$ac_objext'
3584      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3585      (eval $ac_try) 2>&5
3586      ac_status=$?
3587      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3588      (exit $ac_status); }; }; then
3589      am_cv_proto_iconv_arg1=""
3590    else
3591      echo "$as_me: failed program was:" >&5
3592    sed 's/^/| /' conftest.$ac_ext >&5
3593    
3594    am_cv_proto_iconv_arg1="const"
3595    fi
3596    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3597          am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
3598  fi  fi
3599    
3600        am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
3601        echo "$as_me:$LINENO: result: ${ac_t:-
3602             }$am_cv_proto_iconv" >&5
3603    echo "${ECHO_T}${ac_t:-
3604             }$am_cv_proto_iconv" >&6
3605    
3606    cat >>confdefs.h <<_ACEOF
3607    #define ICONV_CONST $am_cv_proto_iconv_arg1
3608    _ACEOF
3609    
3610      fi
3611      LIBICONV=
3612      if test "$am_cv_lib_iconv" = yes; then
3613        LIBICONV="-liconv"
3614      fi
3615    
3616    
3617    
3618  # Checks for header files.  # Checks for header files.
3619    
# Line 3551  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3693  if { (eval echo "$as_me:$LINENO: \"$ac_c
3693    cat conftest.err >&5    cat conftest.err >&5
3694    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3695    (exit $ac_status); } &&    (exit $ac_status); } &&
3696           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
3697    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3698    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3699    ac_status=$?    ac_status=$?
# Line 3866  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4007  if { (eval echo "$as_me:$LINENO: \"$ac_c
4007    cat conftest.err >&5    cat conftest.err >&5
4008    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4009    (exit $ac_status); } &&    (exit $ac_status); } &&
4010           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4011    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4012    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4013    ac_status=$?    ac_status=$?
# Line 4037  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4177  if { (eval echo "$as_me:$LINENO: \"$ac_c
4177    cat conftest.err >&5    cat conftest.err >&5
4178    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4179    (exit $ac_status); } &&    (exit $ac_status); } &&
4180           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4181    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4182    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4183    ac_status=$?    ac_status=$?
# Line 4103  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4242  if { (eval echo "$as_me:$LINENO: \"$ac_c
4242    cat conftest.err >&5    cat conftest.err >&5
4243    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4244    (exit $ac_status); } &&    (exit $ac_status); } &&
4245           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4246    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4247    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4248    ac_status=$?    ac_status=$?
# Line 4172  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4310  if { (eval echo "$as_me:$LINENO: \"$ac_c
4310    cat conftest.err >&5    cat conftest.err >&5
4311    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4312    (exit $ac_status); } &&    (exit $ac_status); } &&
4313           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4314    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4315    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4316    ac_status=$?    ac_status=$?
# Line 4376  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 4513  if { (eval echo "$as_me:$LINENO: \"$ac_l
4513    cat conftest.err >&5    cat conftest.err >&5
4514    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4515    (exit $ac_status); } &&    (exit $ac_status); } &&
4516           { ac_try='test -z "$ac_c_werror_flag"           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
                          || test ! -s conftest.err'  
4517    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4518    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4519    ac_status=$?    ac_status=$?
# Line 4809  _ASBOX Line 4945  _ASBOX
4945  } >&5  } >&5
4946  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
4947    
4948  This file was extended by mnote $as_me 0.9, which was  This file was extended by mnote $as_me 1.2, which was
4949  generated by GNU Autoconf 2.59.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
4950    
4951    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
# Line 4872  _ACEOF Line 5008  _ACEOF
5008    
5009  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
5010  ac_cs_version="\\  ac_cs_version="\\
5011  mnote config.status 0.9  mnote config.status 1.2
5012  configured by $0, generated by GNU Autoconf 2.59,  configured by $0, generated by GNU Autoconf 2.59,
5013    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
5014    
# Line 5126  s,@ac_ct_CC@,$ac_ct_CC,;t t Line 5262  s,@ac_ct_CC@,$ac_ct_CC,;t t
5262  s,@CCDEPMODE@,$CCDEPMODE,;t t  s,@CCDEPMODE@,$CCDEPMODE,;t t
5263  s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t  s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
5264  s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t  s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
5265    s,@LIBICONV@,$LIBICONV,;t t
5266  s,@CPP@,$CPP,;t t  s,@CPP@,$CPP,;t t
5267  s,@EGREP@,$EGREP,;t t  s,@EGREP@,$EGREP,;t t
5268  s,@LIBOBJS@,$LIBOBJS,;t t  s,@LIBOBJS@,$LIBOBJS,;t t
# Line 5296  esac Line 5433  esac
5433    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
5434    esac    esac
5435    
   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  
5436    # 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
5437    # use $as_me), people would be surprised to read:    # use $as_me), people would be surprised to read:
5438    #    /* config.h.  Generated by config.status.  */    #    /* config.h.  Generated by config.status.  */
# Line 5339  echo "$as_me: error: cannot find input f Line 5471  echo "$as_me: error: cannot find input f
5471           fi;;           fi;;
5472        esac        esac
5473      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
5474    
5475      if test x"$ac_file" != x-; then
5476        { echo "$as_me:$LINENO: creating $ac_file" >&5
5477    echo "$as_me: creating $ac_file" >&6;}
5478        rm -f "$ac_file"
5479      fi
5480  _ACEOF  _ACEOF
5481  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
5482    sed "$ac_vpsub    sed "$ac_vpsub

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

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