commit | 25a75c7cc8e2f117aa4e0c7a3def53c52e37996f | [log] [tgz] |
---|---|---|
author | Sebastian Dröge <slomo@circular-chaos.org> | Thu Jan 10 12:14:04 2008 +0000 |
committer | Sebastian Dröge <slomo@circular-chaos.org> | Thu Jan 10 12:14:04 2008 +0000 |
tree | 6d9c39c59e07b273f37ec4bb7e5f41acfd52ba94 | |
parent | 4a3f163052582f47c2a13a6daa22c2be4cb660de [diff] |
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.