Changeset 41033 in webkit


Ignore:
Timestamp:
Feb 16, 2009 6:59:29 PM (15 years ago)
Author:
kov@webkit.org
Message:

2009-02-16 Gustavo Noronha Silva <Gustavo Noronha Silva>

Reviewed by Adam Roben

Actually use the installation prefix defined in WebKitInstallationPrefix,
in autotools builds.

  • Scripts/webkitdirs.pm:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r40928 r41033  
     12009-02-16  Gustavo Noronha Silva  <gns@gnome.org>
     2
     3        Reviewed by Adam Roben
     4
     5        Actually use the installation prefix defined in WebKitInstallationPrefix,
     6        in autotools builds.
     7
     8        * Scripts/webkitdirs.pm:
     9
    1102009-02-12  Simon Fraser  <simon.fraser@apple.com>
    211
  • trunk/WebKitTools/Scripts/webkitdirs.pm

    r40927 r41033  
    977977    my $prefix = $ENV{"WebKitInstallationPrefix"};
    978978
     979    push @buildArgs, "--prefix=" . $prefix if defined($prefix);
     980
    979981    # check if configuration is Debug
    980982    if ($config =~ m/debug/i) {
Note: See TracChangeset for help on using the changeset viewer.