Deleted Added
full compact
configure (195740) configure (196031)
1#! /bin/sh
1#! /bin/sh
2# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#52 .
2# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#53 .
3# Guess values for system-dependent variables and create Makefiles.
3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.62 for OpenBSM 1.1p1.
4# Generated by GNU Autoconf 2.62 for OpenBSM 1.1p2.
5#
6# Report bugs to <trustedbsd-audit@TrustesdBSD.org>.
7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
10# This configure script is free software; the Free Software Foundation
11# gives unlimited permission to copy, distribute and modify it.
12## --------------------- ##

--- 733 unchanged lines hidden (view full) ---

746subdirs=
747MFLAGS=
748MAKEFLAGS=
749SHELL=${CONFIG_SHELL-/bin/sh}
750
751# Identity of this package.
752PACKAGE_NAME='OpenBSM'
753PACKAGE_TARNAME='openbsm'
5#
6# Report bugs to <trustedbsd-audit@TrustesdBSD.org>.
7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
10# This configure script is free software; the Free Software Foundation
11# gives unlimited permission to copy, distribute and modify it.
12## --------------------- ##

--- 733 unchanged lines hidden (view full) ---

746subdirs=
747MFLAGS=
748MAKEFLAGS=
749SHELL=${CONFIG_SHELL-/bin/sh}
750
751# Identity of this package.
752PACKAGE_NAME='OpenBSM'
753PACKAGE_TARNAME='openbsm'
754PACKAGE_VERSION='1.1p1'
755PACKAGE_STRING='OpenBSM 1.1p1'
754PACKAGE_VERSION='1.1p2'
755PACKAGE_STRING='OpenBSM 1.1p2'
756PACKAGE_BUGREPORT='trustedbsd-audit@TrustesdBSD.org'
757
758ac_unique_file="bin/auditreduce/auditreduce.c"
759# Factoring default headers for most tests.
760ac_includes_default="\
761#include <stdio.h>
762#ifdef HAVE_SYS_TYPES_H
763# include <sys/types.h>

--- 723 unchanged lines hidden (view full) ---

1487
1488#
1489# Report the --help message.
1490#
1491if test "$ac_init_help" = "long"; then
1492 # Omit some internal or obsolete options to make the list less imposing.
1493 # This message is too long to be a string in the A/UX 3.1 sh.
1494 cat <<_ACEOF
756PACKAGE_BUGREPORT='trustedbsd-audit@TrustesdBSD.org'
757
758ac_unique_file="bin/auditreduce/auditreduce.c"
759# Factoring default headers for most tests.
760ac_includes_default="\
761#include <stdio.h>
762#ifdef HAVE_SYS_TYPES_H
763# include <sys/types.h>

--- 723 unchanged lines hidden (view full) ---

