Mercurial > hg > octave-nkf
view libinterp/dldfcn/config-module.sh @ 16823:ffc246701137
make the result list in find files dialog always fill its layout
* find-files-dialog.cc(constructor): make the last column of result list take
all available space, (handle_done): prevent warning message on unused variable
author | Torsten <ttl@justmail.de> |
---|---|
date | Sun, 23 Jun 2013 16:50:08 +0200 |
parents | 2fc554ffbc28 |
children |
line wrap: on
line source
#! /bin/sh set -e : ${AWK=awk} if [ $# -eq 1 ]; then top_srcdir="$1"; else top_srcdir="../.." fi move_if_change="$top_srcdir/build-aux/move-if-change" dld_dir=$top_srcdir/libinterp/dldfcn $AWK -f $dld_dir/config-module.awk < $dld_dir/module-files > $dld_dir/module.mk-t $move_if_change $dld_dir/module.mk-t $dld_dir/module.mk