#! /usr/local/bin/bash # @configure_input@ ############################################################################## # # file : accc.in # created : Tue Aug 19 23:23:51 CEST 2003 # copyright : (C) 2003 by Eric Espié # email : Eric.Espie@torcs.org # version : $Id: accc.in,v 1.2 2003/08/26 15:36:24 torcs Exp $ # ############################################################################## # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # ############################################################################## prefix=@prefix@ exec_prefix=@exec_prefix@ BINDIR=@bindir@ LIBDIR=@libdir@/torcs DATADIR=@datadir@/games/torcs VARDIR=@localstatedir@/games/torcs export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBDIR/lib $LIBDIR/accc-bin $* rm -f temp.objf exit 0