changeset 2729:fe0bc5252f84

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sun, 09 Jul 2000 17:46:16 +0000
parents 75019f2bb32f
children 2134bd64a890
files m4/ChangeLog m4/jm-macros.m4
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,8 @@
 2000-07-09  Jim Meyering  <meyering@lucent.com>
 
+	* jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
+	to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
+
 	* gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
 	* jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
 
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 23
+#serial 24
 
 dnl Misc type-related macros for fileutils, sh-utils, textutils.