File: configure

package info (click to toggle)
octave-optiminterp 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 424 kB
  • ctags: 57
  • sloc: f90: 207; cpp: 85; makefile: 82; sh: 25
file content (7 lines) | stat: -rwxr-xr-x 75 bytes parent folder | download | duplicates (119)
1
2
3
4
5
6
7
#! /bin/sh -f

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