summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2007-04-20 14:56:09 -0400
committerSteve Dickson <steved@redhat.com>2007-04-20 14:56:09 -0400
commitee5471e0e4bcfab5b4da3faf46c96e5dbb49da47 (patch)
tree704fe6cab3d309429a2b39b1d35684ac953d943a /bootstrap
downloadti-rpc-ee5471e0e4bcfab5b4da3faf46c96e5dbb49da47.tar.gz
Initial commit of libtirpc 0.1.7
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap10
1 files changed, 10 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..dde1a77
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,10 @@
+[ -e Makefile ] && make clean
+rm -rf autom4te.cache configure Makefile stamp-h1
+rm -rf src/Makefile src/.deps
+rm -rf Makefile.in aclocal.m4 config.log config.h
+rm -rf depcomp missing install-sh config.status
+aclocal
+autoheader
+automake --gnu --add-missing -c
+autoconf
+rm -rf autom4te.cache config.log libtool stamp-h1*