view packages/package_configure.in @ 12683:d36d7d7c4b68 octave-forge

honor compiler flags - do not force but only enable debian hardening - fixes build on debian/wheezy
author schloegl
date Sun, 30 Aug 2015 00:10:09 +0000
parents 7a2096f330ea
children
line wrap: on
line source

#! /bin/sh -f

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