summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroliva <oliva>1999-09-15 02:33:28 +0000
committeroliva <oliva>1999-09-15 02:33:28 +0000
commita3ef30aab32e98d25e492222cc3e2fcfd3415ca6 (patch)
tree0f03f7a3111f142f1ab4275e2e04d4490e90f467
parentbe0b76c255a5d2960a2cf0ad0a28c08df8f05b31 (diff)
downloadautoconf-a3ef30aab32e98d25e492222cc3e2fcfd3415ca6.tar.gz
* acgeneral.m4 (AC_OUTPUT_SUBDIRS): Save INSTALL in
ac_given_INSTALL, so that we can adjust relative pathnames for sub-configures.
-rw-r--r--ChangeLog4
-rw-r--r--acgeneral.m43
-rw-r--r--lib/autoconf/general.m43
3 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5400722..6d28d3ff 100644
--- 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.
diff --git a/acgeneral.m4 b/acgeneral.m4
index bd01f41c..fd2d9cdf 100644
--- a/acgeneral.m4
+++ b/acgeneral.m4
@@ -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
diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4
index bd01f41c..fd2d9cdf 100644
--- a/lib/autoconf/general.m4
+++ b/lib/autoconf/general.m4
@@ -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