GStreamer switched to git. (closes: #551241)
[jhbuild.git] / patches / waf-install.patch
blob7cd5200445636a90eca25c64fe0e4313b24af5ae
1 Fix WAF to work as an autotools module type.
3 --- waf-1.4.3/wscript 2008-05-20 15:32:51 +0000
4 +++ waf-1.4.3/wscript 2008-05-20 15:33:28 +0000
5 @@ -314,9 +314,6 @@
6 sys.exit(0)
8 if Params.g_commands['install']:
9 - val = Params.g_options.yes or (not sys.stdin.isatty() or raw_input("Installing Waf is discouraged. Proceed? [y/n]"))
10 - if val != True and val != "y": sys.exit(1)
12 compute_revision()
14 create_waf()
15 --- waf-1.4.3/utils/autogen.sh 2008-06-23 01:52:48 +0200
16 +++ waf-1.4.3/utils/autogen.sh 2008-08-21 13:52:04 +0200
17 @@ -47,3 +47,5 @@
19 EOF
21 +./configure --prefix=$prefix
22 +./waf configure $prefix