mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
scripts/update-copyrights: adjust configure input file suffix
This commit is contained in:
parent
88726d48af
commit
ddb3687f2a
@ -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.
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user