* inet/getrpcbynumber.c (BUFLEN): New macro.

* configure.in (--no-whole-archive check): Remove backslashes in cmd.
This commit is contained in:
Roland McGrath 1996-06-25 12:13:01 +00:00
parent 3d3ac840ea
commit dcea62dd4e
4 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,9 @@
Tue Jun 25 02:59:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* inet/getrpcbynumber.c (BUFLEN): New macro.
* configure.in (--no-whole-archive check): Remove backslashes in cmd.
* Makefile (headers): Add libc-lock.h.
* sysdeps/stub/libc-lock.h: New file.

4
configure vendored
View File

@ -1543,8 +1543,8 @@ else
cat > conftest.c <<\EOF
_start () {}
EOF
if { ac_try='${CC-cc} $CFLAGS \
-nostdlib -nostartfiles -Wl,--no-whole-archive \
if { ac_try='${CC-cc} $CFLAGS
-nostdlib -nostartfiles -Wl,--no-whole-archive
-o conftest conftest.c'; { (eval echo configure:1549: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
libc_cv_ld_no_whole_archive=yes
else

View File

@ -477,8 +477,9 @@ AC_CACHE_CHECK(for ld --no-whole-archive, libc_cv_ld_no_whole_archive, [dnl
cat > conftest.c <<\EOF
_start () {}
EOF
if AC_TRY_COMMAND([${CC-cc} $CFLAGS \
-nostdlib -nostartfiles -Wl,--no-whole-archive \
dnl No \ in command here because it ends up inside ''.
if AC_TRY_COMMAND([${CC-cc} $CFLAGS
-nostdlib -nostartfiles -Wl,--no-whole-archive
-o conftest conftest.c]); then
libc_cv_ld_no_whole_archive=yes
else

View File

@ -25,5 +25,6 @@ Boston, MA 02111-1307, USA. */
#define DATABASE_NAME rpc
#define ADD_PARAMS int number
#define ADD_VARIABLES number
#define BUFLEN 1024
#include "../nss/getXXbyYY.c"