scripts/update-copyrights: adjust configure input file suffix

This commit is contained in:
Allan McRae 2014-01-01 22:10:54 +10:00
parent 88726d48af
commit ddb3687f2a
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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
;;