diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-14 16:43:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-14 16:43:53 +0000 |
commit | c218729dd0743af02c085cedba63cfe08e2622b1 (patch) | |
tree | 857cd64da825f2575de17b13feee60d4f0f0323a /config.make.in | |
parent | a4301d41219a741ccce13314233d35eee3168316 (diff) | |
download | glibc-c218729dd0743af02c085cedba63cfe08e2622b1.tar.gz glibc-c218729dd0743af02c085cedba63cfe08e2622b1.tar.xz glibc-c218729dd0743af02c085cedba63cfe08e2622b1.zip |
Update.
2000-07-14 Mark Kettenis <kettenis@gnu.org> * configure.in: Check for pwd binary. * config.make.in: Add PWD_P to be subsituted. * Makerules: Use $(PWD_P) instead of /bin/pwd.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index fe4455b6c1..7dc53b423f 100644 --- a/config.make.in +++ b/config.make.in @@ -75,6 +75,7 @@ RANLIB = @RANLIB@ MAKEINFO = @MAKEINFO@ AS = $(CC) -c MIG = @MIG@ +PWD_P = @PWD_P@ # Installation tools. INSTALL = @INSTALL@ |