view packages/package_configure.in @ 12685:f26b1170ea90 octave-forge

resulting values should be really converted to output data type
author schloegl
date Sat, 12 Sep 2015 07:15:01 +0000
parents 7a2096f330ea
children
line wrap: on
line source

#! /bin/sh -f

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