X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build-aux%2Far-lib;h=67f5f36f10372fd07dd689c8a66845fc91c2dfe0;hb=2c19fe9c2316d113610aa895d5203a9252cb692d;hp=aa4acbdaa0f1ad3debe0f2118719c24df8bea62a;hpb=d59c72566f0175f5b0c1cabb17ed00d81dc4ad2b;p=gnulib.git diff --git a/build-aux/ar-lib b/build-aux/ar-lib index aa4acbdaa..67f5f36f1 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-2012 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 <