repo.or.cz
/
cls.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated version, but need to update installation scripts
[cls.git]
/
aclocal.m4
blob
9a1a64ad0a253f9d53f19d93b0e67d822bf5e25d
1
define(XLS_CHECK_DEFINE,
2
[echo checking for $1
3
AC_PROGRAM_EGREP(yes,
4
[#ifdef $1
5
yes
6
#endif
7
], $2)
8
])dnl