projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b9bda0
)
(gl_PREREQ): Require gl_TYPEOF.
author
Jim Meyering
<jim@meyering.net>
Thu, 17 Mar 2005 19:01:39 +0000
(19:01 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 17 Mar 2005 19:01:39 +0000
(19:01 +0000)
m4/prereq.m4
patch
|
blob
|
history
diff --git
a/m4/prereq.m4
b/m4/prereq.m4
index 78c4760891a581afddf2b2e5826891ea029c4ae6..0163ea44ea21890cef020294cc3313854f08efe6 100644
(file)
--- a/
m4/prereq.m4
+++ b/
m4/prereq.m4
@@
-1,4
+1,4
@@
-#serial
49
+#serial
50
dnl We use gl_ for non Autoconf macros.
m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
@@
-144,4
+144,5
@@
AC_DEFUN([gl_PREREQ],
AC_REQUIRE([gl_LINEBUFFER])
AC_REQUIRE([gl_ARGMATCH])
AC_REQUIRE([gl_CYCLE_CHECK])
+ AC_REQUIRE([gl_TYPEOF])
])