automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

94-ac-prog-install.patch


From: Akim Demaille
Subject: 94-ac-prog-install.patch
Date: Fri, 02 Mar 2001 00:26:50 +0100

Index: ChangeLog
from  Akim Demaille  <address@hidden>
        * 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

[Prev in Thread] Current Thread [Next in Thread]