This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new d91350f  uses AM_C*FLAGS instead of C*FLAGS
d91350f is described below

commit d91350f4fdfbb4b5547b201970d1277ae7d6ac3b
Author: Derek Dagit <[email protected]>
AuthorDate: Thu Jun 1 18:04:59 2017 +0000

    uses AM_C*FLAGS instead of C*FLAGS
    
    See c7c9d0f7af
    
    (cherry picked from commit 48cb76878e678db9feff4c8fccaaf6be494aa0ca)
---
 tools/tsxs.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/tsxs.in b/tools/tsxs.in
index aa7c0eb..e5bb374 100755
--- a/tools/tsxs.in
+++ b/tools/tsxs.in
@@ -25,8 +25,8 @@ localstatedir="@localstatedir@"
 INSTALLDIR=`eval echo "@libexecdir@"`
 INCLUDEDIR=`eval echo "@includedir@"`
 CPPFLAGS="$CPPFLAGS -I$INCLUDEDIR"
-CFLAGS="$CFLAGS @CFLAGS@"
-CXXFLAGS="$CXXFLAGS @CXXFLAGS@"
+CFLAGS="$CFLAGS @AM_CFLAGS@"
+CXXFLAGS="$CXXFLAGS @AM_CXXFLAGS@"
 BUILD=
 DEBUGECHO=
 
@@ -76,8 +76,8 @@ query() {
   case $1 in
     CC) echo @CC@ ;;
     CXX) echo @CXX@ ;;
-    CFLAGS) echo @CFLAGS@ ;;
-    CXXFLAGS) echo @CXXFLAGS@ ;;
+    CFLAGS) echo @AM_CFLAGS@ ;;
+    CXXFLAGS) echo @AM_CXXFLAGS@ ;;
     PREFIX) echo @prefix@ ;;
     SYSCONFDIR) echo @sysconfdir@ ;;
     INCLUDEDIR) echo @includedir@ ;;

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to