X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Fmissing;h=40d4ec3f175fa5d684acaba5687de37728e9a3f7;hb=e9ab2f8d06aa31a63ba71b08420a1766ad181263;hp=7789652e877fbc83c770377691249820eebea1f2;hpb=6fed2d1a91963b2c3b4bfb3d8c41cd881e3dcad2;p=openldap diff --git a/build/missing b/build/missing index 7789652e87..40d4ec3f17 100755 --- a/build/missing +++ b/build/missing @@ -1,4 +1,8 @@ #! /bin/sh +# $OpenLDAP$ +# This file is distributed with OpenLDAP Software, but is an an +# independently licensed program. + # Common stub for a few missing GNU programs while installing. # Copyright (C) 1996, 1997 Free Software Foundation, Inc. # Franc,ois Pinard , 1996. @@ -62,8 +66,7 @@ Supported PROGRAM values: echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`acinclude.m4' or \`configure.in'. You might want - to install the \`Automake' and \`Perl' packages. Grab them from - any GNU archive site." + to install the \`Automake' and \`Perl' packages. See build/README." touch aclocal.m4 ;; @@ -71,8 +74,7 @@ WARNING: \`$1' is missing on your system. You should only need it if echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`configure.in'. You might want to install the - \`Autoconf' and \`GNU m4' packages. Grab them from any GNU - archive site." + \`Autoconf' and \`GNU m4' packages. See build/README." touch configure ;; @@ -80,8 +82,8 @@ WARNING: \`$1' is missing on your system. You should only need it if echo 1>&2 "\ WARNING: \`$1' is missing on your system. You should only need it if you modified \`acconfig.h' or \`configure.in'. You might want - to install the \`Autoconf' and \`GNU m4' packages. Grab them - from any GNU archive site." + to install the \`Autoconf' and \`GNU m4' packages. See + build/README." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' configure.in` test -z "$files" && files="config.h" touch_files= @@ -179,10 +181,11 @@ WARNING: \`$1' is missing on your system. You should only need it if echo 1>&2 "\ WARNING: \`$1' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the - proper tools for further handling them. Check the \`README' file, - it often tells you about the needed prerequirements for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing \`$1' program." + proper tools for further handling them. Check the \`README' file + or build/README file, they often tells you about the needed + prerequirements for installing this package. You may also peek + at any GNU archive site, in case some other package would contain + this missing \`$1' program." exit 1 ;; esac