From: Daniel Jacobowitz <drow@false.org>
To: Masaki Muranaka <monaka@monami-software.com>
Cc: gdb-patches@sourceware.org
Subject: Re: Failed to detect config.intl at sim/*/configure
Date: Mon, 12 Jun 2006 12:59:00 -0000 [thread overview]
Message-ID: <20060612125826.GA28836@nevyn.them.org> (raw)
In-Reply-To: <CF126D40-6AA0-47DB-90AE-3935551E647C@monami-software.com>
On Mon, Jun 12, 2006 at 02:07:36PM +0900, Masaki Muranaka wrote:
> This can't use with sim because it was linked at not sim/
> but sim/*/ .
> I've tried to fix it, but I can't see how to get
> the top level build directory.
>
> Would anyone fix it?
I couldn't see how either - we want $ac_top_builddir but the only way
to set it is undocumented. But, we can just keep trying. Want to try
this patch?
Index: config/gettext-sister.m4
===================================================================
RCS file: /cvs/src/src/config/gettext-sister.m4,v
retrieving revision 1.2
diff -u -p -r1.2 gettext-sister.m4
--- config/gettext-sister.m4 31 May 2006 15:14:35 -0000 1.2
+++ config/gettext-sister.m4 12 Jun 2006 12:58:14 -0000
@@ -21,6 +21,8 @@ GMSGFMT= AC_SUBST(GMSGFMT)
POSUB= AC_SUBST(POSUB)
if test -f ../intl/config.intl; then
. ../intl/config.intl
+elif test -f ../../intl/config.intl; then
+ . ../../intl/config.intl
fi
AC_MSG_CHECKING([whether NLS is requested])
if test x"$USE_NLS" != xyes; then
Index: sim/mips/configure
===================================================================
RCS file: /cvs/src/src/sim/mips/configure,v
retrieving revision 1.24
diff -u -p -r1.24 configure
--- sim/mips/configure 5 Jun 2006 14:21:13 -0000 1.24
+++ sim/mips/configure 12 Jun 2006 12:58:16 -0000
@@ -2705,6 +2705,8 @@ GMSGFMT=
POSUB=
if test -f ../intl/config.intl; then
. ../intl/config.intl
+elif test -f ../../intl/config.intl; then
+ . ../../intl/config.intl
fi
echo "$as_me:$LINENO: checking whether NLS is requested" >&5
echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
--
Daniel Jacobowitz
CodeSourcery
next prev parent reply other threads:[~2006-06-12 12:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-12 5:07 Masaki Muranaka
2006-06-12 12:59 ` Daniel Jacobowitz [this message]
2006-06-12 14:05 ` Masaki Muranaka
2006-06-12 14:23 ` Daniel Jacobowitz
2006-06-12 15:27 ` Richard Earnshaw
2006-06-12 17:49 ` Richard Earnshaw
2006-06-12 18:51 ` Daniel Jacobowitz
2006-06-12 20:48 ` Alexandre Oliva
2006-06-13 6:55 ` Masaki Muranaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060612125826.GA28836@nevyn.them.org \
--to=drow@false.org \
--cc=gdb-patches@sourceware.org \
--cc=monaka@monami-software.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox