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:14:04 +0000 (12:14 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 10 Jan 2008 12:14:04 +0000 (12:14 +0000)
commit25a75c7cc8e2f117aa4e0c7a3def53c52e37996f
tree6d9c39c59e07b273f37ec4bb7e5f41acfd52ba94
parent4a3f163052582f47c2a13a6daa22c2be4cb660de
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