[jhbuild] bootstrap: use ./configure for xz
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] bootstrap: use ./configure for xz
- Date: Thu, 2 Jan 2014 05:38:00 +0000 (UTC)
commit a792225892e6e2c05ffa2025bd645d4adac027b5
Author: Ryan Lortie <desrt desrt ca>
Date: Wed Dec 18 22:49:38 2013 -0500
bootstrap: use ./configure for xz
The autogen.sh script in xz doesn't call ./configure when it's done
which results in us running 'make' in a directory with no Makefile.
Easy solution: just call ./configure directly.
https://bugzilla.gnome.org/show_bug.cgi?id=720755
modulesets/bootstrap.modules | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/bootstrap.modules b/modulesets/bootstrap.modules
index d7714e7..75e1298 100644
--- a/modulesets/bootstrap.modules
+++ b/modulesets/bootstrap.modules
@@ -73,7 +73,7 @@
</branch>
</autotools>
- <autotools id="xz">
+ <autotools id="xz" autogen-sh="configure">
<branch repo="tukaani.org" module="xz/xz-5.0.1.tar.bz2" version="5.0.1"
size="1005959" md5sum="cb6c7a58cec4d663a395c54d186ca0c6"
hash="sha256:9b380f502d37085a60821484a3a13747454638927cc36033be64970512451ed8"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]