autogen.sh: Add -Wno-portability to the automake parameters to stop warnings about...
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 10 Jan 2008 12:36:46 +0000 (12:36 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 10 Jan 2008 12:36:46 +0000 (12:36 +0000)
commit868b72c9a3b624231fd36fb6fe68ecac8584f9af
tree7cf7797d05d29c7a7fb32314d6fe514f5d167a0f
parent8fc6e320d065e28896b22539b28b5c8208054207
autogen.sh: Add -Wno-portability to the automake parameters to stop warnings about GNU make extensions being used. We...

Original commit message from CVS:
* autogen.sh:
Add -Wno-portability to the automake parameters to stop warnings
about GNU make extensions being used. We require GNU make in almost
every Makefile anyway.
* configure.ac:
Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
at the same time is required for per target flags.
ChangeLog
autogen.sh
configure.ac