ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/autoconf.pm
(Generate patch)

Comparing IO-AIO/autoconf.pm (file contents):
Revision 1.1 by root, Mon Aug 1 08:52:53 2005 UTC vs.
Revision 1.2 by root, Fri Aug 19 01:07:27 2005 UTC

24 $ENV{LDFLAGS} = $Config{ldflags}; 24 $ENV{LDFLAGS} = $Config{ldflags};
25 $ENV{LIBS} = $Config{libs}; 25 $ENV{LIBS} = $Config{libs};
26 $ENV{LINKER} = $Config{ld}; # nonstandard 26 $ENV{LINKER} = $Config{ld}; # nonstandard
27 27
28 my $status = system $ENV{SHELL}, -c => "cd \Q$wd\E && \Q$script\E --prefix \Q$Config{prefix}\E"; 28 my $status = system $ENV{SHELL}, -c => "cd \Q$wd\E && \Q$script\E --prefix \Q$Config{prefix}\E";
29
30 $status
29} 31}
30 32
311 331

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines