diff options
Diffstat (limited to 'macros/mate-compiler-flags.m4')
-rw-r--r-- | macros/mate-compiler-flags.m4 | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/macros/mate-compiler-flags.m4 b/macros/mate-compiler-flags.m4 index 561f8d9..b3a8a63 100644 --- a/macros/mate-compiler-flags.m4 +++ b/macros/mate-compiler-flags.m4 @@ -1,6 +1,23 @@ -dnl MATE_COMPILE_WARNINGS -dnl Turn on many useful compiler warnings -dnl For now, only works on GCC +# MATE_COMPILE_WARNINGS +# Turn on many useful compiler warnings +# For now, only works on GCC +# +# Copyright (C) 2011 Perberos <[email protected]> +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + AC_DEFUN([MATE_COMPILE_WARNINGS],[ dnl ****************************** dnl More compiler warnings |