Ignore:
Timestamp:
Apr 15, 2007, 9:33:12 PM (18 years ago)
Author:
bird
Message:

merged OS/2 changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-devel/automake-1.4/aclocal.in

    r3124 r3126  
    3232$APIVERSION = "@APIVERSION@";
    3333$PACKAGE = "@PACKAGE@";
    34 $prefix = "@prefix@";
     34$prefix = $ENV{'UNIXROOT'}."@prefix@";
    3535# Note that this isn't pkgdatadir, but a separate directory.
    3636# Note also that the versioned directory is handled later.
    37 $acdir = "@datadir@/aclocal";
     37$acdir = "${prefix}/share/aclocal";
    3838$default_acdir = $acdir;
    3939
Note: See TracChangeset for help on using the changeset viewer.