> -----Original Message----- > From: Tom Tromey [mailto:tromey@redhat.com] > Sent: Friday, June 22, 2012 10:44 PM > To: Metzger, Markus T [...] > Markus> Ran autoreconf in gdb. > Markus> 2012-05-23 Markus Metzger > Markus> gdb/ > Markus> * config.in: Regenerate > Markus> * configure: Regenerate > Markus> gdb/gdbserver/ > Markus> * config.in: Regenerate > Markus> * configure: Regenerate > > You should just merge this in with the configure.ac patch. > It doesn't make sense to change configure.ac and not re-run auto*. Done. I noticed that when I run autoreconf, I see unrelated changes. What I did was to run autoreconf before my changes as well as afterwards. Then I dropped the patch for the first autoconf. When I moved the linux/perf_event.h header check, I simply edited the configure file since the changes were obvious. Regards, Markus.