~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_run_cpplint.m4

  • Committer: Monty Taylor
  • Date: 2009-11-24 18:09:52 UTC
  • mto: (1192.7.1 pandora-build)
  • mto: This revision was merged to the branch mainline in revision 1226.
  • Revision ID: mordred@inaugust.com-20091124180952-zamuvd0ae6mkop4a
Add PANDORA_RUN_CPPLINT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl  Copyright (C) 2009 Sun Microsystems
 
2
dnl This file is free software; Sun Microsystems
 
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
])