|
Last change
on this file was 1, checked in by Paul Smedley, 10 years ago |
|
Initial commit of Heimdal 1.5.3
|
|
File size:
315 bytes
|
| Line | |
|---|
| 1 | dnl $Id$
|
|---|
| 2 | dnl
|
|---|
| 3 | dnl
|
|---|
| 4 | dnl Same as AC _REPLACE_FUNCS, just define HAVE_func if found in normal
|
|---|
| 5 | dnl libraries
|
|---|
| 6 |
|
|---|
| 7 | AC_DEFUN([AC_BROKEN],
|
|---|
| 8 | [AC_FOREACH([rk_func], [$1],
|
|---|
| 9 | [AC_CHECK_FUNC(rk_func,
|
|---|
| 10 | [AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_[]rk_func), 1,
|
|---|
| 11 | [Define if you have the function `]rk_func['.])],
|
|---|
| 12 | [rk_LIBOBJ(rk_func)])])])
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.