summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-01-20 16:51:48 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-01-20 16:51:48 +0000
commitdc05d669a7582ceb66ac41393b8f19a83abb7004 (patch)
treeb2775ee2d25ea348cfcdc4955726b584d821c2a4 /m4
parent8c890fa48ddfd15c1beae99e7adf4473362d63f4 (diff)
downloadmailutils-dc05d669a7582ceb66ac41393b8f19a83abb7004.tar.gz
mailutils-dc05d669a7582ceb66ac41393b8f19a83abb7004.tar.bz2
Fixed
Diffstat (limited to 'm4')
-rw-r--r--m4/gnulib.m43
-rw-r--r--m4/xstrtol.m46
2 files changed, 6 insertions, 3 deletions
diff --git a/m4/gnulib.m4 b/m4/gnulib.m4
index 52d9370eb..b134420e7 100644
--- a/m4/gnulib.m4
+++ b/m4/gnulib.m4
@@ -39,6 +39,9 @@ gl_FUNC_SNPRINTF
# vasprintf
gl_FUNC_VASPRINTF
+# xstrtol
+gl_XSTRTOL
+
# xalloc-die
# xsize
diff --git a/m4/xstrtol.m4 b/m4/xstrtol.m4
index b79308e64..95bd9a664 100644
--- a/m4/xstrtol.m4
+++ b/m4/xstrtol.m4
@@ -6,9 +6,9 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_XSTRTOL],
[
- MU_LIBSOURCES([xstrtol.c, xstrtol.h, xstrtoul.c, intprops.h])
- MU_LIBOBJ([xstrtol])
- MU_LIBOBJ([xstrtoul])
+ AC_LIBSOURCES([xstrtol.c, xstrtol.h, xstrtoul.c, intprops.h])
+ AC_LIBOBJ([xstrtol])
+ AC_LIBOBJ([xstrtoul])
AC_REQUIRE([gl_PREREQ_XSTRTOL])
AC_REQUIRE([gl_PREREQ_XSTRTOUL])

Return to:

Send suggestions and report system problems to the System administrator.