So I'm using AM_INIT_AUTOMAKE([-Werror]) and it seems to work. I do notice this, however:
> Edit Makefile.am bogusly > gmake cd /sourceplace && /bin/sh /sourceplace/config/missing --run automake-1.8 --foreign libcdb/Makefile:global-vars.mk:libcdb/Makefile.in libcdb/Makefile.am:27: AM_CFLAGS multiply defined in condition TRUE ... build/config.files/am-normal.am:6: ... `AM_CFLAGS' previously defined here libcdb/Makefile.am:24: `build/config.files/am-normal.am' included from here make: *** [/sourceplace/libcdb/Makefile.in] Error 1 > gmake cd../.. && /bin/sh ./config.status libcdb/Makefile depfiles config.status: creating libcdb/Makefile config.status: executing depfiles commands Finished /sourceplace/A.whereverlibcdb And developers being developers, I am concerned that the "remake" did not also fail. H
