This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] ada/36001: Define GNATMAKE when building from the gcc subdirectory


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!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]