automake-patches
[Top][All Lists]
Advanced

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

py-compile-and-elisp-comp-in-auxdir.patch


From: Alexandre Duret-Lutz
Subject: py-compile-and-elisp-comp-in-auxdir.patch
Date: Wed, 26 Sep 2001 18:47:18 +0200

This is meant for branch-real-1-5 and HEAD.

2001-09-26  Alexandre Duret-Lutz  <address@hidden>

        * automake.in (handle_emacs_lisp, handle_python): Use
        require_conf_file_with_conf_line instead of
        require_file_with_conf_line, so that elisp-comp and py-compile
        are put in the aux-directory.

--- automake.in.15      Wed Sep 26 16:14:27 2001
+++ automake.in Wed Sep 26 16:15:06 2001
@@ -4193,7 +4193,8 @@
     &am_error ("`lisp_LISP' defined but `AM_PATH_LISPDIR' not in 
`$configure_ac'")
       if ! $seen_lispdir && &variable_defined ('lisp_LISP');
 
-    &require_file_with_conf_line ('AM_PATH_LISPDIR', $FOREIGN, 'elisp-comp');
+    &require_conf_file_with_conf_line ('AM_PATH_LISPDIR',
+                                      $FOREIGN, 'elisp-comp');
 }
 
 # Handle Python
@@ -4207,7 +4208,8 @@
     &am_error ("`python_PYTHON' defined but `AM_PATH_PYTHON' not in 
`$configure_ac'")
        if ! $seen_pythondir && &variable_defined ('python_PYTHON');
 
-    &require_file_with_conf_line ('AM_PATH_PYTHON', $FOREIGN, 'py-compile');
+    &require_conf_file_with_conf_line ('AM_PATH_PYTHON',
+                                      $FOREIGN, 'py-compile');
     &define_variable ('py_compile', $config_aux_dir . '/py-compile');
 }
 



reply via email to

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