view doc/interpreter/config-images.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 62ed71623aca
line wrap: on
line source

#! /bin/sh

set -e

: ${AWK=awk}

$AWK -f images.awk images > images.mk-t
../../move-if-change images.mk-t images.mk