Deleted Added
full compact
configure (330106) configure (338530)
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for sntp 4.2.8p11.
3# Generated by GNU Autoconf 2.69 for sntp 4.2.8p12.
4#
5# Report bugs to <http://bugs.ntp.org./>.
6#
7#
8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9#
10#
11# This configure script is free software; the Free Software Foundation

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

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

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

585cross_compiling=no
586subdirs=
587MFLAGS=
588MAKEFLAGS=
589
590# Identity of this package.
591PACKAGE_NAME='sntp'
592PACKAGE_TARNAME='sntp'
593PACKAGE_VERSION='4.2.8p11'
594PACKAGE_STRING='sntp 4.2.8p11'
593PACKAGE_VERSION='4.2.8p12'
594PACKAGE_STRING='sntp 4.2.8p12'
595PACKAGE_BUGREPORT='http://bugs.ntp.org./'
596PACKAGE_URL='http://www.ntp.org./'
597
598# Factoring default headers for most tests.
599ac_includes_default="\
600#include <stdio.h>
601#ifdef HAVE_SYS_TYPES_H
602# include <sys/types.h>

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

902enable_debugging
903enable_thread_support
904with_threads
905with_yielding_select
906enable_c99_snprintf
907enable_clockctl
908enable_linuxcaps
909enable_solarisprivs
595PACKAGE_BUGREPORT='http://bugs.ntp.org./'
596PACKAGE_URL='http://www.ntp.org./'
597
598# Factoring default headers for most tests.
599ac_includes_default="\
600#include <stdio.h>
601#ifdef HAVE_SYS_TYPES_H
602# include <sys/types.h>

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

902enable_debugging
903enable_thread_support
904with_threads
905with_yielding_select
906enable_c99_snprintf
907enable_clockctl
908enable_linuxcaps
909enable_solarisprivs
910enable_trustedbsd_mac
910enable_shared
911enable_static
912with_pic
913enable_fast_install
914with_aix_soname
915with_sysroot
916enable_libtool_lock
917with_sntp

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

1479
1480#
1481# Report the --help message.
1482#
1483if test "$ac_init_help" = "long"; then
1484 # Omit some internal or obsolete options to make the list less imposing.
1485 # This message is too long to be a string in the A/UX 3.1 sh.
1486 cat <<_ACEOF
911enable_shared
912enable_static
913with_pic
914enable_fast_install
915with_aix_soname
916with_sysroot
917enable_libtool_lock
918with_sntp

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

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

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

1549System types:
1550 --build=BUILD configure for building on BUILD [guessed]
1551 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1552_ACEOF
1553fi
1554
1555if test -n "$ac_init_help"; then
1556 case $ac_init_help in
1489
1490Usage: $0 [OPTION]... [VAR=VALUE]...
1491
1492To assign environment variables (e.g., CC, CFLAGS...), specify them as
1493VAR=VALUE. See below for descriptions of some of the useful variables.
1494
1495Defaults for the options are specified in brackets.
1496

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

1550System types:
1551 --build=BUILD configure for building on BUILD [guessed]
1552 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1553_ACEOF
1554fi
1555
1556if test -n "$ac_init_help"; then
1557 case $ac_init_help in
1557 short | recursive ) echo "Configuration of sntp 4.2.8p11:";;
1558 short | recursive ) echo "Configuration of sntp 4.2.8p12:";;
1558 esac
1559 cat <<\_ACEOF
1560
1561Optional Features:
1562 --disable-option-checking ignore unrecognized --enable/--with options
1563 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1564 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1565 --enable-silent-rules less verbose build output (undo: "make V=1")

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

