Deleted Added
full compact
configure (271614) configure (271624)
1#! /bin/sh
1#! /bin/sh
2# From configure.ac Id: configure.ac 741 2013-09-07 13:34:02Z des .
2# From configure.ac Id: configure.ac 816 2014-09-12 07:50:22Z des .
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.69 for OpenPAM 20130907.
4# Generated by GNU Autoconf 2.69 for OpenPAM 20140912.
5#
6# Report bugs to <des@des.no>.
7#
8#
9# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
10#
11#
12# This configure script is free software; the Free Software Foundation

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

585cross_compiling=no
586subdirs=
587MFLAGS=
588MAKEFLAGS=
589
590# Identity of this package.
591PACKAGE_NAME='OpenPAM'
592PACKAGE_TARNAME='openpam'
5#
6# Report bugs to <des@des.no>.
7#
8#
9# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
10#
11#
12# This configure script is free software; the Free Software Foundation

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

585cross_compiling=no
586subdirs=
587MFLAGS=
588MAKEFLAGS=
589
590# Identity of this package.
591PACKAGE_NAME='OpenPAM'
592PACKAGE_TARNAME='openpam'
593PACKAGE_VERSION='20130907'
594PACKAGE_STRING='OpenPAM 20130907'
593PACKAGE_VERSION='20140912'
594PACKAGE_STRING='OpenPAM 20140912'
595PACKAGE_BUGREPORT='des@des.no'
596PACKAGE_URL='http://www.openpam.org/'
597
598ac_unique_file="lib/libpam/pam_start.c"
599# Factoring default headers for most tests.
600ac_includes_default="\
601#include <stdio.h>
602#ifdef HAVE_SYS_TYPES_H

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

1330
1331#
1332# Report the --help message.
1333#
1334if test "$ac_init_help" = "long"; then
1335 # Omit some internal or obsolete options to make the list less imposing.
1336 # This message is too long to be a string in the A/UX 3.1 sh.
1337 cat <<_ACEOF
595PACKAGE_BUGREPORT='des@des.no'
596PACKAGE_URL='http://www.openpam.org/'
597
598ac_unique_file="lib/libpam/pam_start.c"
599# Factoring default headers for most tests.
600ac_includes_default="\
601#include <stdio.h>
602#ifdef HAVE_SYS_TYPES_H

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

