From ddb3687f2a43f94539851fbc4c339b77e4938042 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 1 Jan 2014 22:10:54 +1000 Subject: scripts/update-copyrights: adjust configure input file suffix --- scripts/update-copyrights | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 ;; -- cgit v1.2.3