|
Last change
on this file since 1503 was 788, checked in by Bryan Gartner, 16 years ago |
|
import for asianux/eol overlay modules
|
-
Property svn:executable
set to
*
|
|
File size:
446 bytes
|
| Rev | Line | |
|---|
| [788] | 1 | #!/usr/bin/perl -w
|
|---|
| 2 | #
|
|---|
| 3 | # Init script for LinuxCOE with Project-Builder
|
|---|
| 4 | #
|
|---|
| 5 | use ProjectBuilder::Distribution qw (pb_distro_init);
|
|---|
| 6 |
|
|---|
| 7 | # Get the running distro to build on
|
|---|
| 8 | my ($ddir, $dver, $dfam, $dtype, $pbsuf) = pb_distro_init();
|
|---|
| 9 |
|
|---|
| 10 | # Clean up things for autoconf
|
|---|
| 11 | # There is something wrong with mandriva automake 1.9
|
|---|
| 12 | #if ($ddir eq "mandriva") {
|
|---|
| 13 | #system("aclocal-1.4");
|
|---|
| 14 | #system("autoconf");
|
|---|
| 15 | #system("automake-1.4");
|
|---|
| 16 | #} else {
|
|---|
| 17 | system("./autogen.sh");
|
|---|
| 18 | #}
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.