updateed script

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@908 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-06-30 04:52:06 +00:00
parent 1140158e86
commit 95adc4bfd0

11
xacc
View File

@ -1,6 +1,13 @@
#! /bin/sh
# Generated automatically from xacc.in by configure.
XACC_HELP=${XACC_HELP}:./Docs:/usr/local/share/xacc/Docs
XACC_HELP=${XACC_HELP:-/usr/local/share/xacc/Docs}
export XACC_HELP
exec xacc.bin $@
# hack alert -- we should really be using ldconfig to look for
# this library.
if [ -f /usr/X11R6/lib/libXm.so -o -L /usr/X11R6/lib/libXm.so ]; then
exec xacc.bin $@
else
exec xacc-static.bin $@
fi