2 # Copyright (C) 2011-2013 Free Software Foundation, Inc.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17 # On the command line, in AM_INIT_AUTOMAKE, and in AUTOMAKE_OPTIONS,
18 # warnings specified later should take precedence over those specified
23 # We want (almost) complete control over automake options.
24 AUTOMAKE
="$am_original_AUTOMAKE -Werror"
26 cat > Makefile.am
<<'END'
34 sed <$2 >$2-t -e "s|^\\(AUTOMAKE_OPTIONS\\) *=.*|\\1 = $1|" \
35 -e "s|^\\(AM_INIT_AUTOMAKE\\).*|\\1([$1])|"
49 grep '^Makefile\.am:1:.*:=.*not portable' stderr
52 # Files required in gnu strictness.
53 touch README INSTALL NEWS AUTHORS ChangeLog COPYING
56 ok
-Wportability -Wno-portability
57 ko
-Wno-portability -Wportability
59 set_warnings
'' Makefile.am
60 set_warnings
'-Wportability -Wno-portability' configure.ac
61 rm -rf autom4te
*.cache
64 set_warnings
'-Wno-portability -Wportability' configure.ac
65 rm -rf autom4te
*.cache
69 set_warnings
'' configure.ac
70 rm -rf autom4te
*.cache
72 set_warnings
'-Wportability -Wno-portability' Makefile.am
74 set_warnings
'-Wno-portability -Wportability' Makefile.am