[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05

Clint Adams schizo at debian.org
Sun Nov 15 03:17:34 UTC 2009


The following commit has been merged in the upstream branch:
commit 37ebd03a2bbdc35c8bdc4e3b1c888b012f9f8aee
Author: Akim Demaille <demaille at gostai.com>
Date:   Mon Dec 15 15:05:21 2008 +0100

    Add a bootstrap script
    
    	* bootstrap: New.

diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..128ba42
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+test -d build-aux || mkdir build-aux
+
+# autoreconf seems to be missing the fact that libtool is used if
+# the macros are not defined first.  So help it.
+test -f ltmain.sh || libtoolize --install --force
+
+autoreconf --force --verbose --install

-- 
fakeroot



More information about the Fakeroot-commits mailing list