Deleted Added
full compact
configure (161863) configure (162503)
1#! /bin/sh
1#! /bin/sh
2# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#28 .
2# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#31 .
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.59 for OpenBSM 1.0a10.
4# Generated by GNU Autoconf 2.59 for OpenBSM 1.0a11.
5#
6# Report bugs to <trustedbsd-audit@TrustesdBSD.org>.
7#
8# Copyright (C) 2003 Free Software Foundation, Inc.
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## --------------------- ##
12## M4sh Initialization. ##

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

419# Maximum number of lines to put in a shell here document.
420# This variable seems obsolete. It should probably be removed, and
421# only ac_max_sed_lines should be used.
422: ${ac_max_here_lines=38}
423
424# Identity of this package.
425PACKAGE_NAME='OpenBSM'
426PACKAGE_TARNAME='openbsm'
5#
6# Report bugs to <trustedbsd-audit@TrustesdBSD.org>.
7#
8# Copyright (C) 2003 Free Software Foundation, Inc.
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## --------------------- ##
12## M4sh Initialization. ##

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

419# Maximum number of lines to put in a shell here document.
420# This variable seems obsolete. It should probably be removed, and
421# only ac_max_sed_lines should be used.
422: ${ac_max_here_lines=38}
423
424# Identity of this package.
425PACKAGE_NAME='OpenBSM'
426PACKAGE_TARNAME='openbsm'
427PACKAGE_VERSION='1.0a10'
428PACKAGE_STRING='OpenBSM 1.0a10'
427PACKAGE_VERSION='1.0a11'
428PACKAGE_STRING='OpenBSM 1.0a11'
429PACKAGE_BUGREPORT='trustedbsd-audit@TrustesdBSD.org'
430
431ac_unique_file="bin/auditreduce/auditreduce.c"
432# Factoring default headers for most tests.
433ac_includes_default="\
434#include <stdio.h>
435#if HAVE_SYS_TYPES_H
436# include <sys/types.h>

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

950
951#
952# Report the --help message.
953#
954if test "$ac_init_help" = "long"; then
955 # Omit some internal or obsolete options to make the list less imposing.
956 # This message is too long to be a string in the A/UX 3.1 sh.
957 cat <<_ACEOF
429PACKAGE_BUGREPORT='trustedbsd-audit@TrustesdBSD.org'
430
431ac_unique_file="bin/auditreduce/auditreduce.c"
432# Factoring default headers for most tests.
433ac_includes_default="\
434#include <stdio.h>
435#if HAVE_SYS_TYPES_H
436# include <sys/types.h>

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

