aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/autogen
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-11-08 12:28:19 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-11-08 12:28:19 +0100
commitf3cac18aacb3ebe79d0958c96aeec1b8566b6c1b (patch)
tree41d1206384ed055523af0df68b5e3b8a059c8a5e /tools/xm-test/autogen
parentf1c40ce58ba8e1ee63f7fa13f9e16bc92bb11f63 (diff)
downloadxen-f3cac18aacb3ebe79d0958c96aeec1b8566b6c1b.tar.gz
xen-f3cac18aacb3ebe79d0958c96aeec1b8566b6c1b.tar.bz2
xen-f3cac18aacb3ebe79d0958c96aeec1b8566b6c1b.zip
This patch removes all of the auto-generated files that were checked
in with xm-test in changeset 7634. It also adds an "autogen" script that re-creates these files. The auto-generated files really don't need to be in the tree, as they should be generated by the user on the machine where they plan to run xm-test. Signed-off-by: Dan Smith <danms@us.ibm.com>
Diffstat (limited to 'tools/xm-test/autogen')
-rw-r--r--tools/xm-test/autogen9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/xm-test/autogen b/tools/xm-test/autogen
new file mode 100644
index 0000000000..d0130f3181
--- /dev/null
+++ b/tools/xm-test/autogen
@@ -0,0 +1,9 @@
+#! /bin/sh -ex
+
+# if libtool is ever added, turn this on
+# libtoolize --copy --force --automake
+aclocal
+automake --add-missing --copy --foreign
+autoconf
+chmod a+x runtest.sh
+