* configure.in: Fix up use of compilation flags to match the build:
commitff084b8768620614716a5b230d591656bdec3710
authorRoland McGrath <roland@gnu.org>
Fri, 4 Apr 2003 03:04:08 +0000 (4 03:04 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 4 Apr 2003 03:04:08 +0000 (4 03:04 +0000)
tree87314b35fccc3c35a942e6eace8686c665c28798
parent3217788f603f90d1fad82d15a68a24be82c83614
* configure.in: Fix up use of compilation flags to match the build:

For .s files, $ASFLAGS;
For .S files, $CPPFLAGS $ASFLAGS;
For .c files, $CFLAGS $CPPFLAGS;
when linking, add $LDFLAGS.
* configure: Regenerated.
ChangeLog