Diff for /libaitio/configure between versions 1.1 and 1.6

version 1.1, 2010/02/23 22:54:51 version 1.6, 2011/02/10 22:01:33
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 libaitio 1.0.# Generated by GNU Autoconf 2.62 for libaitio 1.4.
 #  #
 # 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='libaitio'  PACKAGE_NAME='libaitio'
 PACKAGE_TARNAME='libaitio'  PACKAGE_TARNAME='libaitio'
PACKAGE_VERSION='1.0'PACKAGE_VERSION='1.4'
PACKAGE_STRING='libaitio 1.0'PACKAGE_STRING='libaitio 1.4'
 PACKAGE_BUGREPORT='misho@openbsd-bg.org'  PACKAGE_BUGREPORT='misho@openbsd-bg.org'
   
 ac_unique_file="src/aitio.c"  ac_unique_file="src/aitio.c"
Line 706  ac_subst_files='' Line 706  ac_subst_files=''
 ac_user_opts='  ac_user_opts='
 enable_option_checking  enable_option_checking
 enable_debug  enable_debug
   enable_aio
 '  '
       ac_precious_vars='build_alias        ac_precious_vars='build_alias
 host_alias  host_alias
Line 1268  if test "$ac_init_help" = "long"; then Line 1269  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 libaitio 1.0 to adapt to many kinds of systems.\`configure' configures libaitio 1.4 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1334  fi Line 1335  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 libaitio 1.0:";;     short | recursive ) echo "Configuration of libaitio 1.4:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1343  Optional Features: Line 1344  Optional Features:
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --enable-debug          Build library with debug information and additional messages    --enable-debug          Build library with debug information and additional messages
     --enable-aio            Build library with AIO operations
   
 Some influential environment variables:  Some influential environment variables:
   CC          C compiler command    CC          C compiler command
Line 1420  fi Line 1422  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
libaitio configure 1.0libaitio configure 1.4
 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 1436  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 libaitio $as_me 1.0, which wasIt was created by libaitio $as_me 1.4, 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 4556  fi Line 4558  fi
 { $as_echo "$as_me:$LINENO: result: $DEBUG" >&5  { $as_echo "$as_me:$LINENO: result: $DEBUG" >&5
 $as_echo "$DEBUG" >&6; }  $as_echo "$DEBUG" >&6; }
   
ac_config_files="$ac_config_files Makefile example/Makefile inc/Makefile lib/Makefile src/Makefile"AIO=yes
 { $as_echo "$as_me:$LINENO: checking AIO Build" >&5
 $as_echo_n "checking AIO Build... " >&6; }
 # Check whether --enable-aio was given.
 if test "${enable_aio+set}" = set; then
   enableval=$enable_aio;  AIO=$enableval
                 case "$enableval" in
                         yes)
   
   cat >>confdefs.h <<\_ACEOF
   #define AIO_OPS /**/
   _ACEOF
   
                                   ;;
                           *)
                                   ;;
                   esac
   else
   
   cat >>confdefs.h <<\_ACEOF
   #define AIO_OPS /**/
   _ACEOF
   
   fi
   
   { $as_echo "$as_me:$LINENO: result: $AIO" >&5
   $as_echo "$AIO" >&6; }
   
   ac_config_files="$ac_config_files Makefile inc/Makefile lib/Makefile src/Makefile"
   
 cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure  # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure  # tests run on this system so they can be shared between configure
Line 4977  exec 6>&1 Line 5007  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 libaitio $as_me 1.0, which wasThis file was extended by libaitio $as_me 1.4, 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 5026  Report bugs to <bug-autoconf@gnu.org>." Line 5056  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="\\
libaitio config.status 1.0libaitio config.status 1.4
 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'`\\"
   
Line 5144  do Line 5174  do
   case $ac_config_target in    case $ac_config_target in
     "inc/config.h") CONFIG_HEADERS="$CONFIG_HEADERS inc/config.h" ;;      "inc/config.h") CONFIG_HEADERS="$CONFIG_HEADERS inc/config.h" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "example/Makefile") CONFIG_FILES="$CONFIG_FILES example/Makefile" ;;  
     "inc/Makefile") CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;;      "inc/Makefile") CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;;
     "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;      "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;

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


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