autogen: remove -Wno-portability from here
as it is in configure.ac now.
This commit is contained in:
parent
9c40eeeb4c
commit
07055a9297
@ -85,7 +85,7 @@ tool_run "$autoheader"
|
||||
echo timestamp > stamp-h.in 2> /dev/null
|
||||
|
||||
tool_run "$autoconf"
|
||||
tool_run "$automake" "-a -c -Wno-portability"
|
||||
tool_run "$automake" "-a -c"
|
||||
|
||||
# if enable exists, add an -enable option for each of the lines in that file
|
||||
if test -f enable; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user