1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

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

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