[Webkit-unassigned] [Bug 88790] New: GNUmakefile.am and Source/WebKit/gtk/po/GNUmakefile.am uses obsolete macro mkdir_p

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 11 10:59:36 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88790

           Summary: GNUmakefile.am and Source/WebKit/gtk/po/GNUmakefile.am
                    uses obsolete macro mkdir_p
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at renevier.net


Hi,

GNUmakefile.am and Source/WebKit/gtk/po/GNUmakefile.am use mkdir_p which is obsolete and will be removed in next automake version (1.13).
http://www.gnu.org/software/automake/manual/html_node/Obsolete-Macros.html
So, we will need to change mkdir_p to MKDIR_P variables.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list