bk: 53104555603dRZsJI-SAZ2qUhqmWog
* [Bug 2113] Warn about ignored extra args in ntpq.
+* [Bug 2540] bootstrap script needs to 'touch' files in finer-grained groups.
* [Bug 2561] Allow wildcards in the target of the "interface" command.
+* [Bug 2572] cross-compiling fails for --with-yielding_select.
(4.2.7p425) 2014/02/26 Released by Harlan Stenn <stenn@ntp.org>
* Copyright file update.
(4.2.7p424) 2014/02/24 Released by Harlan Stenn <stenn@ntp.org>
${AUTORECONF} -i -v "$@"
+test aclocal.m4 -nt config.h.in && touch config.h.in
+test sntp/aclocal.m4 -nt sntp/config.h.in && touch sntp/config.h.in
+
# DH: 20110118: Due to our workaround for the AM_COND_IF bug that was
# triggering the buggy recursive autoreconf, we can once again use a
# single autoreconf invocation. See
dnl ----------------------------------------------------------------
dnl Threads?
ol_link_threads=no
-ol_with_yielding_select=${ol_with_yielding_select-auto}
+ol_with_yielding_select=${ol_with_yielding_select:-auto}
case $ol_with_threads in auto | yes | nt)