--- toast	2004/05/24 00:04:39	1.329
+++ toast	2004/06/01 01:01:08	1.330
@@ -2775,6 +2775,14 @@
         }
       }
 
+      my($amhelper) = path($dir, "install-sh");
+      if(-l($amhelper) && !-r($amhelper)) # e.g. sgml-common/0.6.3
+      {
+        optcdrun($dir, "aclocal");
+        optcdrun($dir, "automake", "-acf");
+        optcdrun($dir, "autoconf", "-f");
+      }
+
       cdrun($dir, @confcmd);
       return $dir;
     }
@@ -6205,6 +6213,7 @@
 
 Wish list:
 
+  - default to --disable-multiplatform for tetex? (email 5/26/04)
   - error messages that explain command usage (gale 2004-05-06 17:08:20)
   - convenient way to specify storedir, etc. during first time setup
   - work around lack of getenv(), mkdir(), etc. in microperl...?