On Saturday 16 March 2013 21:03:20 Joel Brobecker wrote: > > On Saturday 16 March 2013 14:48:12 Joel Sherrill wrote: > > > But I don't know how to regenerate the configure script in gdb. I see > > > I need autoconf 2.64 but what's the magic incantation. > > > > i do: > > cd sim/mips > > aclocal > > autoconf > > This might not be needed in this context, but I usually add a call > to "autoheader" as well, for when config.in needs to get regenerated. yeah, mips doesn't need it. my script will look for AC_CONFIG_HEADERS and call autoheader when it's found. -mike