Changeset 3126 for trunk/essentials/sys-devel/automake-1.4/aclocal.in
- Timestamp:
- Apr 15, 2007, 9:33:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/sys-devel/automake-1.4/aclocal.in
r3124 r3126 32 32 $APIVERSION = "@APIVERSION@"; 33 33 $PACKAGE = "@PACKAGE@"; 34 $prefix = "@prefix@";34 $prefix = $ENV{'UNIXROOT'}."@prefix@"; 35 35 # Note that this isn't pkgdatadir, but a separate directory. 36 36 # Note also that the versioned directory is handled later. 37 $acdir = " @datadir@/aclocal";37 $acdir = "${prefix}/share/aclocal"; 38 38 $default_acdir = $acdir; 39 39
Note:
See TracChangeset
for help on using the changeset viewer.