~ubuntu-branches/ubuntu/trusty/octave-parallel/trusty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2008-05-20 22:32:26 UTC
  • Revision ID: james.westby@ubuntu.com-20080520223226-mywtchjnbz1xldl1
Tags: upstream-1.0.6
ImportĀ upstreamĀ versionĀ 1.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -f
 
2
 
 
3
if [ -e src/configure ]; then
 
4
  cd src
 
5
  ./configure $*
 
6
fi
 
7