summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-09-28 13:53:53 +0200
committerPeter Simons <simons@cryp.to>2017-09-28 13:53:53 +0200
commitcdbb54bfb4489796bfb101aeed5476cb5608a2d6 (patch)
tree0e72be3b957cb7ef4a1b7898697aa7279f1a392d
parent76199ac4960938f790a5729736c3a17c3498f624 (diff)
downloadautoconf-archive-cdbb54bfb4489796bfb101aeed5476cb5608a2d6.tar.gz
AX_SUBDIRS_CONFIGURE: cosmeticv2017.09.28
-rw-r--r--m4/ax_subdirs_configure.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_subdirs_configure.m4 b/m4/ax_subdirs_configure.m4
index 55e16c6..84df564 100644
--- a/m4/ax_subdirs_configure.m4
+++ b/m4/ax_subdirs_configure.m4
@@ -147,7 +147,7 @@
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <https://www.gnu.org/licenses/>.
-#serial 3
+#serial 4
AC_DEFUN([AX_SUBDIRS_CONFIGURE],
[
@@ -273,7 +273,7 @@ AC_DEFUN([AX_SUBDIRS_CONFIGURE],
dnl configure script. This is mostly what happens in _AC_OUTPUT_SUBDIRS
dnl except it does not iterate over an intermediary list.
AC_CONFIG_COMMANDS_PRE(
- dnl This very line can not be quoted! m4_foreach has some work here.
+ dnl This very line cannot be quoted! m4_foreach has some work here.
ax_dir="subdir_path"
[
# Convert the path to the subdirectory into a shell variable name.