Deleted Added
full compact
configure (159248) configure (159985)
1#! /bin/sh
1#! /bin/sh
2# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#22 .
2# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#23 .
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.0a6.
4# Generated by GNU Autoconf 2.59 for OpenBSM 1.0a7.
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.0a6'
428PACKAGE_STRING='OpenBSM 1.0a6'
427PACKAGE_VERSION='1.0a7'
428PACKAGE_STRING='OpenBSM 1.0a7'
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.0a6 to adapt to many kinds of systems.
958\`configure' configures OpenBSM 1.0a7 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.0a6:";;
1024 short | recursive ) echo "Configuration of OpenBSM 1.0a7:";;
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.0a6
1165OpenBSM configure 1.0a7
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.0a6, which was
1179It was created by OpenBSM $as_me 1.0a7, 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.0a6
19281 VERSION=1.0a7
19282
19283
19284cat >>confdefs.h <<_ACEOF
19285#define PACKAGE "$PACKAGE"
19286_ACEOF
19287
19288
19289cat >>confdefs.h <<_ACEOF

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

22931#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22932_ACEOF
22933
22934fi
22935done
22936
22937
22938# sys/queue.h exists on most systems, but its capabilities vary a great deal.
19282
19283
19284cat >>confdefs.h <<_ACEOF
19285#define PACKAGE "$PACKAGE"
19286_ACEOF
19287
19288
19289cat >>confdefs.h <<_ACEOF

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

22931#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22932_ACEOF
22933
22934fi
22935done
22936
22937
22938# sys/queue.h exists on most systems, but its capabilities vary a great deal.
22939# test for LIST_FIRST, which appears to not exist in all of them, and is
22940# necessary for OpenBSM.
22939# test for LIST_FIRST and TAILQ_FOREACH_SAFE, which appears to not exist in
22940# all of them, and are necessary for OpenBSM.
22941cat >conftest.$ac_ext <<_ACEOF
22942/* confdefs.h. */
22943_ACEOF
22944cat confdefs.h >>conftest.$ac_ext
22945cat >>conftest.$ac_ext <<_ACEOF
22946/* end confdefs.h. */
22947
22948 #include <sys/queue.h>
22949
22950int
22951main ()
22952{
22953
22941cat >conftest.$ac_ext <<_ACEOF
22942/* confdefs.h. */
22943_ACEOF
22944cat confdefs.h >>conftest.$ac_ext
22945cat >>conftest.$ac_ext <<_ACEOF
22946/* end confdefs.h. */
22947
22948 #include <sys/queue.h>
22949
22950int
22951main ()
22952{
22953
22954 struct foo {
22955 LIST_ENTRY(foo) foo_entries;
22956 };
22957 LIST_HEAD(, foo) foo_list;
22958 struct foo *foo;
22959
22954
22960 foo = LIST_FIRST(&foo_list);
22955 #ifndef LIST_FIRST
22956 #error LIST_FIRST missing
22957 #endif
22958 #ifndef TAILQ_FOREACH_SAFE
22959 #error TAILQ_FOREACH_SAFE
22960 #endif
22961
22962 ;
22963 return 0;
22964}
22965_ACEOF
22966rm -f conftest.$ac_objext conftest$ac_exeext
22967if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22968 (eval $ac_link) 2>conftest.er1

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

23472{
23473 echo
23474 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23475## Running $as_me. ##
23476_ASBOX
23477} >&5
23478cat >&5 <<_CSEOF
23479
22961
22962 ;
22963 return 0;
22964}
22965_ACEOF
22966rm -f conftest.$ac_objext conftest$ac_exeext
22967if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22968 (eval $ac_link) 2>conftest.er1

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

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

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

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

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

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

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

--- 990 unchanged lines hidden ---