File: configure

package info (click to toggle)
octave-octgpr 1.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 456 kB
  • ctags: 115
  • sloc: fortran: 659; cpp: 608; ansic: 282; objc: 166; makefile: 97; sh: 4
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