File: configure

package info (click to toggle)
octave-econometrics 1%3A1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 380 kB
  • ctags: 39
  • sloc: makefile: 69; cpp: 32; 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