Skip to content
Snippets Groups Projects
Commit 93287e13 authored by Christian Engwer's avatar Christian Engwer
Browse files

guess libtool-prefix and update necessary search paths.

[[Imported from SVN: r5378]]
parent 14b38ecb
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,13 @@ rm -f $name.m4
# add current dir to PATH
PATH=`dirname $0`:$PATH
# guess libtool prefix
if test -n "$LIBTOOLIZE"; then
LIBTOOL_prefix=`dirname \`dirname $LIBTOOLIZE\``
PATH=$LIBTOOL_prefix:$PATH
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $LIBTOOL_prefix/share/aclocal"
fi
for OPT in "$@"; do
set +e
# stolen from configure...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment