projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77b4cb3
)
(_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
author
Jim Meyering
<jim@meyering.net>
Tue, 22 May 2001 06:56:43 +0000
(06:56 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 22 May 2001 06:56:43 +0000
(06:56 +0000)
now that we use the package-supplied version unconditionally.
(jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
m4/strftime.m4
patch
|
blob
|
history
diff --git
a/m4/strftime.m4
b/m4/strftime.m4
index 1a0559eaae2f3b3fb2e69520681aa59426fd26f7..1a1423c71d20b5494763e4f9bb8d71cf4d092e30 100644
(file)
--- a/
m4/strftime.m4
+++ b/
m4/strftime.m4
@@
-33,7
+33,6
@@
AC_DEFUN(jm_FUNC_GNU_STRFTIME,
AC_REQUIRE([AC_C_CONST])dnl
AC_REQUIRE([AC_HEADER_STDC])dnl
AC_CHECK_HEADERS(sys/time.h)
- AC_LIBOBJ(strftime)
AC_DEFINE([my_strftime], [nstrftime],
[Define to the name of the strftime replacement function.])
])
@@
-41,5
+40,4
@@
AC_DEFUN(jm_FUNC_GNU_STRFTIME,
AC_DEFUN(jm_FUNC_STRFTIME,
[
_jm_STRFTIME_PREREQS
- AC_REPLACE_FUNCS(strftime)
])