950
951#
952# Report the --help message.
953#
954if test "$ac_init_help" = "long"; then
955 # Omit some internal or obsolete options to make the list less imposing.
956 # This message is too long to be a string in the A/UX 3.1 sh.
957 cat <<_ACEOF
958\`configure' configures OpenBSM 1.0a10 to adapt to many kinds of systems.
958\`configure' configures OpenBSM 1.0a11 to adapt to many kinds of systems.
959
960Usage: $0 [OPTION]... [VAR=VALUE]...
961
962To assign environment variables (e.g., CC, CFLAGS...), specify them as
963VAR=VALUE. See below for descriptions of some of the useful variables.
964
965Defaults for the options are specified in brackets.
966

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

1016System types:
1017 --build=BUILD configure for building on BUILD [guessed]
1018 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1019_ACEOF
1020fi
1021
1022if test -n "$ac_init_help"; then
1023 case $ac_init_help in
959
960Usage: $0 [OPTION]... [VAR=VALUE]...
961
962To assign environment variables (e.g., CC, CFLAGS...), specify them as
963VAR=VALUE. See below for descriptions of some of the useful variables.
964
965Defaults for the options are specified in brackets.
966

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

1016System types:
1017 --build=BUILD configure for building on BUILD [guessed]
1018 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1019_ACEOF
1020fi
1021
1022if test -n "$ac_init_help"; then
1023 case $ac_init_help in
1024 short | recursive ) echo "Configuration of OpenBSM 1.0a10:";;
1024 short | recursive ) echo "Configuration of OpenBSM 1.0a11:";;
1025 esac
1026 cat <<\_ACEOF
1027
1028Optional Features:
1029 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1030 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1031 --enable-maintainer-mode enable make rules and dependencies not useful
1032 (and sometimes confusing) to the casual installer

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

1157 fi
1158 cd $ac_popdir
1159 done
1160fi
1161
1162test -n "$ac_init_help" && exit 0
1163if $ac_init_version; then
1164 cat <<\_ACEOF
1025 esac
1026 cat <<\_ACEOF
1027
1028Optional Features:
1029 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1030 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1031 --enable-maintainer-mode enable make rules and dependencies not useful
1032 (and sometimes confusing) to the casual installer

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

1157 fi
1158 cd $ac_popdir
1159 done
1160fi
1161
1162test -n "$ac_init_help" && exit 0
1163if $ac_init_version; then
1164 cat <<\_ACEOF
1165OpenBSM configure 1.0a10
1165OpenBSM configure 1.0a11
1166generated by GNU Autoconf 2.59
1167
1168Copyright (C) 2003 Free Software Foundation, Inc.
1169This configure script is free software; the Free Software Foundation
1170gives unlimited permission to copy, distribute and modify it.
1171_ACEOF
1172 exit 0
1173fi
1174exec 5>config.log
1175cat >&5 <<_ACEOF
1176This file contains any messages produced by compilers while
1177running configure, to aid debugging if configure makes a mistake.
1178
1166generated by GNU Autoconf 2.59
1167
1168Copyright (C) 2003 Free Software Foundation, Inc.
1169This configure script is free software; the Free Software Foundation
1170gives unlimited permission to copy, distribute and modify it.
1171_ACEOF
1172 exit 0
1173fi
1174exec 5>config.log
1175cat >&5 <<_ACEOF
1176This file contains any messages produced by compilers while
1177running configure, to aid debugging if configure makes a mistake.
1178
1179It was created by OpenBSM $as_me 1.0a10, which was
1179It was created by OpenBSM $as_me 1.0a11, which was
1180generated by GNU Autoconf 2.59. Invocation command line was
1181
1182 $ $0 $@
1183
1184_ACEOF
1185{
1186cat <<_ASUNAME
1187## --------- ##

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

19273 else
19274 CYGPATH_W=echo
19275 fi
19276fi
19277
19278
19279# Define the identity of the package.
19280 PACKAGE=OpenBSM
1180generated by GNU Autoconf 2.59. Invocation command line was
1181
1182 $ $0 $@
1183
1184_ACEOF
1185{
1186cat <<_ASUNAME
1187## --------- ##

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

19273 else
19274 CYGPATH_W=echo
19275 fi
19276fi
19277
19278
19279# Define the identity of the package.
19280 PACKAGE=OpenBSM
19281 VERSION=1.0a10
19281 VERSION=1.0a11
19282
19283
19284cat >>confdefs.h <<_ACEOF
19285#define PACKAGE "$PACKAGE"
19286_ACEOF
19287
19288
19289cat >>confdefs.h <<_ACEOF

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

22829
22830
22831
22832
22833
22834
22835
22836
19282
19283
19284cat >>confdefs.h <<_ACEOF
19285#define PACKAGE "$PACKAGE"
19286_ACEOF
19287
19288
19289cat >>confdefs.h <<_ACEOF

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

22829
22830
22831
22832
22833
22834
22835
22836
22837for ac_func in bzero clock_gettime ftruncate gettimeofday inet_ntoa memset strchr strerror strrchr strstr strtol strtoul
22837
22838for ac_func in bzero clock_gettime ftruncate gettimeofday inet_ntoa memset strchr strerror strlcat strrchr strstr strtol strtoul
22838do
22839as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22840echo "$as_me:$LINENO: checking for $ac_func" >&5
22841echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22842if eval "test \"\${$as_ac_var+set}\" = set"; then
22843 echo $ECHO_N "(cached) $ECHO_C" >&6
22844else
22845 cat >conftest.$ac_ext <<_ACEOF

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

23473{
23474 echo
23475 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23476## Running $as_me. ##
23477_ASBOX
23478} >&5
23479cat >&5 <<_CSEOF
23480
22839do
22840as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22841echo "$as_me:$LINENO: checking for $ac_func" >&5
22842echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22843if eval "test \"\${$as_ac_var+set}\" = set"; then
22844 echo $ECHO_N "(cached) $ECHO_C" >&6
22845else
22846 cat >conftest.$ac_ext <<_ACEOF

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

23474{
23475 echo
23476 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23477## Running $as_me. ##
23478_ASBOX
23479} >&5
23480cat >&5 <<_CSEOF
23481
23481This file was extended by OpenBSM $as_me 1.0a10, which was
23482This file was extended by OpenBSM $as_me 1.0a11, which was
23482generated by GNU Autoconf 2.59. Invocation command line was
23483
23484 CONFIG_FILES = $CONFIG_FILES
23485 CONFIG_HEADERS = $CONFIG_HEADERS
23486 CONFIG_LINKS = $CONFIG_LINKS
23487 CONFIG_COMMANDS = $CONFIG_COMMANDS
23488 $ $0 $@
23489

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

23536Configuration commands:
23537$config_commands
23538
23539Report bugs to <bug-autoconf@gnu.org>."
23540_ACEOF
23541
23542cat >>$CONFIG_STATUS <<_ACEOF
23543ac_cs_version="\\
23483generated by GNU Autoconf 2.59. Invocation command line was
23484
23485 CONFIG_FILES = $CONFIG_FILES
23486 CONFIG_HEADERS = $CONFIG_HEADERS
23487 CONFIG_LINKS = $CONFIG_LINKS
23488 CONFIG_COMMANDS = $CONFIG_COMMANDS
23489 $ $0 $@
23490

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

23537Configuration commands:
23538$config_commands
23539
23540Report bugs to <bug-autoconf@gnu.org>."
23541_ACEOF
23542
23543cat >>$CONFIG_STATUS <<_ACEOF
23544ac_cs_version="\\
23544OpenBSM config.status 1.0a10
23545OpenBSM config.status 1.0a11
23545configured by $0, generated by GNU Autoconf 2.59,
23546 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
23547
23548Copyright (C) 2003 Free Software Foundation, Inc.
23549This config.status script is free software; the Free Software Foundation
23550gives unlimited permission to copy, distribute and modify it."
23551srcdir=$srcdir
23552INSTALL="$INSTALL"

--- 990 unchanged lines hidden ---
23546configured by $0, generated by GNU Autoconf 2.59,
23547 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
23548
23549Copyright (C) 2003 Free Software Foundation, Inc.
23550This config.status script is free software; the Free Software Foundation
23551gives unlimited permission to copy, distribute and modify it."
23552srcdir=$srcdir
23553INSTALL="$INSTALL"

--- 990 unchanged lines hidden ---