From: Jim Meyering Date: Mon, 20 Jan 2003 16:31:28 +0000 (+0000) Subject: see if we can do it without rpl_ftw X-Git-Tag: v4.5.5~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f501ec73d7ed4a83b77df8ba85c890cc0ae33c1e;p=thirdparty%2Fcoreutils.git see if we can do it without rpl_ftw --- diff --git a/m4/ftw.m4 b/m4/ftw.m4 index 63da5dabb2..7a2f7c28ce 100644 --- a/m4/ftw.m4 +++ b/m4/ftw.m4 @@ -49,8 +49,7 @@ main () [ac_cv_func_ftw_working=no])]) if test $ac_cv_func_ftw_working = no; then AC_LIBOBJ([ftw]) - AC_DEFINE(ftw, rpl_ftw, - [Define to rpl_ftw if the replacement function should be used.]) + AC_CONFIG_LINKS([$ac_config_libobj_dir/ftw.h:$ac_config_libobj_dir/ftw_.h]) # Add tsearch.o IFF we have to use the replacement ftw.c. if test -n "$need_tdestroy"; then AC_LIBOBJ([tsearch])