diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-20 16:38:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-20 16:38:41 +0000 |
commit | 6eedcbbf3d14c9f34f53e4dcd8fc690e38b9b295 (patch) | |
tree | f9d6c6c22b7f2e2f44499a61701bdcccc2d362f7 /m4 | |
parent | f501ec73d7ed4a83b77df8ba85c890cc0ae33c1e (diff) | |
download | coreutils-6eedcbbf3d14c9f34f53e4dcd8fc690e38b9b295.tar.xz |
remove the temporary directory
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ftw.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]) |