X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Far-lib;h=fe2301e71a86f025f97a189dc6b5374e8b0caa65;hb=83d9dda1f1623f8bbab011c6196c8a56690c1f6b;hp=aa4acbdaa0f1ad3debe0f2118719c24df8bea62a;hpb=d59c72566f0175f5b0c1cabb17ed00d81dc4ad2b;p=gnulib.git diff --git a/build-aux/ar-lib b/build-aux/ar-lib index aa4acbdaa..fe2301e71 100755 --- a/build-aux/ar-lib +++ b/build-aux/ar-lib @@ -2,10 +2,9 @@ # Wrapper for Microsoft lib.exe me=ar-lib -scriptversion=2010-08-08.07; # UTC +scriptversion=2012-03-01.08; # UTC -# Copyright (C) 2010 Free Software -# Foundation, Inc. +# Copyright (C) 2010-2013 Free Software Foundation, Inc. # Written by Peter Rosin . # # This program is free software; you can redistribute it and/or modify @@ -42,7 +41,7 @@ file_conv= # func_file_conv build_file # Convert a $build file to $host form and store it in $file -# Currently only supports Win32 hosts. +# Currently only supports Windows hosts. func_file_conv () { file=$1 @@ -99,7 +98,7 @@ func_at_file () case $1 in '') - func_error "no command. Try \`$0 --help' for more information." + func_error "no command. Try '$0 --help' for more information." ;; -h | --h*) cat <