From: Tim Van Holder Date: Fri, 21 Sep 2001 16:19:09 +0000 (+0000) Subject: * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit X-Git-Tag: AUTOCONF-2.52f~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=710e4d6b1ce73566bbe47ecc6a0d2b3b95f43f85;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/ChangeLog b/ChangeLog index bbbe77b2f..548549183 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-09-21 Tim Van Holder + + * 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 * Makefile.maint (AUTOM4TE): Neutralize autom4te. diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 index ce1f3cce9..911d5f077 100644 --- a/lib/autoconf/functions.m4 +++ b/lib/autoconf/functions.m4 @@ -623,7 +623,7 @@ AC_DEFUN([AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK], [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. @@ -1397,7 +1397,7 @@ fi # ------------- 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 #if HAVE_UNISTD_H # include