Deleted Added
sdiff udiff text old ( 330106 ) new ( 338530 )
full compact
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.
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'
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_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
1487\`configure' configures sntp 4.2.8p11 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
1557 short | recursive ) echo "Configuration of sntp 4.2.8p11:";;
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
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
1705sntp configure 4.2.8p11
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
2414It was created by sntp $as_me 4.2.8p11, 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'
3411 VERSION='4.2.8p11'
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
14704case "$ntp_use_dev_clockctl$ntp_have_linuxcaps$ntp_have_solarisprivs" 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)
25300
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="
27081This file was extended by sntp $as_me 4.2.8p11, 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="\\
27148sntp config.status 4.2.8p11
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 ---