]> granicus.if.org Git - apache/commitdiff
* build/config_vars.sh.in: Expand LTFLAGS here, to fix `apxs -q LIBTOOL`
authorJoe Orton <jorton@apache.org>
Thu, 16 Jun 2005 10:21:39 +0000 (10:21 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 16 Jun 2005 10:21:39 +0000 (10:21 +0000)
again.

PR: 32787
Submitted by: William Barker <william.barker wilshire.com>

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

build/config_vars.sh.in

index 219c2b7b9f60d1076113ab1c300596d9104572a6..9c002f71b4432afaf94ed5e375488337d91b59e0 100644 (file)
@@ -60,5 +60,5 @@ exec sed "
 /^UTIL_LDFLAGS/d
 /^APR_INCLUDEDIR.*$/s,.*,APR_INCLUDEDIR = ${APR_INCLUDEDIR},
 /^APU_INCLUDEDIR.*$/s,.*,APU_INCLUDEDIR = ${APU_INCLUDEDIR},
-/^LIBTOOL.*$/s,/[^ ]*/libtool \(.*\),${APR_LIBTOOL} \$(LTFLAGS),
+/^LIBTOOL.*$/s,/[^ ]*/libtool \(.*\),${APR_LIBTOOL} @LTFLAGS@,
 "