This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] ada/36001: Define GNATMAKE when building from the gcc subdirectory
- From: Samuel Tardieu <sam at rfc1149 dot net>
- To: Paolo Bonzini <bonzini at gnu dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 11 May 2008 12:25:45 +0200
- Subject: Re: [PATCH] ada/36001: Define GNATMAKE when building from the gcc subdirectory
- References: <20080509135616.D03EB8045@dawn.rfc1149.net> <4826BCE5.7030101@gnu.org>
On 11/05, Paolo Bonzini wrote:
>> However, I don't seem to have the right libtool version. What is the
>> version to use to regenerate gcc/aclocal.m4 and gcc/configure?
>
> You just need to pass -I .. -I ../config to aclocal. If you have
> problems tell me and I'll commit for you.
This would be great, as the problem really seems to be with the libtool
version that I have installed. I get diffs such as:
a/gcc/configure
+++ b/gcc/configure
@@ -245,22 +245,22 @@ $as_unset CDPATH
# Check that we are running under the correct shell.
SHELL=${CONFIG_SHELL-/bin/sh}
-case X$lt_ECHO in
+case X$ECHO in
X*--fallback-echo)
# Remove one level of quotation (which was required for Make).
- ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
+ ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
;;
esac
Thanks a lot!