This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  c478e3a0b7e64f4fcbc1b66cfb175b6cdd287277 (commit)
      from  3f1fc2ea3abb39cffb19f5f14abddb324aa184ac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c478e3a0b7e64f4fcbc1b66cfb175b6cdd287277
Author: Gary V. Vaughan <[email protected]>
Date:   Thu Oct 25 04:00:52 2012 -0500

    bootstrap: display prerequisite program environment vars.
    
    Be more helpful when a prerequisite program from $buildreq
    cannot be located, by showing what variable to export if it
    is already installed but not in PATH.
    * gl/build-aux/bootstrap.in (func_check_versions): Display
    associated environment variables for not found prerequisite
    programs.
    * bootstrap: Regenerate.
    
    Signed-off-by: Gary V. Vaughan <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 bootstrap                 |    5 +++--
 gl/build-aux/bootstrap.in |    5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/bootstrap b/bootstrap
index b897f20..0cd5a2b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4441,11 +4441,12 @@ func_check_versions ()
       _G_instver=`func_get_version $_G_app`
 
       test -z "$_G_instver" \
-          || func_verbose "found '$_G_app' version $_G_instver"
+          || func_verbose "found '$_G_app' version $_G_instver."
 
       # Fail if --version didn't work.
       if test -z "$_G_instver"; then
-        func_error "'$_G_app' not found"
+        func_error "Prerequisite '$_G_app' not found. Please install it, or
+'export $_G_appvar=/path/to/$_G_app'."
         func_check_versions_result=false
 
       # Fail if a new version than what we have is required.
diff --git a/gl/build-aux/bootstrap.in b/gl/build-aux/bootstrap.in
index 7de22ff..84fbec7 100755
--- a/gl/build-aux/bootstrap.in
+++ b/gl/build-aux/bootstrap.in
@@ -2259,11 +2259,12 @@ func_check_versions ()
       _G_instver=`func_get_version $_G_app`
 
       test -z "$_G_instver" \
-          || func_verbose "found '$_G_app' version $_G_instver"
+          || func_verbose "found '$_G_app' version $_G_instver."
 
       # Fail if --version didn't work.
       if test -z "$_G_instver"; then
-        func_error "'$_G_app' not found"
+        func_error "Prerequisite '$_G_app' not found. Please install it, or
+'export $_G_appvar=/path/to/$_G_app'."
         func_check_versions_result=false
 
       # Fail if a new version than what we have is required.


hooks/post-receive
-- 
GNU Libtool

Reply via email to