From: David MacKenzie Date: Mon, 2 May 1994 23:44:20 +0000 (+0000) Subject: Comment changes. X-Git-Tag: fsf-origin~653 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397ae4425be5033fb65f71f272708df42310e98d;p=thirdparty%2Fautoconf.git Comment changes. --- diff --git a/acgeneral.m4 b/acgeneral.m4 index d07ec6f9c..c70a469df 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -33,7 +33,7 @@ dnl dnl ### Utility functions for stamping the configure script. dnl dnl -define(AC_ACVERSION, 1.9.2)dnl +define(AC_ACVERSION, 1.9.3)dnl dnl This is defined by the --version option of the autoconf script. ifdef([AC_PRINT_VERSION], [errprint(Autoconf version AC_ACVERSION )])dnl @@ -484,6 +484,8 @@ define(AC_CONFIG_SUBDIRS, if test -z "${norecursion}"; then for ac_config_dir in $1; do + # Don't complain, so a configure script can configure a large + # source tree, or only the parts of it that are there. if test ! -d ${srcdir}/${ac_config_dir}; then continue fi @@ -540,8 +542,8 @@ dnl dnl ### Canonicalizing the system type. dnl dnl -dnl Find Cygnus configure, config.sub, and config.guess in directory $1. -dnl These are auxiliary files used in configuration. +dnl Find install.sh, config.sub, config.guess, and Cygnus configure +dnl in directory $1. These are auxiliary files used in configuration. dnl $1 can be either absolute or relative to ${srcdir}. define(AC_CONFIG_AUX, [AC_CONFIG_AUX_DIRS($1 ${srcdir}/$1)])dnl @@ -553,6 +555,8 @@ define(AC_CONFIG_AUX_DEFAULT, dnl dnl Internal subroutine. dnl Search for the configuration auxiliary files in directory list $1. +dnl We look for install.sh only so that users of AC_PROG_INSTALL +dnl do not automatically need to distribute the other auxiliary files. define(AC_CONFIG_AUX_DIRS, [ac_aux_dir= for ac_dir in $1; do diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index d07ec6f9c..c70a469df 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -33,7 +33,7 @@ dnl dnl ### Utility functions for stamping the configure script. dnl dnl -define(AC_ACVERSION, 1.9.2)dnl +define(AC_ACVERSION, 1.9.3)dnl dnl This is defined by the --version option of the autoconf script. ifdef([AC_PRINT_VERSION], [errprint(Autoconf version AC_ACVERSION )])dnl @@ -484,6 +484,8 @@ define(AC_CONFIG_SUBDIRS, if test -z "${norecursion}"; then for ac_config_dir in $1; do + # Don't complain, so a configure script can configure a large + # source tree, or only the parts of it that are there. if test ! -d ${srcdir}/${ac_config_dir}; then continue fi @@ -540,8 +542,8 @@ dnl dnl ### Canonicalizing the system type. dnl dnl -dnl Find Cygnus configure, config.sub, and config.guess in directory $1. -dnl These are auxiliary files used in configuration. +dnl Find install.sh, config.sub, config.guess, and Cygnus configure +dnl in directory $1. These are auxiliary files used in configuration. dnl $1 can be either absolute or relative to ${srcdir}. define(AC_CONFIG_AUX, [AC_CONFIG_AUX_DIRS($1 ${srcdir}/$1)])dnl @@ -553,6 +555,8 @@ define(AC_CONFIG_AUX_DEFAULT, dnl dnl Internal subroutine. dnl Search for the configuration auxiliary files in directory list $1. +dnl We look for install.sh only so that users of AC_PROG_INSTALL +dnl do not automatically need to distribute the other auxiliary files. define(AC_CONFIG_AUX_DIRS, [ac_aux_dir= for ac_dir in $1; do