]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_OUTPUT_SUBDIRS): Rename as _AC_OUTPUT_SUBDIRS.
authorAkim Demaille <akim@epita.fr>
Tue, 21 Mar 2000 09:20:40 +0000 (09:20 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 21 Mar 2000 09:20:40 +0000 (09:20 +0000)
No argument, use AC_LIST_SUBDIRS.
Adjust callers.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 88dd7bf726dcc556523d470edc5372e85e9b5800..80c6991538fa28cb3b6c06ee3ebe094e6a7b1071 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2000-03-20  Akim Demaille  <akim@epita.fr>
 
+       * acgeneral.m4 (AC_OUTPUT_SUBDIRS): Rename as _AC_OUTPUT_SUBDIRS.
+       No argument, use AC_LIST_SUBDIRS.
+       Adjust callers.
+
+2000-03-18  Akim Demaille  <akim@epita.fr>
+
        * acgeneral.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Double quote the head
        of the help snippet.
 
index 3faf42abb5af9999a065f909575639df28846d02..b63f1a423a1aa182ca41241220a6ad8c22028a5f 100644 (file)
@@ -3604,7 +3604,7 @@ AC_OUTPUT_COMMANDS_POST()dnl
 
 test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1
 dnl config.status should not do recursion.
-ifset([AC_LIST_SUBDIRS], [AC_OUTPUT_SUBDIRS(AC_LIST_SUBDIRS)])dnl
+ifset([AC_LIST_SUBDIRS], [_AC_OUTPUT_SUBDIRS()])dnl
 ])# AC_OUTPUT
 
 
@@ -4367,11 +4367,11 @@ EOF
 ])# _AC_OUTPUT_COMMANDS
 
 
-# AC_OUTPUT_SUBDIRS(DIRECTORY...)
-# -------------------------------
+# _AC_OUTPUT_SUBDIRS
+# ------------------
 # This is a subroutine of AC_OUTPUT, but it does not go into
 # config.status, rather, it is called after running config.status.
-define(AC_OUTPUT_SUBDIRS,
+define(_AC_OUTPUT_SUBDIRS,
 [
 #
 # CONFIG_SUBDIRS section.
@@ -4402,10 +4402,10 @@ if test "$no_recursion" != yes; then
     esac
   done
 
-ifdef([AC_PROVIDE_AC_PROG_INSTALL],[  ac_given_INSTALL="$INSTALL"
+ifdef([AC_PROVIDE_AC_PROG_INSTALL], [  ac_given_INSTALL="$INSTALL"
 ])dnl
 
-  for ac_config_dir in $1; do
+  for ac_config_dir in AC_LIST_SUBDIRS; do
 
     # Do not complain, so a configure script can configure whichever
     # parts of a large source tree are present.
@@ -4481,7 +4481,7 @@ ifdef([AC_PROVIDE_AC_PROG_INSTALL],
     cd $ac_popdir
   done
 fi
-])# AC_OUTPUT_SUBDIRS
+])# _AC_OUTPUT_SUBDIRS
 
 
 # AC_LINKER_OPTION(LINKER-OPTIONS, SHELL-VARIABLE)
index 3faf42abb5af9999a065f909575639df28846d02..b63f1a423a1aa182ca41241220a6ad8c22028a5f 100644 (file)
@@ -3604,7 +3604,7 @@ AC_OUTPUT_COMMANDS_POST()dnl
 
 test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1
 dnl config.status should not do recursion.
-ifset([AC_LIST_SUBDIRS], [AC_OUTPUT_SUBDIRS(AC_LIST_SUBDIRS)])dnl
+ifset([AC_LIST_SUBDIRS], [_AC_OUTPUT_SUBDIRS()])dnl
 ])# AC_OUTPUT
 
 
@@ -4367,11 +4367,11 @@ EOF
 ])# _AC_OUTPUT_COMMANDS
 
 
-# AC_OUTPUT_SUBDIRS(DIRECTORY...)
-# -------------------------------
+# _AC_OUTPUT_SUBDIRS
+# ------------------
 # This is a subroutine of AC_OUTPUT, but it does not go into
 # config.status, rather, it is called after running config.status.
-define(AC_OUTPUT_SUBDIRS,
+define(_AC_OUTPUT_SUBDIRS,
 [
 #
 # CONFIG_SUBDIRS section.
@@ -4402,10 +4402,10 @@ if test "$no_recursion" != yes; then
     esac
   done
 
-ifdef([AC_PROVIDE_AC_PROG_INSTALL],[  ac_given_INSTALL="$INSTALL"
+ifdef([AC_PROVIDE_AC_PROG_INSTALL], [  ac_given_INSTALL="$INSTALL"
 ])dnl
 
-  for ac_config_dir in $1; do
+  for ac_config_dir in AC_LIST_SUBDIRS; do
 
     # Do not complain, so a configure script can configure whichever
     # parts of a large source tree are present.
@@ -4481,7 +4481,7 @@ ifdef([AC_PROVIDE_AC_PROG_INSTALL],
     cd $ac_popdir
   done
 fi
-])# AC_OUTPUT_SUBDIRS
+])# _AC_OUTPUT_SUBDIRS
 
 
 # AC_LINKER_OPTION(LINKER-OPTIONS, SHELL-VARIABLE)