1570 speeds up one-time build
1571 defaults: + yes, - no, s system-specific
1572 --enable-debugging + include ntpd debugging code
1573 --enable-thread-support s use threads (+ if available)
1574 --enable-c99-snprintf s force replacement
1575 --enable-clockctl s Use /dev/clockctl for non-root clock control
1576 --enable-linuxcaps + Use Linux capabilities for non-root clock control
1577 --enable-solarisprivs + Use Solaris privileges for non-root clock control
1559 esac
1560 cat <<\_ACEOF
1561
1562Optional Features:
1563 --disable-option-checking ignore unrecognized --enable/--with options
1564 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1565 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1566 --enable-silent-rules less verbose build output (undo: "make V=1")

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

1571 speeds up one-time build
1572 defaults: + yes, - no, s system-specific
1573 --enable-debugging + include ntpd debugging code
1574 --enable-thread-support s use threads (+ if available)
1575 --enable-c99-snprintf s force replacement
1576 --enable-clockctl s Use /dev/clockctl for non-root clock control
1577 --enable-linuxcaps + Use Linux capabilities for non-root clock control
1578 --enable-solarisprivs + Use Solaris privileges for non-root clock control
1579 --enable-trustedbsd-mac s Use TrustedBSD MAC policy for non-root clock
1580 control
1578 --enable-shared[=PKGS] build shared libraries [default=no]
1579 --enable-static[=PKGS] build static libraries [default=yes]
1580 --enable-fast-install[=PKGS]
1581 optimize for fast installation [default=yes]
1582 --disable-libtool-lock avoid locking (might break parallel builds)
1583 --disable-nls disable nls support in libopts
1584 --enable-local-libopts Use the supplied libopts tearoff code
1585 --enable-libopts-install

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

1697 fi || ac_status=$?
1698 cd "$ac_pwd" || { ac_status=$?; break; }
1699 done
1700fi
1701
1702test -n "$ac_init_help" && exit $ac_status
1703if $ac_init_version; then
1704 cat <<\_ACEOF
1581 --enable-shared[=PKGS] build shared libraries [default=no]
1582 --enable-static[=PKGS] build static libraries [default=yes]
1583 --enable-fast-install[=PKGS]
1584 optimize for fast installation [default=yes]
1585 --disable-libtool-lock avoid locking (might break parallel builds)
1586 --disable-nls disable nls support in libopts
1587 --enable-local-libopts Use the supplied libopts tearoff code
1588 --enable-libopts-install

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

1700 fi || ac_status=$?
1701 cd "$ac_pwd" || { ac_status=$?; break; }
1702 done
1703fi
1704
1705test -n "$ac_init_help" && exit $ac_status
1706if $ac_init_version; then
1707 cat <<\_ACEOF
1705sntp configure 4.2.8p11
1708sntp configure 4.2.8p12
1706generated by GNU Autoconf 2.69
1707
1708Copyright (C) 2012 Free Software Foundation, Inc.
1709This configure script is free software; the Free Software Foundation
1710gives unlimited permission to copy, distribute and modify it.
1711_ACEOF
1712 exit
1713fi

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

2406$as_echo "$ac_res" >&6; }
2407 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2408
2409} # ac_fn_c_check_member
2410cat >config.log <<_ACEOF
2411This file contains any messages produced by compilers while
2412running configure, to aid debugging if configure makes a mistake.
2413
1709generated by GNU Autoconf 2.69
1710
1711Copyright (C) 2012 Free Software Foundation, Inc.
1712This configure script is free software; the Free Software Foundation
1713gives unlimited permission to copy, distribute and modify it.
1714_ACEOF
1715 exit
1716fi

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

