Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* How to Run autoconf on sim/erc32 directory
@ 2018-10-24 18:47 Joel Sherrill
  2018-10-24 20:32 ` Simon Marchi
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Sherrill @ 2018-10-24 18:47 UTC (permalink / raw)
  To: gdb

Hi

I have a patch I want to try on Cygwin but I don't seem to have the proper
auto-fu to generate configure.

Help on the auitoconf command appreciated.

Thanks.

--joel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to Run autoconf on sim/erc32 directory
  2018-10-24 18:47 How to Run autoconf on sim/erc32 directory Joel Sherrill
@ 2018-10-24 20:32 ` Simon Marchi
  2018-10-24 21:02   ` Joel Sherrill
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Marchi @ 2018-10-24 20:32 UTC (permalink / raw)
  To: joel; +Cc: gdb

On 2018-10-24 14:47, Joel Sherrill wrote:
> Hi
> 
> I have a patch I want to try on Cygwin but I don't seem to have the 
> proper
> auto-fu to generate configure.
> 
> Help on the auitoconf command appreciated.
> 
> Thanks.


Hi Joel,

I take it you have changed sim/erc32/configure.ac (or another file that 
goes in making sim/erc32/configure) and you want to re-generate 
sim/erc32/configure?  In that case, you just need to go in the sim/erc32 
and run "autoconf" ("autoconf -f" may sometimes be useful if autoconf 
doesn't realize some things have changed).

You should use the same version of autoconf as the version that 
generated the current configure.  As you can see in the header, this is 
autoconf 2.69:

   # Generated by GNU Autoconf 2.69.

Some Linux distributions have local patches to autoconf, which results 
in spurious diffs when re-generating configure.  If that happens, try to 
build and use autoconf from upstream.

Thanks,

Simon


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to Run autoconf on sim/erc32 directory
  2018-10-24 20:32 ` Simon Marchi
@ 2018-10-24 21:02   ` Joel Sherrill
  0 siblings, 0 replies; 3+ messages in thread
From: Joel Sherrill @ 2018-10-24 21:02 UTC (permalink / raw)
  To: simon.marchi; +Cc: gdb

On Wed, Oct 24, 2018 at 3:32 PM Simon Marchi <simon.marchi@polymtl.ca>
wrote:

> On 2018-10-24 14:47, Joel Sherrill wrote:
> > Hi
> >
> > I have a patch I want to try on Cygwin but I don't seem to have the
> > proper
> > auto-fu to generate configure.
> >
> > Help on the auitoconf command appreciated.
> >
> > Thanks.
>
>
> Hi Joel,
>
> I take it you have changed sim/erc32/configure.ac (or another file that
> goes in making sim/erc32/configure) and you want to re-generate
> sim/erc32/configure?  In that case, you just need to go in the sim/erc32
> and run "autoconf" ("autoconf -f" may sometimes be useful if autoconf
> doesn't realize some things have changed).
>
> You should use the same version of autoconf as the version that
> generated the current configure.  As you can see in the header, this is
> autoconf 2.69:
>
>    # Generated by GNU Autoconf 2.69.
>
> Some Linux distributions have local patches to autoconf, which results
> in spurious diffs when re-generating configure.  If that happens, try to
> build and use autoconf from upstream.
>

I decided to take a shot that Cygwin was the trouble. I moved the patch to
Linux, ran autoconf and copied the configure back to Cygwin. My change
worked fine.

This only depended on autoconf 2.69 and the RTEMS version has
no patches.

Thank you. Patch coming shortly


>
> Thanks,
>
> Simon
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-24 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-24 18:47 How to Run autoconf on sim/erc32 directory Joel Sherrill
2018-10-24 20:32 ` Simon Marchi
2018-10-24 21:02   ` Joel Sherrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox