Bjarni Ingi Gislason wrote: > $(lib_libgnu_a_CFLAGS) is put before $(CFLAGS).
This is as it should be. The user-provided CFLAGS must override the package-provided lib_libgnu_a_CFLAGS. Rationale: "The user is always right". > I have not found the place where such lines are constructed. Makefile.in is constructed by Automake. Bruno
