Diff for /libaitcrc/configure between versions 1.1 and 1.3

version 1.1, 2008/11/05 17:02:55 version 1.3, 2011/04/28 20:28:19
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 libaitcrc 1.1.# Generated by GNU Autoconf 2.62 for libaitcrc 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='libaitcrc'  PACKAGE_NAME='libaitcrc'
 PACKAGE_TARNAME='libaitcrc'  PACKAGE_TARNAME='libaitcrc'
PACKAGE_VERSION='1.1'PACKAGE_VERSION='2.0'
PACKAGE_STRING='libaitcrc 1.1'PACKAGE_STRING='libaitcrc 2.0'
 PACKAGE_BUGREPORT='misho@openbsd-bg.org'  PACKAGE_BUGREPORT='misho@openbsd-bg.org'
   
 ac_unique_file="src/aitcrc.c"  ac_unique_file="src/aitcrc.c"
Line 1229  if test "$ac_init_help" = "long"; then Line 1229  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 libaitcrc 1.1 to adapt to many kinds of systems.\`configure' configures libaitcrc 2.0 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1295  fi Line 1295  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 libaitcrc 1.1:";;     short | recursive ) echo "Configuration of libaitcrc 2.0:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1380  fi Line 1380  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
libaitcrc configure 1.1libaitcrc 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 1394  cat >config.log <<_ACEOF Line 1394  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 libaitcrc $as_me 1.1, which wasIt was created by libaitcrc $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 3347  _ACEOF Line 3347  _ACEOF
                                 CFLAGS="-g ${CFLAGS}"                                  CFLAGS="-g ${CFLAGS}"
                                 ;;                                  ;;
                         *)                          *)
   
   cat >>confdefs.h <<\_ACEOF
   #define NDEBUG /**/
   _ACEOF
   
                                 ;;                                  ;;
                 esac                  esac
   else
   
   cat >>confdefs.h <<\_ACEOF
   #define NDEBUG /**/
   _ACEOF
   
 fi  fi
   
 { $as_echo "$as_me:$LINENO: result: $DEBUG" >&5  { $as_echo "$as_me:$LINENO: result: $DEBUG" >&5
Line 3775  exec 6>&1 Line 3786  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 libaitcrc $as_me 1.1, which wasThis file was extended by libaitcrc $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 3824  Report bugs to <bug-autoconf@gnu.org>." Line 3835  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="\\
libaitcrc config.status 1.1libaitcrc 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>