1487
1488#
1489# Report the --help message.
1490#
1491if test "$ac_init_help" = "long"; then
1492 # Omit some internal or obsolete options to make the list less imposing.
1493 # This message is too long to be a string in the A/UX 3.1 sh.
1494 cat <<_ACEOF
1495\`configure' configures OpenBSM 1.1p1 to adapt to many kinds of systems.
1495\`configure' configures OpenBSM 1.1p2 to adapt to many kinds of systems.
1496
1497Usage: $0 [OPTION]... [VAR=VALUE]...
1498
1499To assign environment variables (e.g., CC, CFLAGS...), specify them as
1500VAR=VALUE. See below for descriptions of some of the useful variables.
1501
1502Defaults for the options are specified in brackets.
1503

--- 53 unchanged lines hidden (view full) ---

1557System types:
1558 --build=BUILD configure for building on BUILD [guessed]
1559 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1560_ACEOF
1561fi
1562
1563if test -n "$ac_init_help"; then
1564 case $ac_init_help in
1496
1497Usage: $0 [OPTION]... [VAR=VALUE]...
1498
1499To assign environment variables (e.g., CC, CFLAGS...), specify them as
1500VAR=VALUE. See below for descriptions of some of the useful variables.
1501
1502Defaults for the options are specified in brackets.
1503

--- 53 unchanged lines hidden (view full) ---

1557System types:
1558 --build=BUILD configure for building on BUILD [guessed]
1559 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1560_ACEOF
1561fi
1562
1563if test -n "$ac_init_help"; then
1564 case $ac_init_help in
1565 short | recursive ) echo "Configuration of OpenBSM 1.1p1:";;
1565 short | recursive ) echo "Configuration of OpenBSM 1.1p2:";;
1566 esac
1567 cat <<\_ACEOF
1568
1569Optional Features:
1570 --disable-option-checking ignore unrecognized --enable/--with options
1571 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1572 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1573 --enable-maintainer-mode enable make rules and dependencies not useful

--- 92 unchanged lines hidden (view full) ---

1666 fi || ac_status=$?
1667 cd "$ac_pwd" || { ac_status=$?; break; }
1668 done
1669fi
1670
1671test -n "$ac_init_help" && exit $ac_status
1672if $ac_init_version; then
1673 cat <<\_ACEOF
1566 esac
1567 cat <<\_ACEOF
1568
1569Optional Features:
1570 --disable-option-checking ignore unrecognized --enable/--with options
1571 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1572 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1573 --enable-maintainer-mode enable make rules and dependencies not useful

--- 92 unchanged lines hidden (view full) ---

1666 fi || ac_status=$?
1667 cd "$ac_pwd" || { ac_status=$?; break; }
1668 done
1669fi
1670
1671test -n "$ac_init_help" && exit $ac_status
1672if $ac_init_version; then
1673 cat <<\_ACEOF
1674OpenBSM configure 1.1p1
1674OpenBSM configure 1.1p2
1675generated by GNU Autoconf 2.62
1676
1677Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
16782002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1679This configure script is free software; the Free Software Foundation
1680gives unlimited permission to copy, distribute and modify it.
1681_ACEOF
1682 exit
1683fi
1684cat >config.log <<_ACEOF
1685This file contains any messages produced by compilers while
1686running configure, to aid debugging if configure makes a mistake.
1687
1675generated by GNU Autoconf 2.62
1676
1677Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
16782002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1679This configure script is free software; the Free Software Foundation
1680gives unlimited permission to copy, distribute and modify it.
1681_ACEOF
1682 exit
1683fi
1684cat >config.log <<_ACEOF
1685This file contains any messages produced by compilers while
1686running configure, to aid debugging if configure makes a mistake.
1687
1688It was created by OpenBSM $as_me 1.1p1, which was
1688It was created by OpenBSM $as_me 1.1p2, which was
1689generated by GNU Autoconf 2.62. Invocation command line was
1690
1691 $ $0 $@
1692
1693_ACEOF
1694exec 5>>config.log
1695{
1696cat <<_ASUNAME

--- 17960 unchanged lines hidden (view full) ---

19657 else
19658 CYGPATH_W=echo
19659 fi
19660fi
19661
19662
19663# Define the identity of the package.
19664 PACKAGE=OpenBSM
1689generated by GNU Autoconf 2.62. Invocation command line was
1690
1691 $ $0 $@
1692
1693_ACEOF
1694exec 5>>config.log
1695{
1696cat <<_ASUNAME

--- 17960 unchanged lines hidden (view full) ---

19657 else
19658 CYGPATH_W=echo
19659 fi
19660fi
19661
19662
19663# Define the identity of the package.
19664 PACKAGE=OpenBSM
19665 VERSION=1.1p1
19665 VERSION=1.1p2
19666
19667
19668cat >>confdefs.h <<_ACEOF
19669#define PACKAGE "$PACKAGE"
19670_ACEOF
19671
19672
19673cat >>confdefs.h <<_ACEOF

--- 4721 unchanged lines hidden (view full) ---

24395
24396
24397exec 6>&1
24398
24399# Save the log message, to keep $[0] and so on meaningful, and to
24400# report actual input values of CONFIG_FILES etc. instead of their
24401# values after options handling.
24402ac_log="
19666
19667
19668cat >>confdefs.h <<_ACEOF
19669#define PACKAGE "$PACKAGE"
19670_ACEOF
19671
19672
19673cat >>confdefs.h <<_ACEOF

--- 4721 unchanged lines hidden (view full) ---

24395
24396
24397exec 6>&1
24398
24399# Save the log message, to keep $[0] and so on meaningful, and to
24400# report actual input values of CONFIG_FILES etc. instead of their
24401# values after options handling.
24402ac_log="
24403This file was extended by OpenBSM $as_me 1.1p1, which was
24403This file was extended by OpenBSM $as_me 1.1p2, which was
24404generated by GNU Autoconf 2.62. Invocation command line was
24405
24406 CONFIG_FILES = $CONFIG_FILES
24407 CONFIG_HEADERS = $CONFIG_HEADERS
24408 CONFIG_LINKS = $CONFIG_LINKS
24409 CONFIG_COMMANDS = $CONFIG_COMMANDS
24410 $ $0 $@
24411

--- 36 unchanged lines hidden (view full) ---

24448Configuration commands:
24449$config_commands
24450
24451Report bugs to <bug-autoconf@gnu.org>."
24452
24453_ACEOF
24454cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24455ac_cs_version="\\
24404generated by GNU Autoconf 2.62. Invocation command line was
24405
24406 CONFIG_FILES = $CONFIG_FILES
24407 CONFIG_HEADERS = $CONFIG_HEADERS
24408 CONFIG_LINKS = $CONFIG_LINKS
24409 CONFIG_COMMANDS = $CONFIG_COMMANDS
24410 $ $0 $@
24411

--- 36 unchanged lines hidden (view full) ---

24448Configuration commands:
24449$config_commands
24450
24451Report bugs to <bug-autoconf@gnu.org>."
24452
24453_ACEOF
24454cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24455ac_cs_version="\\
24456OpenBSM config.status 1.1p1
24456OpenBSM config.status 1.1p2
24457configured by $0, generated by GNU Autoconf 2.62,
24458 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24459
24460Copyright (C) 2008 Free Software Foundation, Inc.
24461This config.status script is free software; the Free Software Foundation
24462gives unlimited permission to copy, distribute and modify it."
24463
24464ac_pwd='$ac_pwd'

--- 953 unchanged lines hidden ---
24457configured by $0, generated by GNU Autoconf 2.62,
24458 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24459
24460Copyright (C) 2008 Free Software Foundation, Inc.
24461This config.status script is free software; the Free Software Foundation
24462gives unlimited permission to copy, distribute and modify it."
24463
24464ac_pwd='$ac_pwd'

--- 953 unchanged lines hidden ---