3 dnl From J. David Anglin.
5 dnl HPUX and other systems can't unlink shared text that is being executed.
7 AC_DEFUN([jm_FUNC_UNLINK_BUSY_TEXT],
9 AC_CACHE_CHECK([whether a running program can be unlinked],
10 jm_cv_func_unlink_busy_text,
19 exit (unlink (argv[0]));
22 jm_cv_func_unlink_busy_text=yes,
23 jm_cv_func_unlink_busy_text=no,
24 jm_cv_func_unlink_busy_text=no
29 if test $jm_cv_func_unlink_busy_text = no; then
30 INSTALL=$ac_install_sh