···55# *our* versions, not the ones found in the system, as it would do by default.
66# On other platforms, this appears to be unnecessary.
77preConfigure() {
88+ for i in Makefile.in ./src/Makefile.in ./lib-src/Makefile.in ./leim/Makefile.in; do
99+ substituteInPlace $i --replace /bin/pwd pwd
1010+ done
1111+812 case "${system}" in
913 x86_64-linux) glibclibdir=lib64 ;;
1014 i686-linux) glibclibdir=lib ;;
···2327 --replace /usr/lib/crti.o $libc/${glibclibdir}/crti.o \
2428 --replace /usr/lib/crtn.o $libc/${glibclibdir}/crtn.o
2529 done
3030+}
26313232+preInstall () {
2733 for i in Makefile.in ./src/Makefile.in ./lib-src/Makefile.in ./leim/Makefile.in; do
2834 substituteInPlace $i --replace /bin/pwd pwd
2935 done