File: configure

package info (click to toggle)
octave-secs2d 0.0.8-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 696 kB
  • ctags: 93
  • sloc: cpp: 275; makefile: 78; 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