Re: [PATCH] simplify APR_CHECK_FILE() macro

2002-10-17 Thread Jeff Trawick
Joe Orton <[EMAIL PROTECTED]> writes: > This patch: > * simplifies APR_CHECK_FILE to use an m4 translit() to avoid the evals > * uses AC_DEFUN to define macros in autoconf, not define() > * drops support for the second and third arguments to the macro, since > these aren't used anywhere. (checked

[PATCH] simplify APR_CHECK_FILE() macro

2002-10-16 Thread Joe Orton
This patch: * simplifies APR_CHECK_FILE to use an m4 translit() to avoid the evals * uses AC_DEFUN to define macros in autoconf, not define() * drops support for the second and third arguments to the macro, since these aren't used anywhere. (checked apr-util, httpd-2.0, SVN) --- build/apr_common.m