Many files:
  Use new substitution technology which doesn't depend on shell scripts.
  (Faster, and better for MS-DOS port!)

diff --git a/configure.in b/configure.in
index f83c5a4..35f6f7e 100644
--- a/configure.in
+++ b/configure.in
@@ -508,7 +508,7 @@
 if test -d ${srcdir}/resize ; then
    rmakefile=resize/Makefile
 fi
-AC_OUTPUT(MCONFIG lib/substitute_sh Makefile lib/et/Makefile 
+AC_OUTPUT(MCONFIG Makefile util/Makefile util/subst.conf lib/et/Makefile 
 	lib/ss/Makefile lib/ext2fs/Makefile lib/e2p/Makefile lib/uuid/Makefile
 	misc/Makefile e2fsck/Makefile debugfs/Makefile tests/Makefile 
 	tests/progs/Makefile $rmakefile doc/Makefile)