diff options
author | Michael Koch <konqueror@gmx.de> | 2003-12-16 21:48:25 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2003-12-16 21:48:25 +0000 |
commit | 9e129d901c529cf5fa99f0ae678932cad0df2ce1 (patch) | |
tree | 3065f03531cc37963f0907570933b32bcece06c3 /libjava/libltdl/missing | |
parent | 08a5a9a63ac78b986f1269cec964e121679a92c7 (diff) | |
download | gcc-9e129d901c529cf5fa99f0ae678932cad0df2ce1.zip gcc-9e129d901c529cf5fa99f0ae678932cad0df2ce1.tar.gz gcc-9e129d901c529cf5fa99f0ae678932cad0df2ce1.tar.bz2 |
re PR libgcj/13056 (import new libltdl)
2003-12-16 Michael Koch <konqueror@gmx.de>
Fix for PR libgcj/13056.
* libltdl/configure.in,
libltdl/config.h.in: Removed.
* libltdl/configure.ac,
libltdl/config-h.in,
libltdl/install-sh,
libltdl/config.guess,
libltdl/config.sub,
libltdl/missing,
libltdl/mkinstalldirs,
libltdl/ltmain.sh: New files.
* libltdl/Makefile.am,
libltdl/acinclude.m4,
libltdl/aclocal.m4,
libltdl/ltdl.c,
libltdl/ltdl.h,
libltdl/README: Update to versions from libtool 1.5.
libltdl/configure,
* libltdl/Makefile.in: Regenerated.
* java/lang/natRuntime.cc (find_symbol):
Use type 'lt_ptr' instead of 'lt_ptr_t'.
From-SVN: r74711
Diffstat (limited to 'libjava/libltdl/missing')
-rwxr-xr-x | libjava/libltdl/missing | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/libltdl/missing b/libjava/libltdl/missing index 6a37006..fc54c64 100755 --- a/libjava/libltdl/missing +++ b/libjava/libltdl/missing @@ -1,6 +1,6 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -# Copyright (C) 1996, 1997, 1999, 2000, 2002 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify @@ -165,7 +165,7 @@ WARNING: \`$1' is missing on your system. You should only need it if WARNING: \`$1' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the proper tools for further handling them. - You can get \`$1Help2man' as part of \`Autoconf' from any GNU + You can get \`$1' as part of \`Autoconf' from any GNU archive site." file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` @@ -326,7 +326,7 @@ WARNING: I can't seem to be able to run \`tar' with the given arguments. WARNING: \`$1' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the proper tools for further handling them. Check the \`README' file, - it often tells you about the needed prerequirements for installing + it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." exit 1 |