Updated Branches: refs/heads/master 84f92083c -> 52ce5d251
TS-2436: add more tsxs query variables Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/46b845d7 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/46b845d7 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/46b845d7 Branch: refs/heads/master Commit: 46b845d7c778aa99855c937190ee7acf8c4444fd Parents: 84f9208 Author: James Peach <[email protected]> Authored: Fri Dec 13 17:09:05 2013 -0800 Committer: James Peach <[email protected]> Committed: Mon Dec 16 15:00:33 2013 -0800 ---------------------------------------------------------------------- tools/tsxs.in | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/46b845d7/tools/tsxs.in ---------------------------------------------------------------------- diff --git a/tools/tsxs.in b/tools/tsxs.in index 424cd9b..a224914 100755 --- a/tools/tsxs.in +++ b/tools/tsxs.in @@ -20,6 +20,8 @@ host="@HOST_GUESS@" prefix="@prefix@" exec_prefix="@exec_prefix@" libdir="@libdir@" +localstatedir="@localstatedir@" + INSTALLDIR=`eval echo "@libexecdir@"` INCLUDEDIR=`eval echo "@includedir@"` CPPFLAGS="$CPPFLAGS -I$INCLUDEDIR" @@ -81,6 +83,9 @@ query() { INCLUDEDIR) echo @includedir@ ;; LIBEXECDIR) echo @libexecdir@ ;; BINDIR) echo @bindir@ ;; + LOCALSTATEDIR) echo @localstatedir@ ;; + RUNTIMEDIR) echo @runtimedir@ ;; + LOGDIR) echo @logdir@ ;; *) bail "unrecognized query label: $1" ;; esac }
