summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authormarkmc <markmc>2003-09-11 16:34:08 +0000
committermarkmc <markmc>2003-09-11 16:34:08 +0000
commitd02db5cac45f50f1c3f13f9ffaeb402ca64c78e9 (patch)
tree49af4e5129bee7ed6e4e70a0eabbcac0f1052ca8 /bootstrap.sh
parent9edf7e56bbe5d396abbd47d4ed9fc1a14c64531c (diff)
downloadlibtdevnc-d02db5ca.tar.gz
libtdevnc-d02db5ca.zip
2002-09-11 Mark McLoughlin <mark@skynet.ie>
* Makefile.in, */Makefile.in, aclocal.m4, bootstrap.sh, config.h.in, configure, depcomp, install-sh, missing, mkinstalldirs, Removed auto-generated files from CVS.
Diffstat (limited to 'bootstrap.sh')
-rw-r--r--bootstrap.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
deleted file mode 100644
index d4341de..0000000
--- a/bootstrap.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-aclocal && autoheader && \
- automake --add-missing && autoconf && ./configure && make
-
-