]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
bootstrap script needs to 'touch' files in finer-grained groups
authorHarlan Stenn <stenn@ntp.org>
Mon, 3 Mar 2014 02:45:57 +0000 (21:45 -0500)
committerHarlan Stenn <stenn@ntp.org>
Mon, 3 Mar 2014 02:45:57 +0000 (21:45 -0500)
bk: 5313ece57eAzbifn8xh772HWmUj_iQ

ChangeLog
bootstrap

index 91d75cc5b1ebd59bd76f44c025fb2e146b53a4f4..61588def78a294a82c9e1bd14b0f40552b5d10dc 100644 (file)
--- 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 <stenn@ntp.org>
 * [Bug 2570] refuse to load leapsec file with bad/missing SHA1 hash
 * [Bug 2562] Distribute the code in libjsmn/ .
index ebb262db45a5961d8cc6fc19a061f7c77151e59d..2368af3a64453344f875f985e59edf6c3f41c4f5 100755 (executable)
--- 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