source: ProjectBuilder/projects/linuxcoe/pbconf/RC1_4-1_2008_02_17/linuxcoe-sd-base/pbinit@ 384

Last change on this file since 384 was 384, checked in by Bruno Cornec, 16 years ago

Adds all pb projects under the projects dir (from svn+ssh://svn.project-builder.org/mondo/svn/project-builder)

  • 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.