source:
scripts/untested/autotools/patches/automake-1.5-slot.patch@
e5345f18
Last change on this file since e5345f18 was d1afb9e, checked in by , 19 years ago | |
---|---|
|
|
File size: 1.2 KB |
-
automake-1.5/aclocal.in
old new 33 33 $prefix = "@prefix@"; 34 34 # Note that this isn't pkgdatadir, but a separate directory. 35 $acdir = "@datadir@/aclocal ";35 $acdir = "@datadir@/aclocal-1.5"; 36 36 37 37 # Some globals. … … 116 116 117 117 local (@dirlist) = &parse_arguments (@ARGV); 118 push (@dirlist, "/usr/share/aclocal") if (!grep(/^--acdir/, @ARGV)); 118 119 &scan_m4_files (@dirlist); 119 120 &scan_configure; … … 203 204 if ($print_and_exit) 204 205 { 205 print $acdir, "\n";206 print "/usr/share/aclocal", "\n"; 206 207 exit 0; 207 208 } -
automake-1.5/automake.in
old new 32 32 BEGIN 33 33 { 34 34 my $prefix = "@prefix@"; 35 my $perllibdir = $ENV{'perllibdir'} || "@datadir@/@PACKAGE@ ";35 my $perllibdir = $ENV{'perllibdir'} || "@datadir@/@PACKAGE@-1.5"; 36 36 unshift @INC, "$perllibdir"; 37 37 } 38 38 … … 127 127 my $VERSION = "@VERSION@"; 128 128 my $PACKAGE = "@PACKAGE@"; 129 129 my $prefix = "@prefix@"; 130 my $libdir = "@datadir@/@PACKAGE@ ";130 my $libdir = "@datadir@/@PACKAGE@-1.5"; 131 131 132 132 # String constants. 133 133 my $IGNORE_PATTERN = '^\s*##([^#\n].*)?\n';
Note:
See TracBrowser
for help on using the repository browser.