From a8004ef03ec1320867b02d7b09c9cf68a7cdef5b Mon Sep 17 00:00:00 2001
From: Dylan Baker
+Autotools automatically updates translation files as part of the build process,
+meson does not do this. Instead if you want translated drirc files you will need
+to invoke non-default targets for ninja to update them:
+ninja -C build/ xmlpool-pot xmlpool-update-po xmlpool-gmo
+
Environment Variables
Meson supports the standard CC and CXX environment variables for -- 2.7.4