about summary refs log tree commit diff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-07 15:41:36 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-07 15:41:36 +0000
commit6916c5e1fa03596836767d10648a26eff9d6a8e2 (patch)
tree1afe49cb8c8096ab7f32754c90581d5961bf14d6 /aclocal.m4
parent4bca4c174852bfc348f99e85684fc8f65631d125 (diff)
downloadglibc-6916c5e1fa03596836767d10648a26eff9d6a8e2.tar.gz
glibc-6916c5e1fa03596836767d10648a26eff9d6a8e2.tar.xz
glibc-6916c5e1fa03596836767d10648a26eff9d6a8e2.zip
Update.
1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* glibcbug.in: Report version of gcc in use.  Remove unused variable
	ENVIRONMENT.

1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>

	* aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
	`-print-file-name' to find as and ld.

1998-04-07  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
	template is wrong.  Remove unused varaible `ignored'.

1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* libc.map: Export __libc_sa_len.

	* iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index c9a1a906f2..9613ec61b5 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -113,8 +113,8 @@ if test -n "$path_binutils"; then
     path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
     CC="$CC -B$path_binutils"
 fi
-AS=`$CC -print-file-name=as`
-LD=`$CC -print-file-name=ld`
+AS=`$CC -print-prog-name=as`
+LD=`$CC -print-prog-name=ld`
 
 # Determine whether we are using GNU binutils.
 AC_CACHE_CHECK(whether $AS is GNU as, libc_cv_prog_as_gnu,