(gl_PREREQ): Don't require gl_TYPEOF; no longer needed.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Jul 2005 06:30:27 +0000 (06:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Jul 2005 06:30:27 +0000 (06:30 +0000)
m4/prereq.m4

index 9ca0440..adc0743 100644 (file)
@@ -1,4 +1,4 @@
-#serial 59
+#serial 60
 
 dnl We use gl_ for non Autoconf macros.
 m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
@@ -171,5 +171,4 @@ AC_DEFUN([gl_PREREQ],
   AC_REQUIRE([gl_LINEBUFFER])
   AC_REQUIRE([gl_ARGMATCH])
   AC_REQUIRE([gl_CYCLE_CHECK])
-  AC_REQUIRE([gl_TYPEOF])
 ])