[Pkg-privacy-commits] [libotr] 189/225: Add bootstrap script
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository libotr.
commit b0224ff9d1ecf876a4993b541ecc7642b8c6a2f4
Author: David Goulet <dgoulet at ev0ke.net>
Date: Sun May 4 10:35:42 2014 -0400
Add bootstrap script
This is to initialize automatically the repository with autoreconf.
It's the common name to use for that script (also used is "autogen.sh").
Update INSTALL file with bootstrap script
Fixes #10
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
INSTALL | 2 +-
bootstrap | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/INSTALL b/INSTALL
index 9a7a433..5a06ce8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +18,7 @@ COMPILING
If you're got a CVS copy, you will need to regenerate the configure
script using:
- autoreconf -s -i
+ ./bootstrap
Once you have the configure script (which comes with the source
deistribution), run it with the "--with-pic" option, as well as any
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..a2ed29c
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+set -x
+
+if [ ! -e config ]; then
+ mkdir config
+fi
+
+autoreconf -i
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
More information about the Pkg-privacy-commits
mailing list