libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4.2.418-11-g4494446


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2.418-11-g4494446
Date: Mon, 09 Dec 2013 08:20:22 +0000

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  4494446e43ccd60c1e91a707584841705d28e338 (commit)
      from  a7462c5563e124e06f4f61ce2a9cea26cf8be390 (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 4494446e43ccd60c1e91a707584841705d28e338
Author: Peter Rosin <address@hidden>
Date:   Sun Dec 8 23:48:07 2013 +0100

    maint: fix out-of-tree autoreconf w/o manual rebootstrap
    
    build-aux/ltmain.in: Look for funclib.sh and options-parser in
    the same location ltmain.in is found.
    
    Signed-off-by: Peter Rosin <address@hidden>

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

Summary of changes:
 build-aux/ltmain.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index fba05c1..0da8ad7 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -61,8 +61,8 @@ address@hidden@
 # Much of our low-level functionality needs to be sourced from external
 # libraries, which are installed to $pkgauxdir.
 
-. "build-aux/funclib.sh"
-. "build-aux/options-parser"
+. `echo "$0" |${SED-sed} 's|[^/]*$||'`"funclib.sh"
+. `echo "$0" |${SED-sed} 's|[^/]*$||'`"options-parser"
 
 # Set a version string.
 scriptversion='(GNU @PACKAGE@) @VERSION@'


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]