summaryrefslogtreecommitdiff
path: root/m4/ftw.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-20 16:38:41 +0000
committerJim Meyering <jim@meyering.net>2003-01-20 16:38:41 +0000
commit6eedcbbf3d14c9f34f53e4dcd8fc690e38b9b295 (patch)
treef9d6c6c22b7f2e2f44499a61701bdcccc2d362f7 /m4/ftw.m4
parentf501ec73d7ed4a83b77df8ba85c890cc0ae33c1e (diff)
downloadcoreutils-6eedcbbf3d14c9f34f53e4dcd8fc690e38b9b295.tar.xz
remove the temporary directory
Diffstat (limited to 'm4/ftw.m4')
-rw-r--r--m4/ftw.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ftw.m4 b/m4/ftw.m4
index 7a2f7c28c..f0fedd4b0 100644
--- a/m4/ftw.m4
+++ b/m4/ftw.m4
@@ -47,6 +47,7 @@ main ()
[ac_cv_func_ftw_working=yes],
[ac_cv_func_ftw_working=no],
[ac_cv_func_ftw_working=no])])
+ rm -rf conftest.dir
if test $ac_cv_func_ftw_working = no; then
AC_LIBOBJ([ftw])
AC_CONFIG_LINKS([$ac_config_libobj_dir/ftw.h:$ac_config_libobj_dir/ftw_.h])