third_party:waf: update to upstream 2.0.4 release
[vlendec/samba-autobuild/.git] / third_party / waf / waflib / Tools / bison.py
index 5b45583688644f4988dbeef4e27ce4ca7efcbe05..771d39e7abf9f7ff721219b0c7977b9e2405cdf1 100644 (file)
@@ -5,7 +5,7 @@
 #!/usr/bin/env python
 # encoding: utf-8
 # John O'Meara, 2006
-# Thomas Nagy 2009-2016 (ita)
+# Thomas Nagy 2009-2018 (ita)
 
 """
 The **bison** program is a code generator which creates C or C++ files.
@@ -50,3 +50,4 @@ def configure(conf):
        """
        conf.find_program('bison', var='BISON')
        conf.env.BISONFLAGS = ['-d']
+