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.4 by maloninc, Fri Aug 5 00:16:39 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 1.0.  # 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='1.0'  PACKAGE_VERSION='1.6'
273  PACKAGE_STRING='mnote 1.0'  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 1.0 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 1.0:";;       short | recursive ) echo "Configuration of mnote 1.6:";;
858     esac     esac
859    cat <<\_ACEOF    cat <<\_ACEOF
860    
# Line 967  esac Line 967  esac
967      else      else
968        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
969      fi      fi
970      cd "$ac_popdir"      cd $ac_popdir
971    done    done
972  fi  fi
973    
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 1.0  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 1.0, 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=1.0   VERSION=1.6
1636    
1637    
1638  # Some tools Automake needs.  # Some tools Automake needs.
# Line 2178  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2178  if { (eval echo "$as_me:$LINENO: \"$ac_c
2178    cat conftest.err >&5    cat conftest.err >&5
2179    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2180    (exit $ac_status); } &&    (exit $ac_status); } &&
2181           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'           { ac_try='test -z "$ac_cxx_werror_flag"
2182                             || test ! -s conftest.err'
2183    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2184    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2185    ac_status=$?    ac_status=$?
# Line 2236  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2237  if { (eval echo "$as_me:$LINENO: \"$ac_c
2237    cat conftest.err >&5    cat conftest.err >&5
2238    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2239    (exit $ac_status); } &&    (exit $ac_status); } &&
2240           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'           { ac_try='test -z "$ac_cxx_werror_flag"
2241                             || test ! -s conftest.err'
2242    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2243    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2244    ac_status=$?    ac_status=$?
# Line 2307  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2309  if { (eval echo "$as_me:$LINENO: \"$ac_c
2309    cat conftest.err >&5    cat conftest.err >&5
2310    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2311    (exit $ac_status); } &&    (exit $ac_status); } &&
2312           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'           { ac_try='test -z "$ac_cxx_werror_flag"
2313                             || test ! -s conftest.err'
2314    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2315    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2316    ac_status=$?    ac_status=$?
# Line 2351  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2354  if { (eval echo "$as_me:$LINENO: \"$ac_c
2354    cat conftest.err >&5    cat conftest.err >&5
2355    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2356    (exit $ac_status); } &&    (exit $ac_status); } &&
2357           { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'           { ac_try='test -z "$ac_cxx_werror_flag"
2358                             || test ! -s conftest.err'
2359    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2360    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2361    ac_status=$?    ac_status=$?
# Line 2925  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 2929  if { (eval echo "$as_me:$LINENO: \"$ac_c
2929    cat conftest.err >&5    cat conftest.err >&5
2930    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2931    (exit $ac_status); } &&    (exit $ac_status); } &&
2932           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
2933                             || 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 2983  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"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
2992                             || test ! -s conftest.err'
2993    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2994    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2995    ac_status=$?    ac_status=$?
# Line 3099  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3105  if { (eval echo "$as_me:$LINENO: \"$ac_c
3105    cat conftest.err >&5    cat conftest.err >&5
3106    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3107    (exit $ac_status); } &&    (exit $ac_status); } &&
3108           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3109                             || test ! -s conftest.err'
3110    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3111    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3112    ac_status=$?    ac_status=$?
# Line 3153  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3160  if { (eval echo "$as_me:$LINENO: \"$ac_c
3160    cat conftest.err >&5    cat conftest.err >&5
3161    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3162    (exit $ac_status); } &&    (exit $ac_status); } &&
3163           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3164                             || test ! -s conftest.err'
3165    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3166    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3167    ac_status=$?    ac_status=$?
# Line 3198  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3206  if { (eval echo "$as_me:$LINENO: \"$ac_c
3206    cat conftest.err >&5    cat conftest.err >&5
3207    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3208    (exit $ac_status); } &&    (exit $ac_status); } &&
3209           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3210                             || test ! -s conftest.err'
3211    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3212    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3213    ac_status=$?    ac_status=$?
# Line 3242  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3251  if { (eval echo "$as_me:$LINENO: \"$ac_c
3251    cat conftest.err >&5    cat conftest.err >&5
3252    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3253    (exit $ac_status); } &&    (exit $ac_status); } &&
3254           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3255                             || test ! -s conftest.err'
3256    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3257    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3258    ac_status=$?    ac_status=$?
# Line 3394  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 3540  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3485  if { (eval echo "$as_me:$LINENO: \"$ac_c
3485    cat conftest.err >&5    cat conftest.err >&5
3486    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3487    (exit $ac_status); } &&    (exit $ac_status); } &&
3488           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3489                             || test ! -s conftest.err'
3490    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3491    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3492    ac_status=$?    ac_status=$?
# Line 3854  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3800  if { (eval echo "$as_me:$LINENO: \"$ac_c
3800    cat conftest.err >&5    cat conftest.err >&5
3801    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3802    (exit $ac_status); } &&    (exit $ac_status); } &&
3803           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3804                             || test ! -s conftest.err'
3805    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3806    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3807    ac_status=$?    ac_status=$?
# Line 4024  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3971  if { (eval echo "$as_me:$LINENO: \"$ac_c
3971    cat conftest.err >&5    cat conftest.err >&5
3972    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3973    (exit $ac_status); } &&    (exit $ac_status); } &&
3974           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
3975                             || test ! -s conftest.err'
3976    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3977    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3978    ac_status=$?    ac_status=$?
# Line 4089  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4037  if { (eval echo "$as_me:$LINENO: \"$ac_c
4037    cat conftest.err >&5    cat conftest.err >&5
4038    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039    (exit $ac_status); } &&    (exit $ac_status); } &&
4040           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
4041                             || test ! -s conftest.err'
4042    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4043    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4044    ac_status=$?    ac_status=$?
# Line 4157  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4106  if { (eval echo "$as_me:$LINENO: \"$ac_c
4106    cat conftest.err >&5    cat conftest.err >&5
4107    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4108    (exit $ac_status); } &&    (exit $ac_status); } &&
4109           { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
4110                             || test ! -s conftest.err'
4111    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4112    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4113    ac_status=$?    ac_status=$?
# Line 4360  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 4310  if { (eval echo "$as_me:$LINENO: \"$ac_l
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"                   || test ! -s conftest.err'           { ac_try='test -z "$ac_c_werror_flag"
4314                             || test ! -s conftest.err'
4315    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4316    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4317    ac_status=$?    ac_status=$?
# Line 4792  _ASBOX Line 4743  _ASBOX
4743  } >&5  } >&5
4744  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
4745    
4746  This file was extended by mnote $as_me 1.0, 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 4855  _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 1.0  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    
# Line 5279  esac Line 5230  esac
5230    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
5231    esac    esac
5232    
5233      if test x"$ac_file" != x-; then
5234        { echo "$as_me:$LINENO: creating $ac_file" >&5
5235    echo "$as_me: creating $ac_file" >&6;}
5236        rm -f "$ac_file"
5237      fi
5238    # 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
5239    # use $as_me), people would be surprised to read:    # use $as_me), people would be surprised to read:
5240    #    /* config.h.  Generated by config.status.  */    #    /* config.h.  Generated by config.status.  */
# Line 5317  echo "$as_me: error: cannot find input f Line 5273  echo "$as_me: error: cannot find input f
5273           fi;;           fi;;
5274        esac        esac
5275      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  
5276  _ACEOF  _ACEOF
5277  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
5278    sed "$ac_vpsub    sed "$ac_vpsub

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

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