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.2 by root, Fri Aug 19 01:07:27 2005 UTC vs.
Revision 1.3 by root, Wed Sep 7 17:12:40 2005 UTC

20 $ENV{SHELL} = $Config{sh}; 20 $ENV{SHELL} = $Config{sh};
21 $ENV{CC} = $Config{cc}; 21 $ENV{CC} = $Config{cc};
22 $ENV{CPPFLAGS} = $Config{cppflags}; 22 $ENV{CPPFLAGS} = $Config{cppflags};
23 $ENV{CFLAGS} = $Config{ccflags}; 23 $ENV{CFLAGS} = $Config{ccflags};
24 $ENV{LDFLAGS} = $Config{ldflags}; 24 $ENV{LDFLAGS} = $Config{ldflags};
25 $ENV{LIBS} = $Config{libs}; 25 $ENV{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 29
30 $status 30 $status

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines