--- automake.texi.orig	Wed Jan  6 14:01:26 1999
+++ automake.texi	Tue Aug 28 01:27:03 2001
@@ -1450,7 +1450,7 @@
 Then in your @file{configure.in} you can specify:
 
 @example
-SUBDIRS = "src doc lib po"
+SUBDIRS="src doc lib po"
 AC_SUBST(SUBDIRS)
 @end example