This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [OB PATCH] Fix gnulib/update-gnulib.sh
>> Tom, even the changes I committed I'm not convinced update-gnulib.sh
>> is working 100% correctly. Running it as-is (i.e. "updating" to the
>> version we already have) changes a bunch of autotools files, and I
>> can't figure out why. Could you have a quick look at what it's
>> changing and let me know if the changes below are something I should
>> be checking in, or, if not, what it is I need to update cleanly.
Gary> Sorry, I missed the "what it's changing" I wanted you to look at!
Gary> diff --git a/gnulib/aclocal.m4 b/gnulib/aclocal.m4
When I tried this, I saw some of the changes you saw, but not this one.
Gary> diff --git a/gnulib/configure b/gnulib/configure
Also did not see this one.
Did you re-run aclocal and if so did you pass the correct options?
That's the only thing I could think of.
The other changes look fine. I guess maybe I didn't re-run the
autoreconf after some tweak, plus maybe the update script updated the m4
dependencies to be more correct.
Tom