diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-05-24 00:41:06 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-05-24 00:41:06 -0400 |
commit | f98f7c0151e19f6f3689c5e4001f3fae37efb293 (patch) | |
tree | 00dc5250a9c1a0095b3d972982083a18c26c02e2 /doc | |
parent | 12b7f110bc79aac307cd4c6fa73402235ec00ea3 (diff) | |
download | systemtap-steved-f98f7c0151e19f6f3689c5e4001f3fae37efb293.tar.gz systemtap-steved-f98f7c0151e19f6f3689c5e4001f3fae37efb293.tar.xz systemtap-steved-f98f7c0151e19f6f3689c5e4001f3fae37efb293.zip |
PR6550: --enable-dejazilla: optional automatic test result reporting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index a2700d3c..689ddeec 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -55,6 +55,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ +CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ @@ -113,6 +114,7 @@ builddir = @builddir@ cap_LIBS = @cap_LIBS@ datadir = @datadir@ datarootdir = @datarootdir@ +dejazilla = @dejazilla@ docdir = @docdir@ dvidir = @dvidir@ elfutils_abs_srcdir = @elfutils_abs_srcdir@ |