File: configure

package info (click to toggle)
octave-secs1d 0.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 224 kB
  • ctags: 24
  • sloc: makefile: 71; cpp: 61; 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