X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fmissing;h=894e786e16c1d0d94dfc08d6b475270fe1418d6a;hb=ec43657f7d28c20124a53c97ea6d6cf8b72826a1;hp=4228a20461a6efb9035aac1725d31fc49549073e;hpb=82beda827f870714b416ed46566105eafd24725e;p=gnulib.git diff --git a/build-aux/missing b/build-aux/missing index 4228a2046..894e786e1 100755 --- 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=2005-05-14.22 +scriptversion=2005-06-08.21 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. @@ -297,6 +297,9 @@ WARNING: \`$1' is $msg. You should only need it if # ... or it is derived from the source name (dir/f.texi becomes f.info) test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info fi + # If the file does not exist, the user really needs makeinfo; + # let's fail without touching anything. + test -f $file || exit 1 touch $file ;;