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

Comparing IO-AIO/Makefile.PL (file contents):
Revision 1.17 by root, Tue May 20 05:51:11 2008 UTC vs.
Revision 1.18 by root, Sat Aug 2 14:06:36 2008 UTC

45 $ENV{SHELL} = $Config{sh}; 45 $ENV{SHELL} = $Config{sh};
46 $ENV{CC} = $Config{cc}; 46 $ENV{CC} = $Config{cc};
47 $ENV{CPPFLAGS} = $Config{cppflags}; 47 $ENV{CPPFLAGS} = $Config{cppflags};
48 $ENV{CFLAGS} = $Config{ccflags}; 48 $ENV{CFLAGS} = $Config{ccflags};
49 $ENV{LDFLAGS} = $Config{ldflags}; 49 $ENV{LDFLAGS} = $Config{ldflags};
50 $ENV{LIBS} = $Config{libs};
51 $ENV{LINKER} = $Config{ld}; # nonstandard 50 $ENV{LINKER} = $Config{ld}; # nonstandard
52 51
53 system $ENV{SHELL}, -c => "./configure --prefix \Q$Config{prefixexp}\E" 52 system $ENV{SHELL}, -c => "./configure --prefix \Q$Config{prefixexp}\E"
54 and exit $? >> 8; 53 and exit $? >> 8;
55 } 54 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines