This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: how much to regenerate


Joel Sherrill wrote:
Hi,

I have a patch to sim/common/aclocal.m4 which
I need to commit after regenerating the proper
files.

http://sourceware.org/ml/gdb-patches/2008-11/msg00133.html

Do I just run autoconf in the common subdirectory
or is this included elsewhere?  If so, what is the
proper procedure for regenerating everything?

Yes, run autoconf, preferably only in the directory affected. Make sure to use the same version of autoconf that was last used in that directory, which you can find by looking at "configure" (in this case, version 2.59), unless otherwise noted (eg. by a collective decision to go to a later version).

See the example in sim/common/ChangeLog:

2008-07-11 Hans-Peter Nilsson <hp@axis.com>

        * common.m4: Add test for libz and zlib.h.
        * configure: Regenerate to track ../common/common.m4 changes.
        * config.in: Ditto.

Thanks for asking!


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