view src/DLD-FUNCTIONS/config-module.sh @ 12312:b10ea6efdc58 release-3-4-x ss-3-3-91

version is now 3.3.91
author John W. Eaton <jwe@octave.org>
date Mon, 31 Jan 2011 08:36:58 -0500
parents 1ed7cc046c52
children b67c2d580a25
line wrap: on
line source

#! /bin/sh

set -e

: ${AWK=awk}

if [ $# -eq 1 ]; then
  top_srcdir="$1";
else
  top_srcdir="../.."
fi

dld_dir=$top_srcdir/src/DLD-FUNCTIONS

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

$top_srcdir/move-if-change $dld_dir/module.mk-t $dld_dir/module.mk