summaryrefslogtreecommitdiff
path: root/build-aux/compile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-05 07:19:28 -0800
committerKarl Berry <karl@freefriends.org>2012-01-05 07:19:28 -0800
commit109d8dc7f58c58552f3440d0a19873eb6d30e677 (patch)
tree881d3693e36630239f08b25bb1ea8937b32805cf /build-aux/compile
parent231295ee26c4ebe046d52a943b537c813ac9fb02 (diff)
downloadgnulib-109d8dc7f58c58552f3440d0a19873eb6d30e677.tar.gz
autoupdate
Diffstat (limited to 'build-aux/compile')
-rwxr-xr-xbuild-aux/compile8
1 files changed, 4 insertions, 4 deletions
diff --git a/build-aux/compile b/build-aux/compile
index bac481cdc7..b246777404 100755
--- a/build-aux/compile
+++ b/build-aux/compile
@@ -1,10 +1,10 @@
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.
-scriptversion=2010-11-15.09; # UTC
+scriptversion=2012-01-04.17; # UTC
-# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
+# Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
@@ -40,7 +40,7 @@ file_conv=
# func_file_conv build_file lazy
# Convert a $build file to $host form and store it in $file
-# Currently only supports Win32 hosts. If the determined conversion
+# Currently only supports Windows hosts. If the determined conversion
# type is listed in (the comma separated) LAZY, no conversion will
# take place.
func_file_conv ()