From: Harlan Stenn Date: Fri, 27 Dec 2013 08:50:46 +0000 (-0500) Subject: [Bug 2521] bootstrap script needs a tweak for perl *-opts files X-Git-Tag: NTP_4_2_7P405~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b463a49e99b079a4e79f29e7c4ea4c6a40b9113a;p=thirdparty%2Fntp.git [Bug 2521] bootstrap script needs a tweak for perl *-opts files bk: 52bd3f66rBWgZPJSVd6jzksAR1SaLg --- diff --git a/ChangeLog b/ChangeLog index 3600659e7..fa86c7433 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 2521] bootstrap script needs a tweak for perl -opts files. * [Bug 2524] Add ntpsweep to sntp/loc/* files. * [Bug 2526] Add "noinst" support to the sntp/loc/ framework. (4.2.7p404) 2013/12/24 Released by Harlan Stenn diff --git a/bootstrap b/bootstrap index 92625d68d..142038e7d 100755 --- a/bootstrap +++ b/bootstrap @@ -93,7 +93,7 @@ do for i in `ls -1 $f* $dfi` do case "$i" in - *.c|*.h|*.[1-9]*man|*.[1-9]*mdoc|*.man.in|*.mdoc.in|*.texi|*.menu) + *.c|*.h|*.[1-9]*man|*.[1-9]*mdoc|*.man.in|*.mdoc.in|*-opts|*.texi|*.menu) l="$l $i" ;; *.html)