summaryrefslogtreecommitdiff
path: root/lib/autoconf/functions.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-03-08 08:56:18 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-03-08 08:56:48 -0800
commit88b2010a97d7c6fce0f7fc62b72ace62b03c7561 (patch)
tree4fa8ef0eba8b910ff54977a8dc37889d0669087b /lib/autoconf/functions.m4
parent14b88dee0250d998dbe461d8591427333951f91e (diff)
downloadautoconf-88b2010a97d7c6fce0f7fc62b72ace62b03c7561.tar.gz
AC_PROG_CC etc: avoid warnings when removing conftest* on OS X
Reported by Nobuyoshi Nakada in: http://lists.gnu.org/archive/html/autoconf-patches/2013-03/msg00003.html * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CC_C_O, AC_PROG_CXX_C_O): * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): * lib/autoconf/functions.m4 (AC_FUNC_SELECT_ARGTYPES): Use rm -rf, not just rm -f, when removing conftest*.
Diffstat (limited to 'lib/autoconf/functions.m4')
-rw-r--r--lib/autoconf/functions.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
index 1b566410..f994a4a1 100644
--- a/lib/autoconf/functions.m4
+++ b/lib/autoconf/functions.m4
@@ -1510,7 +1510,7 @@ AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG234, ($[2]),
[Define to the type of args 2, 3 and 4 for `select'.])
AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG5, ($[3]),
[Define to the type of arg 5 for `select'.])
-rm -f conftest*
+rm -rf conftest*
])# AC_FUNC_SELECT_ARGTYPES