1330
1331#
1332# Report the --help message.
1333#
1334if test "$ac_init_help" = "long"; then
1335 # Omit some internal or obsolete options to make the list less imposing.
1336 # This message is too long to be a string in the A/UX 3.1 sh.
1337 cat <<_ACEOF
1338\`configure' configures OpenPAM 20130907 to adapt to many kinds of systems.
1338\`configure' configures OpenPAM 20140912 to adapt to many kinds of systems.
1339
1340Usage: $0 [OPTION]... [VAR=VALUE]...
1341
1342To assign environment variables (e.g., CC, CFLAGS...), specify them as
1343VAR=VALUE. See below for descriptions of some of the useful variables.
1344
1345Defaults for the options are specified in brackets.
1346

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

1400System types:
1401 --build=BUILD configure for building on BUILD [guessed]
1402 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1403_ACEOF
1404fi
1405
1406if test -n "$ac_init_help"; then
1407 case $ac_init_help in
1339
1340Usage: $0 [OPTION]... [VAR=VALUE]...
1341
1342To assign environment variables (e.g., CC, CFLAGS...), specify them as
1343VAR=VALUE. See below for descriptions of some of the useful variables.
1344
1345Defaults for the options are specified in brackets.
1346

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

1400System types:
1401 --build=BUILD configure for building on BUILD [guessed]
1402 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1403_ACEOF
1404fi
1405
1406if test -n "$ac_init_help"; then
1407 case $ac_init_help in
1408 short | recursive ) echo "Configuration of OpenPAM 20130907:";;
1408 short | recursive ) echo "Configuration of OpenPAM 20140912:";;
1409 esac
1410 cat <<\_ACEOF
1411
1412Optional Features:
1413 --disable-option-checking ignore unrecognized --enable/--with options
1414 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1415 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1416 --enable-silent-rules less verbose build output (undo: "make V=1")

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

1519 fi || ac_status=$?
1520 cd "$ac_pwd" || { ac_status=$?; break; }
1521 done
1522fi
1523
1524test -n "$ac_init_help" && exit $ac_status
1525if $ac_init_version; then
1526 cat <<\_ACEOF
1409 esac
1410 cat <<\_ACEOF
1411
1412Optional Features:
1413 --disable-option-checking ignore unrecognized --enable/--with options
1414 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1415 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1416 --enable-silent-rules less verbose build output (undo: "make V=1")

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

1519 fi || ac_status=$?
1520 cd "$ac_pwd" || { ac_status=$?; break; }
1521 done
1522fi
1523
1524test -n "$ac_init_help" && exit $ac_status
1525if $ac_init_version; then
1526 cat <<\_ACEOF
1527OpenPAM configure 20130907
1527OpenPAM configure 20140912
1528generated by GNU Autoconf 2.69
1529
1530Copyright (C) 2012 Free Software Foundation, Inc.
1531This configure script is free software; the Free Software Foundation
1532gives unlimited permission to copy, distribute and modify it.
1533_ACEOF
1534 exit
1535fi

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

1888$as_echo "$ac_res" >&6; }
1889 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1890
1891} # ac_fn_c_check_func
1892cat >config.log <<_ACEOF
1893This file contains any messages produced by compilers while
1894running configure, to aid debugging if configure makes a mistake.
1895
1528generated by GNU Autoconf 2.69
1529
1530Copyright (C) 2012 Free Software Foundation, Inc.
1531This configure script is free software; the Free Software Foundation
1532gives unlimited permission to copy, distribute and modify it.
1533_ACEOF
1534 exit
1535fi

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

1888$as_echo "$ac_res" >&6; }
1889 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1890
1891} # ac_fn_c_check_func
1892cat >config.log <<_ACEOF
1893This file contains any messages produced by compilers while
1894running configure, to aid debugging if configure makes a mistake.
1895
1896It was created by OpenPAM $as_me 20130907, which was
1896It was created by OpenPAM $as_me 20140912, which was
1897generated by GNU Autoconf 2.69. Invocation command line was
1898
1899 $ $0 $@
1900
1901_ACEOF
1902exec 5>>config.log
1903{
1904cat <<_ASUNAME

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

2753 else
2754 CYGPATH_W=echo
2755 fi
2756fi
2757
2758
2759# Define the identity of the package.
2760 PACKAGE='openpam'
1897generated by GNU Autoconf 2.69. Invocation command line was
1898
1899 $ $0 $@
1900
1901_ACEOF
1902exec 5>>config.log
1903{
1904cat <<_ASUNAME

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

2753 else
2754 CYGPATH_W=echo
2755 fi
2756fi
2757
2758
2759# Define the identity of the package.
2760 PACKAGE='openpam'
2761 VERSION='20130907'
2761 VERSION='20140912'
2762
2763
2764cat >>confdefs.h <<_ACEOF
2765#define PACKAGE "$PACKAGE"
2766_ACEOF
2767
2768
2769cat >>confdefs.h <<_ACEOF

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

8449
8450ac_outfile=conftest.$ac_objext
8451echo "$lt_simple_link_test_code" >conftest.$ac_ext
8452eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8453_lt_linker_boilerplate=`cat conftest.err`
8454$RM -r conftest*
8455
8456
2762
2763
2764cat >>confdefs.h <<_ACEOF
2765#define PACKAGE "$PACKAGE"
2766_ACEOF
2767
2768
2769cat >>confdefs.h <<_ACEOF

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

8449
8450ac_outfile=conftest.$ac_objext
8451echo "$lt_simple_link_test_code" >conftest.$ac_ext
8452eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8453_lt_linker_boilerplate=`cat conftest.err`
8454$RM -r conftest*
8455
8456
8457## CAVEAT EMPTOR:
8458## There is no encapsulation within the following macros, do not change
8459## the running order or otherwise move them around unless you know exactly
8460## what you are doing...
8461if test -n "$compiler"; then
8462
8463lt_prog_compiler_no_builtin_flag=
8464
8465if test "$GCC" = yes; then
8466 case $cc_basename in
8467 nvcc*)
8468 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;

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

12176if test "x$ac_cv_func_setlogmask" = xyes; then :
12177 cat >>confdefs.h <<_ACEOF
12178#define HAVE_SETLOGMASK 1
12179_ACEOF
12180
12181fi
12182done
12183
8457if test -n "$compiler"; then
8458
8459lt_prog_compiler_no_builtin_flag=
8460
8461if test "$GCC" = yes; then
8462 case $cc_basename in
8463 nvcc*)
8464 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;

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

12172if test "x$ac_cv_func_setlogmask" = xyes; then :
12173 cat >>confdefs.h <<_ACEOF
12174#define HAVE_SETLOGMASK 1
12175_ACEOF
12176
12177fi
12178done
12179
12184for ac_func in strlcat strlcmp strlcpy
12180for ac_func in strlcat strlcmp strlcpy strlset
12185do :
12186 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12187ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12188if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12189 cat >>confdefs.h <<_ACEOF
12190#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12191_ACEOF
12192

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

12913_ASEOF
12914test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12915
12916cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12917# Save the log message, to keep $0 and so on meaningful, and to
12918# report actual input values of CONFIG_FILES etc. instead of their
12919# values after options handling.
12920ac_log="
12181do :
12182 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12183ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12184if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12185 cat >>confdefs.h <<_ACEOF
12186#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12187_ACEOF
12188

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

12909_ASEOF
12910test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12911
12912cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12913# Save the log message, to keep $0 and so on meaningful, and to
12914# report actual input values of CONFIG_FILES etc. instead of their
12915# values after options handling.
12916ac_log="
12921This file was extended by OpenPAM $as_me 20130907, which was
12917This file was extended by OpenPAM $as_me 20140912, which was
12922generated by GNU Autoconf 2.69. Invocation command line was
12923
12924 CONFIG_FILES = $CONFIG_FILES
12925 CONFIG_HEADERS = $CONFIG_HEADERS
12926 CONFIG_LINKS = $CONFIG_LINKS
12927 CONFIG_COMMANDS = $CONFIG_COMMANDS
12928 $ $0 $@
12929

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

12980
12981Report bugs to <des@des.no>.
12982OpenPAM home page: <http://www.openpam.org/>."
12983
12984_ACEOF
12985cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12986ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12987ac_cs_version="\\
12918generated by GNU Autoconf 2.69. Invocation command line was
12919
12920 CONFIG_FILES = $CONFIG_FILES
12921 CONFIG_HEADERS = $CONFIG_HEADERS
12922 CONFIG_LINKS = $CONFIG_LINKS
12923 CONFIG_COMMANDS = $CONFIG_COMMANDS
12924 $ $0 $@
12925

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

12976
12977Report bugs to <des@des.no>.
12978OpenPAM home page: <http://www.openpam.org/>."
12979
12980_ACEOF
12981cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12982ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12983ac_cs_version="\\
12988OpenPAM config.status 20130907
12984OpenPAM config.status 20140912
12989configured by $0, generated by GNU Autoconf 2.69,
12990 with options \\"\$ac_cs_config\\"
12991
12992Copyright (C) 2012 Free Software Foundation, Inc.
12993This config.status script is free software; the Free Software Foundation
12994gives unlimited permission to copy, distribute and modify it."
12995
12996ac_pwd='$ac_pwd'

--- 1776 unchanged lines hidden ---
12985configured by $0, generated by GNU Autoconf 2.69,
12986 with options \\"\$ac_cs_config\\"
12987
12988Copyright (C) 2012 Free Software Foundation, Inc.
12989This config.status script is free software; the Free Software Foundation
12990gives unlimited permission to copy, distribute and modify it."
12991
12992ac_pwd='$ac_pwd'

--- 1776 unchanged lines hidden ---