2409$as_echo "$ac_res" >&6; }
2410 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2411
2412} # ac_fn_c_check_member
2413cat >config.log <<_ACEOF
2414This file contains any messages produced by compilers while
2415running configure, to aid debugging if configure makes a mistake.
2416
2414It was created by sntp $as_me 4.2.8p11, which was
2417It was created by sntp $as_me 4.2.8p12, which was
2415generated by GNU Autoconf 2.69. Invocation command line was
2416
2417 $ $0 $@
2418
2419_ACEOF
2420exec 5>>config.log
2421{
2422cat <<_ASUNAME

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

3403 else
3404 CYGPATH_W=echo
3405 fi
3406fi
3407
3408
3409# Define the identity of the package.
3410 PACKAGE='sntp'
2418generated by GNU Autoconf 2.69. Invocation command line was
2419
2420 $ $0 $@
2421
2422_ACEOF
2423exec 5>>config.log
2424{
2425cat <<_ASUNAME

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

3406 else
3407 CYGPATH_W=echo
3408 fi
3409fi
3410
3411
3412# Define the identity of the package.
3413 PACKAGE='sntp'
3411 VERSION='4.2.8p11'
3414 VERSION='4.2.8p12'
3412
3413
3414cat >>confdefs.h <<_ACEOF
3415#define PACKAGE "$PACKAGE"
3416_ACEOF
3417
3418
3419cat >>confdefs.h <<_ACEOF

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

14696
14697$as_echo "#define HAVE_SOLARIS_PRIVS 1" >>confdefs.h
14698
14699esac
14700
14701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ntp_have_solarisprivs" >&5
14702$as_echo "$ntp_have_solarisprivs" >&6; }
14703
3415
3416
3417cat >>confdefs.h <<_ACEOF
3418#define PACKAGE "$PACKAGE"
3419_ACEOF
3420
3421
3422cat >>confdefs.h <<_ACEOF

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

14699
14700$as_echo "#define HAVE_SOLARIS_PRIVS 1" >>confdefs.h
14701
14702esac
14703
14704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ntp_have_solarisprivs" >&5
14705$as_echo "$ntp_have_solarisprivs" >&6; }
14706
14704case "$ntp_use_dev_clockctl$ntp_have_linuxcaps$ntp_have_solarisprivs" in
14707for ac_header in sys/mac.h
14708do :
14709 ac_fn_c_check_header_mongrel "$LINENO" "sys/mac.h" "ac_cv_header_sys_mac_h" "$ac_includes_default"
14710if test "x$ac_cv_header_sys_mac_h" = xyes; then :
14711 cat >>confdefs.h <<_ACEOF
14712#define HAVE_SYS_MAC_H 1
14713_ACEOF
14714
14715fi
14716
14717done
14718
14719
14720# Check whether --enable-trustedbsd_mac was given.
14721if test "${enable_trustedbsd_mac+set}" = set; then :
14722 enableval=$enable_trustedbsd_mac; ntp_use_trustedbsd_mac=$enableval
14723
14724fi
14725
14726
14727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if we should use TrustedBSD MAC privileges" >&5
14728$as_echo_n "checking if we should use TrustedBSD MAC privileges... " >&6; }
14729
14730case "$ntp_use_trustedbsd_mac$ac_cv_header_sys_mac_h" in
14731 yesyes)
14732
14733$as_echo "#define HAVE_TRUSTEDBSD_MAC 1" >>confdefs.h
14734
14735esac
14736
14737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ntp_use_trustedbsd_mac" >&5
14738$as_echo "$ntp_use_trustedbsd_mac" >&6; }
14739
14740case "$ntp_use_dev_clockctl$ntp_have_linuxcaps$ntp_have_solarisprivs$ntp_use_trustedbsd_mac" in
14705 *yes*)
14706
14707$as_echo "#define HAVE_DROPROOT 1" >>confdefs.h
14708
14709esac
14710
14711case "$host" in
14712 *-*-darwin*)

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

25292
25293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if we will use crypto" >&5
25294$as_echo_n "checking if we will use crypto... " >&6; }
25295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ntp_openssl" >&5
25296$as_echo "$ntp_openssl" >&6; }
25297
25298case "$ntp_openssl" in
25299 yes)
14741 *yes*)
14742
14743$as_echo "#define HAVE_DROPROOT 1" >>confdefs.h
14744
14745esac
14746
14747case "$host" in
14748 *-*-darwin*)

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

