~ubuntu-branches/ubuntu/quantal/octave-missing-functions/quantal

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2008-05-21 09:08:52 UTC
  • Revision ID: james.westby@ubuntu.com-20080521090852-kmab4xonk38otmr1
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

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