aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-08 09:31:02 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-08 09:31:02 -0500
commit121766a9d6295d1b3f33b2171c3ad234615627c3 (patch)
treee49237e7e1a77e9b3adf0fec98d16dba87979426
parent3857022a761ea7251f8e5c0e45d382ebc3e34cf9 (diff)
downloadglibc-121766a9d6295d1b3f33b2171c3ad234615627c3.tar
glibc-121766a9d6295d1b3f33b2171c3ad234615627c3.tar.gz
glibc-121766a9d6295d1b3f33b2171c3ad234615627c3.tar.bz2
glibc-121766a9d6295d1b3f33b2171c3ad234615627c3.zip
Remove pwd tst from configure
-rw-r--r--ChangeLog3
-rw-r--r--config.make.in1
-rwxr-xr-xconfigure51
-rw-r--r--configure.in10
4 files changed, 3 insertions, 62 deletions
diff --git a/ChangeLog b/ChangeLog
index ff53953e72..0834b907d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-01-08 Ulrich Drepper <drepper@gmail.com>
+ * configure.in: PWD_P is not used anymore.
+ * config.make.in: Remove PWD_P entry.
+
* configure.in: Remove last remnants of RANLIB.
No need to check for signed size_t anymore.
Don't set libc_commonpagesize and libc_relro_required here for Alpha
diff --git a/config.make.in b/config.make.in
index 8c0a4dca63..90d6b28b93 100644
--- a/config.make.in
+++ b/config.make.in
@@ -111,7 +111,6 @@ AR = @AR@
MAKEINFO = @MAKEINFO@
AS = $(CC) -c
MIG = @MIG@
-PWD_P = @PWD_P@
BISON = @BISON@
AUTOCONF = @AUTOCONF@
OBJDUMP = @OBJDUMP@
diff --git a/configure b/configure
index e090f16e1d..8483b78a5d 100755
--- a/configure
+++ b/configure
@@ -670,7 +670,6 @@ SED
MAKEINFO
MSGFMT
MAKE
-PWD_P
LD
AS
MIG
@@ -4748,56 +4747,6 @@ if test $ac_verc_fail = yes; then
fi
-# We need the physical current working directory. We cannot use the
-# "pwd -P" shell builtin since that's not portable. Instead we try to
-# find a pwd binary. Note that assigning to the PWD environment
-# variable might have some interesting side effects, so we don't do
-# that.
-# Extract the first word of "pwd", so it can be a program name with args.
-set dummy pwd; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_PWD_P+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $PWD_P in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_PWD_P="$PWD_P" # Let the user override the test with a path.
- ;;
- *)
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_PWD_P="$as_dir/$ac_word$ac_exec_ext"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
- done
-IFS=$as_save_IFS
-
- test -z "$ac_cv_path_PWD_P" && ac_cv_path_PWD_P="no"
- ;;
-esac
-fi
-PWD_P=$ac_cv_path_PWD_P
-if test -n "$PWD_P"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PWD_P" >&5
-$as_echo "$PWD_P" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-if test "$PWD_P" = no; then
- as_fn_error $? "*** A pwd binary could not be found." "$LINENO" 5
-fi
-
# These programs are version sensitive.
for ac_prog in ${ac_tool_prefix}gcc ${ac_tool_prefix}cc
diff --git a/configure.in b/configure.in
index 15f925e46a..fbc8881f51 100644
--- a/configure.in
+++ b/configure.in
@@ -939,16 +939,6 @@ AC_CHECK_PROG_VER(LD, $LD, --version,
[GNU ld.* \([0-9][0-9]*\.[0-9.]*\)],
[2.1[3-9]*|2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*], LD=: critic_missing="$critic_missing ld")
-# We need the physical current working directory. We cannot use the
-# "pwd -P" shell builtin since that's not portable. Instead we try to
-# find a pwd binary. Note that assigning to the PWD environment
-# variable might have some interesting side effects, so we don't do
-# that.
-AC_PATH_PROG(PWD_P, pwd, no)
-if test "$PWD_P" = no; then
- AC_MSG_ERROR(*** A pwd binary could not be found.)
-fi
-
# These programs are version sensitive.
AC_CHECK_TOOL_PREFIX
AC_CHECK_PROG_VER(CC, ${ac_tool_prefix}gcc ${ac_tool_prefix}cc, -v,