]> granicus.if.org Git - apache/commitdiff
Instead of using the hardcoded libtool path of srclib/apr, use the
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 13 May 2002 22:30:02 +0000 (22:30 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 13 May 2002 22:30:02 +0000 (22:30 +0000)
output of apr-config --apr-libtool.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95072 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index c83dc1aeaeac99be6428d454f968f8941f3b4150..789ff7e5d7c7529e5d86691c297cde155f9c5a39 100644 (file)
@@ -140,8 +140,9 @@ case $host in
       if test "x$LTFLAGS" = "x"; then
           LTFLAGS='--silent'
       fi
-      LIBTOOL='$(SHELL) $(top_builddir)/srclib/apr/libtool $(LTFLAGS)'
-      libtoolversion=`$abs_builddir/srclib/apr/libtool --version`
+      my_libtool=`$apr_config --apr-libtool`
+      LIBTOOL="$my_libtool \$(LTFLAGS)"
+      libtoolversion=`$my_libtool --version`
       case $libtoolversion in
           *1.4*)
               SH_LIBTOOL='$(LIBTOOL)'