[Fakeroot-commits] [SCM] fakeroot branch, master, updated. debian/1.11.4
Clint Adams
schizo at debian.org
Tue Dec 16 01:38:36 UTC 2008
The following commit has been merged in the master branch:
commit 2a0cdd6b61592a727ee683337bcf38846ef70077
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