From: Allan McRae Date: Wed, 1 Jan 2014 12:10:54 +0000 (+1000) Subject: scripts/update-copyrights: adjust configure input file suffix X-Git-Tag: glibc-2.19~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddb3687f2a43f94539851fbc4c339b77e4938042;p=thirdparty%2Fglibc.git scripts/update-copyrights: adjust configure input file suffix --- diff --git a/ChangeLog b/ChangeLog index d4740806c76..c2c47d8fd98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-01-01 Allan McRae + * scripts/update-copyrights: Update configure input file suffix. + * NEWS: Update copyright year. * catgets/gencat.c: Likewise. * csu/version.c: Likewise. diff --git a/scripts/update-copyrights b/scripts/update-copyrights index 7d9d093c0bd..5841dbcf274 100755 --- a/scripts/update-copyrights +++ b/scripts/update-copyrights @@ -61,7 +61,7 @@ for f in $files; do ;; configure | */configure | preconfigure | */preconfigure) # Possibly generated files. - if ! [ -f "$f.in" ]; then + if ! [ -f "$f.ac" ]; then "$update_script" "$f" fi ;;