diff options
author | Jim Meyering <jim@meyering.net> | 1999-02-07 05:23:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-02-07 05:23:27 +0000 |
commit | 88869ee0241033f4cb66140fe009e9c9d8bc2478 (patch) | |
tree | ea1ec1cd08499485cde978df12707e6778af2e0d /m4 | |
parent | 505f12e2e40c1f20cf31940f655d971a4b1d7629 (diff) | |
download | coreutils-88869ee0241033f4cb66140fe009e9c9d8bc2478.tar.xz |
Actually invoke jm_WITH_REGEX now that it requires an argument.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index eef82b7af..850dc8f86 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 5 +#serial 6 dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -9,7 +9,8 @@ AC_DEFUN(jm_MACROS, dnl This macro actually runs replacement code. See isc-posix.m4. AC_REQUIRE([AC_ISC_POSIX])dnl - AC_REQUIRE([jm_WITH_REGEX]) + jm_WITH_REGEX([lib/regex.c]) + AC_REQUIRE([jm_ASSERT]) AC_REQUIRE([jm_AC_HEADER_INTTYPES_H]) AC_REQUIRE([jm_AC_TYPE_UINTMAX_T]) |