]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_OUTPUT_SUBDIRS): Save INSTALL in
authoroliva <oliva>
Wed, 15 Sep 1999 02:33:28 +0000 (02:33 +0000)
committeroliva <oliva>
Wed, 15 Sep 1999 02:33:28 +0000 (02:33 +0000)
ac_given_INSTALL, so that we can adjust relative pathnames for
sub-configures.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index a5400722dc8485e38e5da4a8561344d19160925d..6d28d3ff636ec90edc0480f641da4fe847e41857 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1999-09-14  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
 
+       * acgeneral.m4 (AC_OUTPUT_SUBDIRS): Save INSTALL in
+       ac_given_INSTALL, so that we can adjust relative pathnames for
+       sub-configures.
+
        * acgeneral.m4 (Configuration): Accept --env-VAR=VALUE and
        VAR=value.
        * autoconf.texi, install.texi: Document it.
index bd01f41ccc7b18af8647bb90b27b4a7d8dbb215a..fd2d9cdf1ad0c7e29022a8e15bdd3c97716aa75e 100644 (file)
@@ -3047,6 +3047,9 @@ if test "$no_recursion" != yes; then
     esac
   done
 
+ifdef([AC_PROVIDE_AC_PROG_INSTALL],[  ac_given_INSTALL="$INSTALL"
+])dnl
+
   for ac_config_dir in $1; do
 
     # Do not complain, so a configure script can configure whichever
index bd01f41ccc7b18af8647bb90b27b4a7d8dbb215a..fd2d9cdf1ad0c7e29022a8e15bdd3c97716aa75e 100644 (file)
@@ -3047,6 +3047,9 @@ if test "$no_recursion" != yes; then
     esac
   done
 
+ifdef([AC_PROVIDE_AC_PROG_INSTALL],[  ac_given_INSTALL="$INSTALL"
+])dnl
+
   for ac_config_dir in $1; do
 
     # Do not complain, so a configure script can configure whichever