summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-06-17 15:15:03 -0700
committerDan Nicholson <dbn.lists@gmail.com>2010-06-21 13:41:30 -0700
commita93700e3472e319d6bca966848073c5e2d3f30e2 (patch)
tree41610a291a040c7693ea54983b17e04b4ad1ccfc
parent972d47ff95c6740476b21a52e6f23b6a099ee79f (diff)
Rename the package to xts, the X Test Suite
This being the X Test Suite, and not XTest the extension, it is more appropriate to have the package name be "xts". That's what it's called internally, anyway. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 85728047..5f281588 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,10 +21,10 @@
# Process this file with autoconf to produce a configure script
AC_PREREQ(2.57)
-AC_INIT([xtest],
+AC_INIT([X Test Suite],
1.0.0,
[http://xorg.freedesktop.org/wiki/BuildingXtest],
- XTest)
+ [xts])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_AUX_DIR(.)