diff options
author | Allan McRae <allan@archlinux.org> | 2014-01-01 22:10:54 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-01 22:10:54 +1000 |
commit | ddb3687f2a43f94539851fbc4c339b77e4938042 (patch) | |
tree | cde5eac71b8d9cf832631e7ab28bb4678c79f8aa | |
parent | 88726d48af1392f9e014efa15eda6b2ee6c5c361 (diff) | |
download | glibc-ddb3687f2a43f94539851fbc4c339b77e4938042.tar.gz glibc-ddb3687f2a43f94539851fbc4c339b77e4938042.tar.xz glibc-ddb3687f2a43f94539851fbc4c339b77e4938042.zip |
scripts/update-copyrights: adjust configure input file suffix
-rw-r--r-- | ChangeLog | 2 | ||||
-rwxr-xr-x | scripts/update-copyrights | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d4740806c7..c2c47d8fd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-01-01 Allan McRae <allan@archlinux.org> + * 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 7d9d093c0b..5841dbcf27 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 ;; |