view src/DLD-FUNCTIONS/config-module.sh @ 9794:0d4613a736e9

convert build system to use automake and libtool
author John W. Eaton <jwe@octave.org>
date Tue, 10 Nov 2009 15:02:25 -0500
parents
children 1ed7cc046c52
line wrap: on
line source

#! /bin/sh

set -e

: ${AWK=awk}

$AWK -f config-module.awk < module-files > module.mk-t

../../move-if-change module.mk-t module.mk