Bug#754268: commandline-specified CFLAGS override -std= parameter from AC_PROG_CC_C99

2014-08-09 Thread Ben Pfaff
[resending due to wrong @bugs address in last copy, sorry] On Wed, Jul 09, 2014 at 09:50:08AM +0200, Wouter Verhelst wrote: Package: autoconf Version: 2.69-7 Severity: normal Hi, The nbd configure.ac contains: AC_PROG_CC_C99 because I use a number of C99 constructs in the code.

Bug#754268: commandline-specified CFLAGS override -std= parameter from AC_PROG_CC_C99

2014-07-09 Thread Wouter Verhelst
Package: autoconf Version: 2.69-7 Severity: normal Hi, The nbd configure.ac contains: AC_PROG_CC_C99 because I use a number of C99 constructs in the code. When, however, I run configure like so: ./configure CFLAGS='-g -O0 -Wall -Werror' because I want to clean up the code a bit, I get an