X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ccf56140eb0b973a50ce9a981fa3e38667748495..3cc9325535240d20ab9eab51ad116889b53bf20e:/acmacro/print_null.m4 diff --git a/acmacro/print_null.m4 b/acmacro/print_null.m4 index ee5787cc24..62e6c5d3f4 100644 --- a/acmacro/print_null.m4 +++ b/acmacro/print_null.m4 @@ -1,5 +1,4 @@ dnl AC_CHECK_PRINTF_NULL: Check whether printf("%s",NULL) works or segfault - dnl it uses AC_RUN and assume the worse while cross-compiling dnl Then, you can: @@ -9,6 +8,14 @@ dnl #else dnl # define PRINTF_STR(a) (a) dnl #endif +dnl Copyright (C) 2005. Martin Quinson. All rights reserved. + +dnl This file is part of the SimGrid project. This is free software: You can +dnl redistribute and/or modify it under the terms of GNU LGPL (v2.1) licence. + + + + AC_DEFUN([AC_CHECK_PRINTF_NULL], [ AC_MSG_CHECKING([whether printf("%s",NULL) works...])