top level, followed by recursive autoreconf in sntp.
bk: 4ceaf4bd4j9g7ZbPRwIioeH6XQdHjw
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.