dect
/
libpcap
Archived
13
0
Fork 0

When removing conftest*, use "-r", to clean up OS X .dSYM turds.

This commit is contained in:
Guy Harris 2010-01-02 15:58:15 -08:00
parent 9662c40522
commit ded813e278
2 changed files with 3 additions and 3 deletions

4
aclocal.m4 vendored
View File

@ -629,7 +629,7 @@ AC_DEFUN(AC_LBL_HAVE_RUN_PATH,
else else
ac_cv_lbl_have_run_path=no ac_cv_lbl_have_run_path=no
fi fi
rm -f conftest*]) rm -f -r conftest*])
AC_MSG_RESULT($ac_cv_lbl_have_run_path) AC_MSG_RESULT($ac_cv_lbl_have_run_path)
]) ])
@ -725,7 +725,7 @@ EOF
ac_cv_lbl_unaligned_fail=no ac_cv_lbl_unaligned_fail=no
fi fi
fi fi
rm -f conftest* core core.conftest rm -f -r conftest* core core.conftest
;; ;;
esac]) esac])
AC_MSG_RESULT($ac_cv_lbl_unaligned_fail) AC_MSG_RESULT($ac_cv_lbl_unaligned_fail)

2
configure vendored
View File

@ -9910,7 +9910,7 @@ EOF
ac_cv_lbl_unaligned_fail=no ac_cv_lbl_unaligned_fail=no
fi fi
fi fi
rm -f conftest* core core.conftest rm -f -r conftest* core core.conftest
;; ;;
esac esac
fi fi