From: oliva Date: Wed, 15 Sep 1999 02:33:28 +0000 (+0000) Subject: * acgeneral.m4 (AC_OUTPUT_SUBDIRS): Save INSTALL in X-Git-Tag: exp-1999-09-21~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3ef30aab32e98d25e492222cc3e2fcfd3415ca6;p=thirdparty%2Fautoconf.git * acgeneral.m4 (AC_OUTPUT_SUBDIRS): Save INSTALL in ac_given_INSTALL, so that we can adjust relative pathnames for sub-configures. --- diff --git a/ChangeLog b/ChangeLog index a5400722..6d28d3ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-09-14 Alexandre Oliva + * 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