Changeset 126439 in webkit


Ignore:
Timestamp:
Aug 23, 2012 9:26:04 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] The tarball should be called webkitgtk-x.x.x.tar.xz
https://bugs.webkit.org/show_bug.cgi?id=94572

Patch by Martin Robinson <mrobinson@igalia.com> on 2012-08-23
Reviewed by Carlos Garcia Campos.

Change the name of the tarball to match the name of the library
and to disambiguate it from other WebKit ports.

  • configure.ac: Update the tarball name.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r126433 r126439  
     12012-08-23  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [GTK] The tarball should be called webkitgtk-x.x.x.tar.xz
     4        https://bugs.webkit.org/show_bug.cgi?id=94572
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        Change the name of the tarball to match the name of the library
     9        and to disambiguate it from other WebKit ports.
     10
     11        * configure.ac: Update the tarball name.
     12
    1132012-08-23  Carlos Garcia Campos  <cgarcia@igalia.com>
    214
  • trunk/configure.ac

    r126433 r126439  
    1212m4_define([webkit_user_agent_minor_version], [4])
    1313
    14 AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
     14AC_INIT([WebKitGTK],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
    1515
    1616AC_CONFIG_MACRO_DIR([Source/autotools])
Note: See TracChangeset for help on using the changeset viewer.