summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-02-17 15:43:55 -0800
committerDan Nicholson <dbn.lists@gmail.com>2010-02-17 15:46:31 -0800
commit6d7056ed0062e6df2db3c99176ce0e918ccf4b4d (patch)
tree476a478aadaa808844ec9a6a151dbb4ecb12da41
parentb059bff95ff941ce3c0ee97c573f4a46bcd3db0e (diff)
xts5: Build and install vswrpt report analyzer
This will be renamed to xts-report, but it has some clever argv[0] matching that prevents it for now. Also fixes a broken comment from an RCS ID removal.
-rw-r--r--configure.ac1
-rw-r--r--xts5/src/bin/Makefile.am2
-rw-r--r--xts5/src/bin/reports/.gitignore1
-rw-r--r--xts5/src/bin/reports/Makefile.am1
-rw-r--r--xts5/src/bin/reports/Makefile.old (renamed from xts5/src/bin/reports/Makefile)0
-rw-r--r--xts5/src/bin/reports/vswrpt.c1
6 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ed6d8fc1..d3cdf375 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,6 +128,7 @@ xts5/src/libXtTest/Makefile
xts5/src/xim/Makefile
xts5/src/bin/Makefile
xts5/src/bin/mc/Makefile
+xts5/src/bin/reports/Makefile
xts5/fonts/Makefile
xts5/Xproto/Makefile
xts5/Xopen/Makefile
diff --git a/xts5/src/bin/Makefile.am b/xts5/src/bin/Makefile.am
index d6d106b3..a3edbda0 100644
--- a/xts5/src/bin/Makefile.am
+++ b/xts5/src/bin/Makefile.am
@@ -1 +1 @@
-SUBDIRS = mc
+SUBDIRS = mc reports
diff --git a/xts5/src/bin/reports/.gitignore b/xts5/src/bin/reports/.gitignore
new file mode 100644
index 00000000..2174a1ab
--- /dev/null
+++ b/xts5/src/bin/reports/.gitignore
@@ -0,0 +1 @@
+vswrpt
diff --git a/xts5/src/bin/reports/Makefile.am b/xts5/src/bin/reports/Makefile.am
new file mode 100644
index 00000000..c7e90066
--- /dev/null
+++ b/xts5/src/bin/reports/Makefile.am
@@ -0,0 +1 @@
+bin_PROGRAMS = vswrpt
diff --git a/xts5/src/bin/reports/Makefile b/xts5/src/bin/reports/Makefile.old
index 0368ed23..0368ed23 100644
--- a/xts5/src/bin/reports/Makefile
+++ b/xts5/src/bin/reports/Makefile.old
diff --git a/xts5/src/bin/reports/vswrpt.c b/xts5/src/bin/reports/vswrpt.c
index f73c4fdb..670935f9 100644
--- a/xts5/src/bin/reports/vswrpt.c
+++ b/xts5/src/bin/reports/vswrpt.c
@@ -19,6 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
+/*
*
* (C) Copyright 2000-2001 The Open Group
* (C) Copyright 1996 Applied Testing Technology, Inc.