+2001-09-21 Tim Van Holder <tim.van.holder@pandora.be>
+
+ * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
+ character (u: -> ue) in a code comment.
+ (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
+ it works.
+
2001-09-21 Akim Demaille <akim@epita.fr>
* Makefile.maint (AUTOM4TE): Neutralize autom4te.
[ac_cv_func_lstat_dereferences_slashed_symlink],
[rm -f conftest.sym conftest.file
echo >conftest.file
-if ln -s conftest.file conftest.sym; then
+if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
[struct stat sbuf;
/* Linux will dereference the symlink and fail.
# -------------
AC_DEFUN([_AC_FUNC_FORK],
[AC_CACHE_CHECK(for working fork, ac_cv_func_fork_works,
- [AC_RUN_IFELSE([/* By RΓΌdiger Kuhlmann. */
+ [AC_RUN_IFELSE([/* By Ruediger Kuhlmann. */
#include <sys/types.h>
#if HAVE_UNISTD_H
# include <unistd.h>