Diff for /libaitcli/configure between versions 1.1 and 1.3

version 1.1, 2010/04/16 13:20:29 version 1.3, 2011/03/16 17:24:03
Line 1 Line 1
 #! /bin/sh  #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.62 for libaitcli 1.1.# Generated by GNU Autoconf 2.62 for libaitcli 2.0.
 #  #
 # Report bugs to <misho@openbsd-bg.org>.  # Report bugs to <misho@openbsd-bg.org>.
 #  #
Line 596  SHELL=${CONFIG_SHELL-/bin/sh} Line 596  SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='libaitcli'  PACKAGE_NAME='libaitcli'
 PACKAGE_TARNAME='libaitcli'  PACKAGE_TARNAME='libaitcli'
PACKAGE_VERSION='1.1'PACKAGE_VERSION='2.0'
PACKAGE_STRING='libaitcli 1.1'PACKAGE_STRING='libaitcli 2.0'
 PACKAGE_BUGREPORT='misho@openbsd-bg.org'  PACKAGE_BUGREPORT='misho@openbsd-bg.org'
   
 ac_unique_file="src/aitcli.c"  ac_unique_file="src/aitcli.c"
Line 1268  if test "$ac_init_help" = "long"; then Line 1268  if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
   # 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.
   cat <<_ACEOF    cat <<_ACEOF
