]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(jm_MACROS): Require gl_READTOKENS.
authorJim Meyering <jim@meyering.net>
Fri, 12 Sep 2003 20:13:37 +0000 (20:13 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Sep 2003 20:13:37 +0000 (20:13 +0000)
m4/jm-macros.m4

index 65c9ebf0a989580e71b65043a91f47bc4e2ec0fa..3bc2e4e8b2f2dbed519b2799e9d0411064ef49df 100644 (file)
@@ -167,6 +167,8 @@ AC_DEFUN([jm_MACROS],
   # use the corresponding stub.
   AC_CHECK_FUNC([fchdir], , [AC_LIBOBJ(fchdir-stub)])
   AC_CHECK_FUNC([fchown], , [AC_LIBOBJ(fchown-stub)])
+
+  AC_REQUIRE([gl_READTOKENS])
 ])
 
 # These tests must be run before any use of AC_CHECK_TYPE,