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:28:19 +0000 (12:28 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 10 Jan 2008 12:28:19 +0000 (12:28 +0000)
commit0d018f956a140dd8ed75f7cf3fba00b4339c8c89
tree15f3c3800669dbf8e4ec973604c2be3a248c3cdf
parentd2a9cb399846e77fe0c89cad305853d9321d41d3
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