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

--- 4184 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
19282
19283
19284cat >>confdefs.h <<_ACEOF
19285#define PACKAGE "$PACKAGE"
19286_ACEOF
19287
19288
19289cat >>confdefs.h <<_ACEOF

--- 4184 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
23482This file was extended by OpenBSM $as_me 1.0a12, which was
23482This file was extended by OpenBSM $as_me 1.0alpha14, which was
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="\\
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="\\
23545OpenBSM config.status 1.0a12
23545OpenBSM config.status 1.0alpha14
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 ---
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 ---