25328
25329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if we will use crypto" >&5
25330$as_echo_n "checking if we will use crypto... " >&6; }
25331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ntp_openssl" >&5
25332$as_echo "$ntp_openssl" >&6; }
25333
25334case "$ntp_openssl" in
25335 yes)
25336 for ac_header in openssl/cmac.h openssl/hmac.h
25337do :
25338 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
25339ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
25340if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
25341 cat >>confdefs.h <<_ACEOF
25342#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
25343_ACEOF
25300
25344
25345fi
25346
25347done
25348
25349
25301$as_echo "#define OPENSSL /**/" >>confdefs.h
25302
25303 case "$VER_SUFFIX" in
25304 *o*) ;;
25305 *) as_fn_error $? "OPENSSL set but no 'o' in VER_SUFFIX!" "$LINENO" 5 ;;
25306 esac
25307 ;;
25308esac

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

27073_ASEOF
27074test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
27075
27076cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27077# Save the log message, to keep $0 and so on meaningful, and to
27078# report actual input values of CONFIG_FILES etc. instead of their
27079# values after options handling.
27080ac_log="
25350$as_echo "#define OPENSSL /**/" >>confdefs.h
25351
25352 case "$VER_SUFFIX" in
25353 *o*) ;;
25354 *) as_fn_error $? "OPENSSL set but no 'o' in VER_SUFFIX!" "$LINENO" 5 ;;
25355 esac
25356 ;;
25357esac

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

27122_ASEOF
27123test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
27124
27125cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27126# Save the log message, to keep $0 and so on meaningful, and to
27127# report actual input values of CONFIG_FILES etc. instead of their
27128# values after options handling.
27129ac_log="
27081This file was extended by sntp $as_me 4.2.8p11, which was
27130This file was extended by sntp $as_me 4.2.8p12, which was
27082generated by GNU Autoconf 2.69. Invocation command line was
27083
27084 CONFIG_FILES = $CONFIG_FILES
27085 CONFIG_HEADERS = $CONFIG_HEADERS
27086 CONFIG_LINKS = $CONFIG_LINKS
27087 CONFIG_COMMANDS = $CONFIG_COMMANDS
27088 $ $0 $@
27089

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

27140
27141Report bugs to <http://bugs.ntp.org./>.
27142sntp home page: <http://www.ntp.org./>."
27143
27144_ACEOF
27145cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27146ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
27147ac_cs_version="\\
27131generated by GNU Autoconf 2.69. Invocation command line was
27132
27133 CONFIG_FILES = $CONFIG_FILES
27134 CONFIG_HEADERS = $CONFIG_HEADERS
27135 CONFIG_LINKS = $CONFIG_LINKS
27136 CONFIG_COMMANDS = $CONFIG_COMMANDS
27137 $ $0 $@
27138

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

27189
27190Report bugs to <http://bugs.ntp.org./>.
27191sntp home page: <http://www.ntp.org./>."
27192
27193_ACEOF
27194cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27195ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
27196ac_cs_version="\\
27148sntp config.status 4.2.8p11
27197sntp config.status 4.2.8p12
27149configured by $0, generated by GNU Autoconf 2.69,
27150 with options \\"\$ac_cs_config\\"
27151
27152Copyright (C) 2012 Free Software Foundation, Inc.
27153This config.status script is free software; the Free Software Foundation
27154gives unlimited permission to copy, distribute and modify it."
27155
27156ac_pwd='$ac_pwd'

--- 1827 unchanged lines hidden ---
27198configured by $0, generated by GNU Autoconf 2.69,
27199 with options \\"\$ac_cs_config\\"
27200
27201Copyright (C) 2012 Free Software Foundation, Inc.
27202This config.status script is free software; the Free Software Foundation
27203gives unlimited permission to copy, distribute and modify it."
27204
27205ac_pwd='$ac_pwd'

--- 1827 unchanged lines hidden ---