This is the mail archive of the gdb-patches@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: [commit] Fix gdb.multi test execution


> Joel, do you think this would be something for the branch?

Yep - looks good to me.

Note while looking at this: ÅAC_OUTPUT(...) is deprecated, apparently.
Now, we're supposed to do:

    AC_CONFIG_FILES(...)
    AC_CONFIG_COMMANDS(...)   <--- I don't think we actually need this part
    AC_OUTPUT

Something for a rainy day...

-- 
Joel


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