From: Dave Hart Date: Mon, 22 Nov 2010 22:54:53 +0000 (+0000) Subject: Reduce bootstrap redundancy with autoreconf --no-recursive in the X-Git-Tag: NTP_4_2_7P85~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c43d4e7a523f597c9d4af2b370fbba9816527903;p=thirdparty%2Fntp.git Reduce bootstrap redundancy with autoreconf --no-recursive in the top level, followed by recursive autoreconf in sntp. bk: 4ceaf4bd4j9g7ZbPRwIioeH6XQdHjw --- diff --git a/bootstrap b/bootstrap index 2a3f4b4b5..18c503072 100755 --- a/bootstrap +++ b/bootstrap @@ -120,11 +120,12 @@ touch ntpd/ntp_parser.[ch] ntpd/keyword-gen-utd ntpd/ntp_keyword.h cp bincheck.mf sntp/ cp depsver.mf sntp/ -${AUTORECONF} -i -v +${AUTORECONF} -i -v --no-recursive # DH: 20101120: We are back to a single copy of libopts, and # once again it seems we need to run autoreconf in sntp after # the top-level run to get a correct sntp/libopts/Makefile.in. +# To reduce redundancy, the top-level autoreconf uses --no-recursive. # # HMS: 20060618: Now that we use separate copies of libopts # we should only need the previous line.