From 3cc9325535240d20ab9eab51ad116889b53bf20e Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 5 Oct 2007 08:53:59 +0000 Subject: [PATCH] Got bored during a meeting: fix the copyright notice of several useless files (found nothing more useless) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4788 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- acmacro/compiler-flags.m4 | 10 ++++++++-- acmacro/flex.m4 | 8 ++++++++ acmacro/gras_arch.m4 | 10 +++++++++- acmacro/print_null.m4 | 9 ++++++++- 4 files changed, 33 insertions(+), 4 deletions(-) diff --git a/acmacro/compiler-flags.m4 b/acmacro/compiler-flags.m4 index b6dd1e9ef0..0974f5395e 100644 --- a/acmacro/compiler-flags.m4 +++ b/acmacro/compiler-flags.m4 @@ -1,9 +1,15 @@ - - dnl SG_COMPILE_FLAGS dnl Turn on many useful compiler warnings dnl For now, only sets extra flags on GCC + +dnl Copyright (C) 2004, 2005, 2007. Martin Quinson. All rights reserved. + +dnl This file is part of the SimGrid project. This is free software: +dnl You can redistribute and/or modify it under the terms of the +dnl GNU LGPL (v2.1) licence. + + AC_DEFUN([SG_COMPILE_FLAGS],[ AC_ARG_ENABLE(compile-warnings, AS_HELP_STRING([--enable-compile-warnings], [use compiler warnings (default=no, unless in maintainer mode)]), diff --git a/acmacro/flex.m4 b/acmacro/flex.m4 index a543aa2d49..b7b0fe6d72 100644 --- a/acmacro/flex.m4 +++ b/acmacro/flex.m4 @@ -3,6 +3,14 @@ dnl The first arg must be a version number with 3 parts. dnl You may want to check for version >= 2.5.31 (the one breaking posix compatibility) + +dnl Copyright (C) 2005. Martin Quinson. All rights reserved. + +dnl This file is part of the SimGrid project. This is free software: +dnl You can redistribute and/or modify it under the terms of the +dnl GNU LGPL (v2.1) licence. + + AC_DEFUN([_AC_PROG_FLEX_HELPER_TOO_OLD],[ AC_MSG_NOTICE([Found flex is too old. Parsers won't get updated (Found v$FLEX_VERSION < v$1)]) LEX="$SHELL $missing_dir/missing flex"; diff --git a/acmacro/gras_arch.m4 b/acmacro/gras_arch.m4 index c10677c1d6..9ffccffa6a 100644 --- a/acmacro/gras_arch.m4 +++ b/acmacro/gras_arch.m4 @@ -1,4 +1,3 @@ -# BEGIN OF GRAS ARCH CHECK dnl dnl GRAS_DO_CHECK_SIZEOF: Get the size of a datatype (even in cross-compile) dnl 1: type tested @@ -6,6 +5,15 @@ dnl 2: extra include lines dnl 3: extra sizes to test dnl ("adapted" from openldap) dnl + +dnl Copyright (C) 2004, 2005, 2006, 2007. Martin Quinson. All rights reserved. + +dnl This file is part of the SimGrid project. This is free software: +dnl You can redistribute and/or modify it under the terms of the +dnl GNU LGPL (v2.1) licence. + + +# BEGIN OF GRAS ARCH CHECK AC_DEFUN([GRAS_DO_CHECK_SIZEOF], [changequote(<<, >>)dnl dnl The cache variable name (and of the result). 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...]) -- 2.20.1