PageRenderTime 35ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/libs/m4/trace.m4.in

#
Autoconf | 26 lines | 26 code | 0 blank | 0 comment | 0 complexity | 3b1539f9de206a9b2a04048d2bab04eb MD5 | raw file
Possible License(s): GPL-2.0
  1. m4_dnl
  2. m4_dnl Copyright (C) 2008, 2009 Francesco Salvestrini
  3. m4_dnl
  4. m4_dnl This program is free software; you can redistribute it and/or modify
  5. m4_dnl it under the terms of the GNU General Public License as published by
  6. m4_dnl the Free Software Foundation; either version 2 of the License, or
  7. m4_dnl (at your option) any later version.
  8. m4_dnl
  9. m4_dnl This program is distributed in the hope that it will be useful,
  10. m4_dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. m4_dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. m4_dnl GNU General Public License for more details.
  13. m4_dnl
  14. m4_dnl You should have received a copy of the GNU General Public License along
  15. m4_dnl with this program; if not, write to the Free Software Foundation, Inc.,
  16. m4_dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  17. m4_dnl
  18. m4_define([CT_MSG_NOTICE],[
  19. echo "$CT_ME: $1"
  20. ])
  21. m4_define([CT_MSG_WARNING],[
  22. echo "$CT_ME: $1"
  23. ])
  24. m4_define([CT_MSG_ERROR],[
  25. echo "$CT_ME: $1"
  26. ])