behavior of header files significantly. It causes __STRICT_ANSI__ to
be defined, and some headers interpret that as cause to e.g. not use
`long long' or __attribute__. The former example is bad when off_t is
supposed to be `long long'.
+Sat Jul 30 22:01:32 2005 Ben Pfaff <blp@gnu.org>
+
+ * Make.build: Don't append -ansi to AM_CFLAGS for GCC. Using
+ -ansi changes the behavior of header files significantly.
+ It causes __STRICT_ANSI__ to be defined, and some headers
+ interpret that as cause to e.g. not use `long long' or
+ __attribute__. The former example is bad when off_t is supposed
+ to be `long long'.
+
Sun Jul 24 20:26:59 2005 Ben Pfaff <blp@gnu.org>
Get rid of dependency on libgmp by writing our own routine for
if cc_is_gcc
AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \
--Wpointer-arith -Wno-sign-compare -Wmissing-prototypes \
--ansi
+-Wpointer-arith -Wno-sign-compare -Wmissing-prototypes
endif
if unix