]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
maint: fix out-of-tree autoreconf w/o manual rebootstrap
authorPeter Rosin <peda@lysator.liu.se>
Sun, 8 Dec 2013 22:48:07 +0000 (23:48 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Mon, 9 Dec 2013 08:08:31 +0000 (09:08 +0100)
build-aux/ltmain.in: Look for funclib.sh and options-parser in
the same location ltmain.in is found.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
build-aux/ltmain.in

index fba05c1563965d194a96007879b47e90da000df0..0da8ad7c9496570eaa4087d899ce621b2918602d 100644 (file)
@@ -61,8 +61,8 @@ package_revision=@package_revision@
 # 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@'