summaryrefslogtreecommitdiff
path: root/waf
diff options
context:
space:
mode:
authorKarl Linden <karl.j.linden@gmail.com>2018-10-06 14:15:06 +0200
committerKarl Linden <karl.j.linden@gmail.com>2018-10-06 16:08:54 +0200
commit630c6145b844a4ba5eb2ffb4b81b998705fe043f (patch)
tree358899a6d94667f53212896c659caa0e56752973 /waf
parentb45b6b69a35de77c1640b9a2285adf8c51553d4a (diff)
downloadjack2-630c6145b844a4ba5eb2ffb4b81b998705fe043f.tar.gz
Update to waf 2.0.11
- Migrate pkg-config checks from atleast_version. - Check ppoll with a fragment, since the function_name argument has been removed.
Diffstat (limited to 'waf')
-rwxr-xr-xwaf8
1 files changed, 4 insertions, 4 deletions
diff --git a/waf b/waf
index a4f1e9cf..204bf2fd 100755
--- a/waf
+++ b/waf
@@ -1,7 +1,7 @@
#!/usr/bin/env python
-# encoding: ISO8859-1
-# Thomas Nagy, 2005-2016
-
+# encoding: latin-1
+# Thomas Nagy, 2005-2018
+#
"""
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
-VERSION="1.8.22"
+VERSION="2.0.11"
REVISION="x"
GIT="x"
INSTALL="x"