Suggest running './configure' rather than 'waf configure'.
[samba.git] / buildtools / wafsamba / samba_wildcard.py
index 5d85ec0f2ac9a15f49a7237f8e4a6320769c6b77..1ea2803d5cab76aa3e0ab5a51f73850fa3ce0948 100644 (file)
@@ -136,7 +136,7 @@ def fake_build_environment(info=True, flush=False):
     try:
         proj = ConfigSet.ConfigSet(Options.lockfile)
     except IOError:
-        raise Errors.WafError("Project not configured (run 'waf configure' first)")
+        raise Errors.WafError("Project not configured (run './configure' first)")
 
     bld.load_envs()