source: ProjectBuilder/projects/linuxcoe/pbconf/cvs/linuxcoe-sd-data-oel/pbinit@ 788

Last change on this file since 788 was 788, checked in by Bryan Gartner, 15 years ago

import for asianux/eol overlay modules

  • Property svn:executable set to *
File size: 446 bytes
Line 
1#!/usr/bin/perl -w
2#
3# Init script for LinuxCOE with Project-Builder
4#
5use ProjectBuilder::Distribution qw (pb_distro_init);
6
7# Get the running distro to build on
8my ($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.