projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b80abb
)
s/HAVE_DECLARATION_/HAVE_DECL_/g
author
Jim Meyering
<jim@meyering.net>
Sun, 14 Dec 1997 07:40:32 +0000
(07:40 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 14 Dec 1997 07:40:32 +0000
(07:40 +0000)
m4/decl.m4
patch
|
blob
|
history
diff --git
a/m4/decl.m4
b/m4/decl.m4
index dcf92c52f830129285dfd52b02d865775d57b0a4..980fc0e789c0f7dc649a873feb38542ce4c061d8 100644
(file)
--- a/
m4/decl.m4
+++ b/
m4/decl.m4
@@
-52,7
+52,7
@@
AC_DEFUN(jm_CHECK_DECLARATIONS,
do
jm_CHECK_DECLARATION($jm_func,
[
- jm_tr_func=HAVE_DECL
ARATION
_`echo $jm_func | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`
+ jm_tr_func=HAVE_DECL_`echo $jm_func | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`
AC_DEFINE_UNQUOTED($jm_tr_func) $2], $3)dnl
done
])