Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 416629
Collapse All | Expand All

(-)a/configure (-12 / +7 lines)
Lines 1-6 Link Here
1
#! /bin/sh
1
#! /bin/sh
2
# Guess values for system-dependent variables and create Makefiles.
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by GNU Autoconf 2.69.1-2d4eb for GNU coreutils 8.17.
3
# Generated by GNU Autoconf 2.69 for GNU coreutils 8.17.
4
#
4
#
5
# Report bugs to <bug-coreutils@gnu.org>.
5
# Report bugs to <bug-coreutils@gnu.org>.
6
#
6
#
Lines 2766-2772 test -n "$ac_init_help" && exit $ac_status Link Here
2766
if $ac_init_version; then
2766
if $ac_init_version; then
2767
  cat <<\_ACEOF
2767
  cat <<\_ACEOF
2768
GNU coreutils configure 8.17
2768
GNU coreutils configure 8.17
2769
generated by GNU Autoconf 2.69.1-2d4eb
2769
generated by GNU Autoconf 2.69
2770
2770
2771
Copyright (C) 2012 Free Software Foundation, Inc.
2771
Copyright (C) 2012 Free Software Foundation, Inc.
2772
This configure script is free software; the Free Software Foundation
2772
This configure script is free software; the Free Software Foundation
Lines 3475-3481 This file contains any messages produced by compilers while Link Here
3475
running configure, to aid debugging if configure makes a mistake.
3475
running configure, to aid debugging if configure makes a mistake.
3476
3476
3477
It was created by GNU coreutils $as_me 8.17, which was
3477
It was created by GNU coreutils $as_me 8.17, which was
3478
generated by GNU Autoconf 2.69.1-2d4eb.  Invocation command line was
3478
generated by GNU Autoconf 2.69.  Invocation command line was
3479
3479
3480
  $ $0 $@
3480
  $ $0 $@
3481
3481
Lines 21144-21155 else Link Here
21144
echo >conftest.file
21144
echo >conftest.file
21145
if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
21145
if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
21146
  if test "$cross_compiling" = yes; then :
21146
  if test "$cross_compiling" = yes; then :
21147
  case "$host_os" in # ((
21147
  ac_cv_func_lstat_dereferences_slashed_symlink=no
21148
			   # Guess yes on glibc systems.
21149
		   *-gnu*) ac_cv_func_lstat_dereferences_slashed_symlink=yes ;;
21150
			   # If we don't know, assume the worst.
21151
		   *)      ac_cv_func_lstat_dereferences_slashed_symlink=no ;;
21152
		 esac
21153
else
21148
else
21154
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21149
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21155
/* end confdefs.h.  */
21150
/* end confdefs.h.  */
Lines 25690-25696 $as_echo "#define GNULIB_TEST_CALLOC_POSIX 1" >>confdefs.h Link Here
25690
25685
25691
  if test $ac_cv_func_canonicalize_file_name = no; then
25686
  if test $ac_cv_func_canonicalize_file_name = no; then
25692
    HAVE_CANONICALIZE_FILE_NAME=0
25687
    HAVE_CANONICALIZE_FILE_NAME=0
25693
  elif test "$gl_cv_func_realpath_works" != yes; then
25688
  elif test "${gl_cv_func_realpath_works/guessing /}" != yes; then
25694
    REPLACE_CANONICALIZE_FILE_NAME=1
25689
    REPLACE_CANONICALIZE_FILE_NAME=1
25695
  fi
25690
  fi
25696
25691
Lines 65562-65568 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 Link Here
65562
# values after options handling.
65557
# values after options handling.
65563
ac_log="
65558
ac_log="
65564
This file was extended by GNU coreutils $as_me 8.17, which was
65559
This file was extended by GNU coreutils $as_me 8.17, which was
65565
generated by GNU Autoconf 2.69.1-2d4eb.  Invocation command line was
65560
generated by GNU Autoconf 2.69.  Invocation command line was
65566
65561
65567
  CONFIG_FILES    = $CONFIG_FILES
65562
  CONFIG_FILES    = $CONFIG_FILES
65568
  CONFIG_HEADERS  = $CONFIG_HEADERS
65563
  CONFIG_HEADERS  = $CONFIG_HEADERS
Lines 65634-65640 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 Link Here
65634
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
65629
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
65635
ac_cs_version="\\
65630
ac_cs_version="\\
65636
GNU coreutils config.status 8.17
65631
GNU coreutils config.status 8.17
65637
configured by $0, generated by GNU Autoconf 2.69.1-2d4eb,
65632
configured by $0, generated by GNU Autoconf 2.69,
65638
  with options \\"\$ac_cs_config\\"
65633
  with options \\"\$ac_cs_config\\"
65639
65634
65640
Copyright (C) 2012 Free Software Foundation, Inc.
65635
Copyright (C) 2012 Free Software Foundation, Inc.
(-)a/m4/canonicalize.m4 (-2 / +2 lines)
Lines 16-22 AC_DEFUN([gl_FUNC_CANONICALIZE_FILENAME_MODE], Link Here
16
  AC_REQUIRE([gl_FUNC_REALPATH_WORKS])
16
  AC_REQUIRE([gl_FUNC_REALPATH_WORKS])
17
  if test $ac_cv_func_canonicalize_file_name = no; then
17
  if test $ac_cv_func_canonicalize_file_name = no; then
18
    HAVE_CANONICALIZE_FILE_NAME=0
18
    HAVE_CANONICALIZE_FILE_NAME=0
19
  elif test "$gl_cv_func_realpath_works" != yes; then
19
  elif test "${gl_cv_func_realpath_works/guessing /}" != yes; then
20
    REPLACE_CANONICALIZE_FILE_NAME=1
20
    REPLACE_CANONICALIZE_FILE_NAME=1
21
  fi
21
  fi
22
])
22
])
Lines 33-39 AC_DEFUN([gl_CANONICALIZE_LGPL], Link Here
33
    elif test "$gl_cv_func_realpath_works" != yes; then
33
    elif test "$gl_cv_func_realpath_works" != yes; then
34
      REPLACE_REALPATH=1
34
      REPLACE_REALPATH=1
35
    fi
35
    fi
36
  elif test "$gl_cv_func_realpath_works" != yes; then
36
  elif test "${gl_cv_func_realpath_works/guessing /}" != yes; then
37
    REPLACE_CANONICALIZE_FILE_NAME=1
37
    REPLACE_CANONICALIZE_FILE_NAME=1
38
    REPLACE_REALPATH=1
38
    REPLACE_REALPATH=1
39
  fi
39
  fi

Return to bug 416629