Summary: | [Patch] Remove deprecated macros | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Brian Pepple <bpepple> |
Component: | rakia | Assignee: | Mikhail Zabaluev <mikhail.zabaluev> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | Keywords: | patch |
Version: | git master | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Patch to correct some deprecated macros. |
Description
Brian Pepple
2013-03-28 00:06:01 UTC
Comment on attachment 77133 [details] [review] Patch to correct some deprecated macros. Review of attachment 77133 [details] [review]: ----------------------------------------------------------------- Looks good to me, except: ::: configure.ac @@ +27,4 @@ > dnl check for tools > AC_PROG_CC > AC_PROG_CC_STDC > +AC_PROG_MKDIR_P This was new in Autoconf 2.60, so it should come with a bump to AC_PREREQ([2.60]) (which I think is fine, 2.60 is more than 6 years old). Fixed in git for 0.7.5, thanks. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.