X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fmissing;h=32e23d23682292dd5ca628e470e5fa05aacaeccb;hb=0528b73cf4429ca945ec12b78a09a1e35e407b5a;hp=4758c826ca9e851f5ee1160d9053c7de7c2936bf;hpb=8442fdba2669a37b2b8b7e912ad74b19b20ef576;p=gnulib.git diff --git a/build-aux/missing b/build-aux/missing old mode 100644 new mode 100755 index 4758c826c..32e23d236 --- a/build-aux/missing +++ b/build-aux/missing @@ -1,7 +1,7 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2008-11-24.07 +scriptversion=2008-12-13.14 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008 Free Software Foundation, Inc. @@ -108,7 +108,10 @@ Send bug reports to ." esac # normalize program name to check for. -program=`echo "$1" | sed 's/^gnu-//; t; s/^gnu//; t; s/^g//; t'` +program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect