projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dcc0c8
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sun, 9 Jul 2000 17:46:16 +0000
(17:46 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 9 Jul 2000 17:46:16 +0000
(17:46 +0000)
m4/ChangeLog
patch
|
blob
|
history
m4/jm-macros.m4
patch
|
blob
|
history
diff --git
a/m4/ChangeLog
b/m4/ChangeLog
index 1e00034c0a00c152363afd28fead132c9a377d84..c860cbe33624f99c8f4ceb828410262db194983f 100644
(file)
--- 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.
diff --git
a/m4/jm-macros.m4
b/m4/jm-macros.m4
index b60b6ff22784ad024161cbb10d4098406b845865..2899775862eb3ccfa84868d0213a117e62c5ef1b 100644
(file)
--- a/
m4/jm-macros.m4
+++ b/
m4/jm-macros.m4
@@
-1,4
+1,4
@@
-#serial 2
3
+#serial 2
4
dnl Misc type-related macros for fileutils, sh-utils, textutils.