\`configure' configures libaitcli 1.1 to adapt to many kinds of systems.\`configure' configures libaitcli 2.0 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1334  fi Line 1334  fi
   
 if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
   case $ac_init_help in    case $ac_init_help in
     short | recursive ) echo "Configuration of libaitcli 1.1:";;     short | recursive ) echo "Configuration of libaitcli 2.0:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1420  fi Line 1420  fi
 test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
libaitcli configure 1.1libaitcli configure 2.0
 generated by GNU Autoconf 2.62  generated by GNU Autoconf 2.62
   
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Line 1434  cat >config.log <<_ACEOF Line 1434  cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
   
It was created by libaitcli $as_me 1.1, which wasIt was created by libaitcli $as_me 2.0, which was
 generated by GNU Autoconf 2.62.  Invocation command line was  generated by GNU Autoconf 2.62.  Invocation command line was
   
   $ $0 $@    $ $0 $@
Line 3092  LDFLAGS="-L/usr/local/lib ${LDFLAGS}" Line 3092  LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
 # Checks for libraries.  # Checks for libraries.
   
   
{ $as_echo "$as_me:$LINENO: checking for readline in -lreadline" >&5{ $as_echo "$as_me:$LINENO: checking for forkpty in -lutil" >&5
$as_echo_n "checking for readline in -lreadline... " >&6; }$as_echo_n "checking for forkpty in -lutil... " >&6; }
if test "${ac_cv_lib_readline_readline+set}" = set; thenif test "${ac_cv_lib_util_forkpty+set}" = set; then
   $as_echo_n "(cached) " >&6    $as_echo_n "(cached) " >&6
 else  else
   ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
LIBS="-lreadline  $LIBS"LIBS="-lutil  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */  /* confdefs.h.  */
 _ACEOF  _ACEOF
Line 3112  cat >>conftest.$ac_ext <<_ACEOF Line 3112  cat >>conftest.$ac_ext <<_ACEOF
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
 #endif  #endif
char readline ();char forkpty ();
 int  int
 main ()  main ()
 {  {
return readline ();return forkpty ();
   ;    ;
   return 0;    return 0;
 }  }
Line 3142  $as_echo "$ac_try_echo") >&5 Line 3142  $as_echo "$ac_try_echo") >&5
          test "$cross_compiling" = yes ||           test "$cross_compiling" = yes ||
          $as_test_x conftest$ac_exeext           $as_test_x conftest$ac_exeext
        }; then         }; then
  ac_cv_lib_readline_readline=yes  ac_cv_lib_util_forkpty=yes
 else  else
   $as_echo "$as_me: failed program was:" >&5    $as_echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
        ac_cv_lib_readline_readline=no        ac_cv_lib_util_forkpty=no
 fi  fi
   
 rm -rf conftest.dSYM  rm -rf conftest.dSYM
Line 3155  rm -f core conftest.err conftest.$ac_objext conftest_i Line 3155  rm -f core conftest.err conftest.$ac_objext conftest_i
       conftest$ac_exeext conftest.$ac_ext        conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
 fi  fi
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_readline_readline" >&5{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_util_forkpty" >&5
$as_echo "$ac_cv_lib_readline_readline" >&6; }$as_echo "$ac_cv_lib_util_forkpty" >&6; }
if test $ac_cv_lib_readline_readline = yes; thenif test $ac_cv_lib_util_forkpty = yes; then
   cat >>confdefs.h <<_ACEOF    cat >>confdefs.h <<_ACEOF
#define HAVE_LIBREADLINE 1#define HAVE_LIBUTIL 1
 _ACEOF  _ACEOF
   
  LIBS="-lreadline $LIBS"  LIBS="-lutil $LIBS"
   
 fi  fi
   
   
   { $as_echo "$as_me:$LINENO: checking for io_TrimStr in -laitio" >&5
   $as_echo_n "checking for io_TrimStr in -laitio... " >&6; }
   if test "${ac_cv_lib_aitio_io_TrimStr+set}" = set; then
     $as_echo_n "(cached) " >&6
   else
     ac_check_lib_save_LIBS=$LIBS
   LIBS="-laitio  $LIBS"
   cat >conftest.$ac_ext <<_ACEOF
   /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   /* Override any GCC internal prototype to avoid an error.
      Use char because int might match the return type of a GCC
      builtin and then its argument prototype would still apply.  */
   #ifdef __cplusplus
   extern "C"
   #endif
   char io_TrimStr ();
   int
   main ()
   {
   return io_TrimStr ();
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (ac_try="$ac_link"
   case "(($ac_try" in
     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     *) ac_try_echo=$ac_try;;
   esac
   eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
   $as_echo "$ac_try_echo") >&5
     (eval "$ac_link") 2>conftest.er1
     ac_status=$?
     grep -v '^ *+' conftest.er1 >conftest.err
     rm -f conftest.er1
     cat conftest.err >&5
     $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     (exit $ac_status); } && {
            test -z "$ac_c_werror_flag" ||
            test ! -s conftest.err
          } && test -s conftest$ac_exeext && {
            test "$cross_compiling" = yes ||
            $as_test_x conftest$ac_exeext
          }; then
     ac_cv_lib_aitio_io_TrimStr=yes
   else
     $as_echo "$as_me: failed program was:" >&5
   sed 's/^/| /' conftest.$ac_ext >&5
   
           ac_cv_lib_aitio_io_TrimStr=no
   fi
   
   rm -rf conftest.dSYM
   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
         conftest$ac_exeext conftest.$ac_ext
   LIBS=$ac_check_lib_save_LIBS
   fi
   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_aitio_io_TrimStr" >&5
   $as_echo "$ac_cv_lib_aitio_io_TrimStr" >&6; }
   if test $ac_cv_lib_aitio_io_TrimStr = yes; then
     cat >>confdefs.h <<_ACEOF
   #define HAVE_LIBAITIO 1
   _ACEOF
   
     LIBS="-laitio $LIBS"
   
   fi
   
   
   { $as_echo "$as_me:$LINENO: checking for telnetRecv in -laittelnet" >&5
   $as_echo_n "checking for telnetRecv in -laittelnet... " >&6; }
   if test "${ac_cv_lib_aittelnet_telnetRecv+set}" = set; then
     $as_echo_n "(cached) " >&6
   else
     ac_check_lib_save_LIBS=$LIBS
   LIBS="-laittelnet  $LIBS"
   cat >conftest.$ac_ext <<_ACEOF
   /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   /* Override any GCC internal prototype to avoid an error.
      Use char because int might match the return type of a GCC
      builtin and then its argument prototype would still apply.  */
   #ifdef __cplusplus
   extern "C"
   #endif
   char telnetRecv ();
   int
   main ()
   {
   return telnetRecv ();
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (ac_try="$ac_link"
   case "(($ac_try" in
     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     *) ac_try_echo=$ac_try;;
   esac
   eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
   $as_echo "$ac_try_echo") >&5
     (eval "$ac_link") 2>conftest.er1
     ac_status=$?
     grep -v '^ *+' conftest.er1 >conftest.err
     rm -f conftest.er1
     cat conftest.err >&5
     $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     (exit $ac_status); } && {
            test -z "$ac_c_werror_flag" ||
            test ! -s conftest.err
          } && test -s conftest$ac_exeext && {
            test "$cross_compiling" = yes ||
            $as_test_x conftest$ac_exeext
          }; then
     ac_cv_lib_aittelnet_telnetRecv=yes
   else
     $as_echo "$as_me: failed program was:" >&5
   sed 's/^/| /' conftest.$ac_ext >&5
   
           ac_cv_lib_aittelnet_telnetRecv=no
   fi
   
   rm -rf conftest.dSYM
   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
         conftest$ac_exeext conftest.$ac_ext
   LIBS=$ac_check_lib_save_LIBS
   fi
   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_aittelnet_telnetRecv" >&5
   $as_echo "$ac_cv_lib_aittelnet_telnetRecv" >&6; }
   if test $ac_cv_lib_aittelnet_telnetRecv = yes; then
     cat >>confdefs.h <<_ACEOF
   #define HAVE_LIBAITTELNET 1
   _ACEOF
   
     LIBS="-laittelnet $LIBS"
   
   fi
   
   
 # Checks for header files.  # Checks for header files.
 ac_ext=c  ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
Line 4118  fi Line 4268  fi
 done  done
   
   
   for ac_func in io_TrimStr
   do
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
   $as_echo_n "checking for $ac_func... " >&6; }
   if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     $as_echo_n "(cached) " >&6
   else
     cat >conftest.$ac_ext <<_ACEOF
   /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
      For example, HP-UX 11i <limits.h> declares gettimeofday.  */
   #define $ac_func innocuous_$ac_func
   
   /* System header to define __stub macros and hopefully few prototypes,
       which can conflict with char $ac_func (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   
   #ifdef __STDC__
   # include <limits.h>
   #else
   # include <assert.h>
   #endif
   
   #undef $ac_func
   
   /* Override any GCC internal prototype to avoid an error.
      Use char because int might match the return type of a GCC
      builtin and then its argument prototype would still apply.  */
   #ifdef __cplusplus
   extern "C"
   #endif
   char $ac_func ();
   /* The GNU C library defines this for functions which it implements
       to always fail with ENOSYS.  Some functions are actually named
       something starting with __ and the normal name is an alias.  */
   #if defined __stub_$ac_func || defined __stub___$ac_func
   choke me
   #endif
   
   int
   main ()
   {
   return $ac_func ();
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (ac_try="$ac_link"
   case "(($ac_try" in
     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     *) ac_try_echo=$ac_try;;
   esac
   eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
   $as_echo "$ac_try_echo") >&5
     (eval "$ac_link") 2>conftest.er1
     ac_status=$?
     grep -v '^ *+' conftest.er1 >conftest.err
     rm -f conftest.er1
     cat conftest.err >&5
     $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     (exit $ac_status); } && {
            test -z "$ac_c_werror_flag" ||
            test ! -s conftest.err
          } && test -s conftest$ac_exeext && {
            test "$cross_compiling" = yes ||
            $as_test_x conftest$ac_exeext
          }; then
     eval "$as_ac_var=yes"
   else
     $as_echo "$as_me: failed program was:" >&5
   sed 's/^/| /' conftest.$ac_ext >&5
   
           eval "$as_ac_var=no"
   fi
   
   rm -rf conftest.dSYM
   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
         conftest$ac_exeext conftest.$ac_ext
   fi
   ac_res=`eval 'as_val=${'$as_ac_var'}
                    $as_echo "$as_val"'`
                  { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
   $as_echo "$ac_res" >&6; }
   if test `eval 'as_val=${'$as_ac_var'}
                    $as_echo "$as_val"'` = yes; then
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
   
   for ac_func in forkpty
   do
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
   $as_echo_n "checking for $ac_func... " >&6; }
   if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     $as_echo_n "(cached) " >&6
   else
     cat >conftest.$ac_ext <<_ACEOF
   /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
      For example, HP-UX 11i <limits.h> declares gettimeofday.  */
   #define $ac_func innocuous_$ac_func
   
   /* System header to define __stub macros and hopefully few prototypes,
       which can conflict with char $ac_func (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   
   #ifdef __STDC__
   # include <limits.h>
   #else
   # include <assert.h>
   #endif
   
   #undef $ac_func
   
   /* Override any GCC internal prototype to avoid an error.
      Use char because int might match the return type of a GCC
      builtin and then its argument prototype would still apply.  */
   #ifdef __cplusplus
   extern "C"
   #endif
   char $ac_func ();
   /* The GNU C library defines this for functions which it implements
       to always fail with ENOSYS.  Some functions are actually named
       something starting with __ and the normal name is an alias.  */
   #if defined __stub_$ac_func || defined __stub___$ac_func
   choke me
   #endif
   
   int
   main ()
   {
   return $ac_func ();
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (ac_try="$ac_link"
   case "(($ac_try" in
     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     *) ac_try_echo=$ac_try;;
   esac
   eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
   $as_echo "$ac_try_echo") >&5
     (eval "$ac_link") 2>conftest.er1
     ac_status=$?
     grep -v '^ *+' conftest.er1 >conftest.err
     rm -f conftest.er1
     cat conftest.err >&5
     $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     (exit $ac_status); } && {
            test -z "$ac_c_werror_flag" ||
            test ! -s conftest.err
          } && test -s conftest$ac_exeext && {
            test "$cross_compiling" = yes ||
            $as_test_x conftest$ac_exeext
          }; then
     eval "$as_ac_var=yes"
   else
     $as_echo "$as_me: failed program was:" >&5
   sed 's/^/| /' conftest.$ac_ext >&5
   
           eval "$as_ac_var=no"
   fi
   
   rm -rf conftest.dSYM
   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
         conftest$ac_exeext conftest.$ac_ext
   fi
   ac_res=`eval 'as_val=${'$as_ac_var'}
                    $as_echo "$as_val"'`
                  { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
   $as_echo "$ac_res" >&6; }
   if test `eval 'as_val=${'$as_ac_var'}
                    $as_echo "$as_val"'` = yes; then
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
   
   
   for ac_func in telnetRecv telnetSend
   do
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
   $as_echo_n "checking for $ac_func... " >&6; }
   if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
     $as_echo_n "(cached) " >&6
   else
     cat >conftest.$ac_ext <<_ACEOF
   /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
      For example, HP-UX 11i <limits.h> declares gettimeofday.  */
   #define $ac_func innocuous_$ac_func
   
   /* System header to define __stub macros and hopefully few prototypes,
       which can conflict with char $ac_func (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   
   #ifdef __STDC__
   # include <limits.h>
   #else
   # include <assert.h>
   #endif
   
   #undef $ac_func
   
   /* Override any GCC internal prototype to avoid an error.
      Use char because int might match the return type of a GCC
      builtin and then its argument prototype would still apply.  */
   #ifdef __cplusplus
   extern "C"
   #endif
   char $ac_func ();
   /* The GNU C library defines this for functions which it implements
       to always fail with ENOSYS.  Some functions are actually named
       something starting with __ and the normal name is an alias.  */
   #if defined __stub_$ac_func || defined __stub___$ac_func
   choke me
   #endif
   
   int
   main ()
   {
   return $ac_func ();
     ;
     return 0;
   }
   _ACEOF
   rm -f conftest.$ac_objext conftest$ac_exeext
   if { (ac_try="$ac_link"
   case "(($ac_try" in
     *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     *) ac_try_echo=$ac_try;;
   esac
   eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
   $as_echo "$ac_try_echo") >&5
     (eval "$ac_link") 2>conftest.er1
     ac_status=$?
     grep -v '^ *+' conftest.er1 >conftest.err
     rm -f conftest.er1
     cat conftest.err >&5
     $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     (exit $ac_status); } && {
            test -z "$ac_c_werror_flag" ||
            test ! -s conftest.err
          } && test -s conftest$ac_exeext && {
            test "$cross_compiling" = yes ||
            $as_test_x conftest$ac_exeext
          }; then
     eval "$as_ac_var=yes"
   else
     $as_echo "$as_me: failed program was:" >&5
   sed 's/^/| /' conftest.$ac_ext >&5
   
           eval "$as_ac_var=no"
   fi
   
   rm -rf conftest.dSYM
   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
         conftest$ac_exeext conftest.$ac_ext
   fi
   ac_res=`eval 'as_val=${'$as_ac_var'}
                    $as_echo "$as_val"'`
                  { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
   $as_echo "$ac_res" >&6; }
   if test `eval 'as_val=${'$as_ac_var'}
                    $as_echo "$as_val"'` = yes; then
     cat >>confdefs.h <<_ACEOF
   #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   done
   
   
 DEBUG=no  DEBUG=no
 { $as_echo "$as_me:$LINENO: checking Debug Build" >&5  { $as_echo "$as_me:$LINENO: checking Debug Build" >&5
 $as_echo_n "checking Debug Build... " >&6; }  $as_echo_n "checking Debug Build... " >&6; }
Line 4567  exec 6>&1 Line 5018  exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.  # values after options handling.
 ac_log="  ac_log="
This file was extended by libaitcli $as_me 1.1, which wasThis file was extended by libaitcli $as_me 2.0, which was
 generated by GNU Autoconf 2.62.  Invocation command line was  generated by GNU Autoconf 2.62.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
Line 4616  Report bugs to <bug-autoconf@gnu.org>." Line 5067  Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF  _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\  ac_cs_version="\\
libaitcli config.status 1.1libaitcli config.status 2.0
 configured by $0, generated by GNU Autoconf 2.62,  configured by $0, generated by GNU Autoconf 2.62,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
   

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>