No argument, use AC_LIST_SUBDIRS.
Adjust callers.
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.
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
])# _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.
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.
cd $ac_popdir
done
fi
-])# AC_OUTPUT_SUBDIRS
+])# _AC_OUTPUT_SUBDIRS
# AC_LINKER_OPTION(LINKER-OPTIONS, SHELL-VARIABLE)
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
])# _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.
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.
cd $ac_popdir
done
fi
-])# AC_OUTPUT_SUBDIRS
+])# _AC_OUTPUT_SUBDIRS
# AC_LINKER_OPTION(LINKER-OPTIONS, SHELL-VARIABLE)