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:22:46 +0000 (12:22 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 10 Jan 2008 12:22:46 +0000 (12:22 +0000)
commita0223952a6d7ca01cca465730bb150050967920d
tree0ac59d45afa3f9c709fd508168edd5f198588b8f
parent526fd3d7da562ac8ee8d48961e1c3aa1915625e2
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
common
configure.ac