From: Harlan Stenn Date: Mon, 3 Mar 2014 02:45:57 +0000 (-0500) Subject: bootstrap script needs to 'touch' files in finer-grained groups X-Git-Tag: NTP_4_2_7P429~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5c427262f1c5d562e659f2ea0e2a37740404fc0;p=thirdparty%2Fntp.git bootstrap script needs to 'touch' files in finer-grained groups bk: 5313ece57eAzbifn8xh772HWmUj_iQ --- diff --git a/ChangeLog b/ChangeLog index 91d75cc5b..61588def7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 2540] bootstrap script needs to 'touch' files in finer-grained groups. (4.2.7p428) 2014/03/03 Released by Harlan Stenn * [Bug 2570] refuse to load leapsec file with bad/missing SHA1 hash * [Bug 2562] Distribute the code in libjsmn/ . diff --git a/bootstrap b/bootstrap index ebb262db4..2368af3a6 100755 --- a/bootstrap +++ b/bootstrap @@ -148,6 +148,9 @@ esac case `ls -1tr sntp/config.h.in sntp/aclocal.m4 | tail -1` in sntp/aclocal.m4) touch sntp/config.h.in ;; esac +case `ls -1tr sntp/libevent/config.h.in sntp/libevent/aclocal.m4 | tail -1` in + sntp/libevent/aclocal.m4) touch sntp/libevent/config.h.in ;; +esac # 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