X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build-aux%2Far-lib;h=fe2301e71a86f025f97a189dc6b5374e8b0caa65;hb=83d9dda1f1623f8bbab011c6196c8a56690c1f6b;hp=ef03430372b73f00cf492d5398877a15d7183241;hpb=a2c2ba90cc40932a38c6cf93e15bf2bdf82d6c4f;p=gnulib.git diff --git a/build-aux/ar-lib b/build-aux/ar-lib index ef0343037..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-12.16; # 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 <