Index: ChangeLog
from  Akim Demaille  <[EMAIL PROTECTED]>
        * automake.in: Require AC_PROG_INSTALL in...
        (&scan_autoconf_files): here.
        
        
Index: automake.in
--- automake.in Thu, 01 Mar 2001 22:20:42 +0100 akim (am/f/39_automake.i 1.101 755)
+++ automake.in Thu, 01 Mar 2001 22:29:41 +0100 akim (am/f/39_automake.i 1.101 755)
@@ -913,9 +913,6 @@ sub initialize_per_input ()
     }
 }
 
-&am_conf_error ("AC_PROG_INSTALL must be used")
-    if (! $seen_prog_install);
-
 exit $exit_status;
 
 
@@ -4876,6 +4873,9 @@ sub scan_autoconf_files
     # for our own reasons.
     &am_conf_error ("\`AC_PROG_MAKE_SET' must be used")
        if ! $seen_make_set;
+
+    &am_conf_error ("\`AC_PROG_INSTALL' must be used")
+      if ! $seen_prog_install;
 
     # Look for some files we need.  Always check for these.  This
     # check must be done for every run, even those where we are only

Reply via email to