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.1.1 by maloninc, Thu Jul 28 03:25:04 2005 UTC revision 1.13 by maloninc, Thu Dec 22 10:48:29 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.6.
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.6'
273  PACKAGE_STRING='mnote 0.9'  PACKAGE_STRING='mnote 1.6'
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 0.9 to adapt to many kinds of systems.  \`configure' configures mnote 1.6 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.6:";;
858     esac     esac
859    cat <<\_ACEOF    cat <<\_ACEOF
860    
# Line 974  fi Line 974  fi
974  test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
975  if $ac_init_version; then  if $ac_init_version; then
976    cat <<\_ACEOF    cat <<\_ACEOF
977  mnote configure 0.9  mnote configure 1.6
978  generated by GNU Autoconf 2.59  generated by GNU Autoconf 2.59
979    
980  Copyright (C) 2003 Free Software Foundation, Inc.  Copyright (C) 2003 Free Software Foundation, Inc.
# Line 988  cat >&5 <<_ACEOF Line 988  cat >&5 <<_ACEOF
988  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
989  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
990    
991  It was created by mnote $as_me 0.9, which was  It was created by mnote $as_me 1.6, which was
992  generated by GNU Autoconf 2.59.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
993    
994    $ $0 $@    $ $0 $@
# Line 1632  fi Line 1632  fi
1632    
1633  # Define the identity of the package.  # Define the identity of the package.
1634   PACKAGE=mnote   PACKAGE=mnote
1635   VERSION=0.9   VERSION=1.6
1636    
1637    
1638  # Some tools Automake needs.  # Some tools Automake needs.
# Line 3404  fi Line 3404  fi
3404  # Checks for libraries.  # Checks for libraries.
3405  # FIXME: Replace `main' with a function in `-liconv':  # FIXME: Replace `main' with a function in `-liconv':
3406    
3407    #AM_ICONV
 echo "$as_me:$LINENO: checking for main in -liconv" >&5  
 echo $ECHO_N "checking for main in -liconv... $ECHO_C" >&6  
 if test "${ac_cv_lib_iconv_main+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   ac_check_lib_save_LIBS=$LIBS  
 LIBS="-liconv  $LIBS"  
 cat >conftest.$ac_ext <<_ACEOF  
 /* confdefs.h.  */  
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
   
   
 int  
 main ()  
 {  
 main ();  
   ;  
   return 0;  
 }  
 _ACEOF  
 rm -f conftest.$ac_objext conftest$ac_exeext  
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  
   (eval $ac_link) 2>conftest.er1  
   ac_status=$?  
   grep -v '^ *+' conftest.er1 >conftest.err  
   rm -f conftest.er1  
   cat conftest.err >&5  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } &&  
          { ac_try='test -z "$ac_c_werror_flag"  
                          || test ! -s conftest.err'  
   { (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); }; } &&  
          { 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_lib_iconv_main=yes  
 else  
   echo "$as_me: failed program was:" >&5  
 sed 's/^/| /' conftest.$ac_ext >&5  
   
 ac_cv_lib_iconv_main=no  
 fi  
 rm -f conftest.err conftest.$ac_objext \  
       conftest$ac_exeext conftest.$ac_ext  
 LIBS=$ac_check_lib_save_LIBS  
 fi  
 echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_main" >&5  
 echo "${ECHO_T}$ac_cv_lib_iconv_main" >&6  
 if test $ac_cv_lib_iconv_main = yes; then  
   cat >>confdefs.h <<_ACEOF  
 #define HAVE_LIBICONV 1  
 _ACEOF  
   
   LIBS="-liconv $LIBS"  
   
 fi  
   
3408    
3409  # Checks for header files.  # Checks for header files.
3410    
3411  # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
3412    
3413  echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5  echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
3414  echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6  echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
3415  if test "${ac_cv_c_const+set}" = set; then  if test "${ac_cv_c_const+set}" = set; then
# Line 4809  _ASBOX Line 4743  _ASBOX
4743  } >&5  } >&5
4744  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
4745    
4746  This file was extended by mnote $as_me 0.9, which was  This file was extended by mnote $as_me 1.6, which was
4747  generated by GNU Autoconf 2.59.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
4748    
4749    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
# Line 4872  _ACEOF Line 4806  _ACEOF
4806    
4807  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
4808  ac_cs_version="\\  ac_cs_version="\\
4809  mnote config.status 0.9  mnote config.status 1.6
4810  configured by $0, generated by GNU Autoconf 2.59,  configured by $0, generated by GNU Autoconf 2.59,
4811    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
4812    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.13

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