Many files:
  Checkin of e2fsprogs 1.02.

diff --git a/MCONFIG.in b/MCONFIG.in
index 1d02cd2..c3c8f7a 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -25,9 +25,11 @@
 CC = @CC@
 DEFS = @DEFS@
 LIBS = @LIBS@
-CFLAGS = $(CPPFLAGS) $(DEFS) $(WFLAGS) @CFLAGS@ $(XTRA_CFLAGS) \
+CFLAGS = @CFLAGS@
+ALL_CFLAGS = $(CPPFLAGS) $(DEFS) $(WFLAGS) $(CFLAGS) $(XTRA_CFLAGS) \
 	-I$(top_builddir)/lib -I$(top_srcdir)/lib $(LINUX_INCLUDE) 
 LDFLAGS = @LDFLAGS@
+ALL_LDFLAGS = $(LDFLAGS)
 RM = @RM@
 LN = @LN@
 MV = @MV@
@@ -93,7 +95,7 @@
 
 .depend: Makefile $(SRCS) $(top_srcdir)/depfix.sed
 	if test -n "$(SRCS)" ; then \
-		$(CC) -M $(CFLAGS) $(SRCS) | \
+		$(CC) -M $(ALL_CFLAGS) $(SRCS) | \
 			sed -f $(top_srcdir)/depfix.sed | \
 			sed -e 's; $(srcdir)/; $$(srcdir)/;g' | \
 			sed -e 's; $(top_srcdir)/; $$(top_srcdir)/;g' | \