This commit is contained in:
Jim Meyering
1996-06-30 14:29:29 +00:00
parent 23b80c8e30
commit c18996947c
+3 -2
View File
@@ -8,8 +8,9 @@ Wed Jun 26 21:35:10 1996 Jim Meyering <meyering@na-net.ornl.gov>
* src/Makefile.am (LDADD): Remove sort-specific hack to link
with -lm.
* aclocal.m4 (AM_FUNC_STRTOD): New macro.
* configure.in: Use AM_FUNC_STRTOD, and remove strtod from
AC_REPLACE_FUNCS. Suggested by Tom Tromey.
* configure.in (AM_FUNC_STRTOD): Use it.
(AC_REPLACE_FUNCS): Remove strtod.
Suggested by Tom Tromey.
* po/Makefile.in.in (install-data): Add `else true;' to avoid
letting failing if-condition cause make to fail.