Next pass in removing gettext (solve warnings on lion, we don't use GETTEXT anyways).
[m6w6/libmemcached] / m4 / pandora_run_cpplint.m4
1 dnl Copyright (C) 2009 Sun Microsystems, Inc.
2 dnl This file is free software; Sun Microsystems, Inc.
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 AC_DEFUN([PANDORA_RUN_CPPLINT],[
7 m4_syscmd([python config/make-lint.py])
8 ])