From 64bcd448dc8787b82828a49edb709436ec2de93d Mon Sep 17 00:00:00 2001 From: "toots@rastageeks.org" Date: Thu, 28 Aug 2008 16:44:07 +0000 Subject: [PATCH] Added bootstrap and uninstall target --- Makefile.in | 3 +++ bootstrap | 5 +++++ 2 files changed, 8 insertions(+) create mode 100755 bootstrap diff --git a/Makefile.in b/Makefile.in index 6086f24..701724b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -274,6 +274,9 @@ install: pa_bitstring.cmo @for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done +uninstall: + ocamlfind remove bitstring + # Standard rules. .mli.cmi: diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..06d18c4 --- /dev/null +++ b/bootstrap @@ -0,0 +1,5 @@ +#!/bin/sh + +aclocal +autoheader +autoconf -- 1.8.3.1