File: configure

package info (click to toggle)
octave-audio 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 608 kB
  • ctags: 120
  • sloc: cpp: 914; makefile: 85; sh: 25
file content (7 lines) | stat: -rwxr-xr-x 75 bytes parent folder | download | duplicates (120)
1
2
3
4
5
6
7
#! /bin/sh -f

if [ -e src/configure ]; then
  cd src
  ./configure $*
fi