#! /bin/bash
# src/tools/nfs2ac/nfs2ac.  Generated from nfs2ac.in by configure.

##############################################################################
#
#    file        : nfs2ac.in
#    created     : Tue Aug 19 23:23:51 CEST 2003
#    copyright   : (C) 2003 by Eric Espi                        
#    email       : Eric.Espie@torcs.org   
#    version     : $Id: nfs2ac.in,v 1.1 2003/08/20 05:52:47 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=/usr/local
exec_prefix=${prefix}

BINDIR=${exec_prefix}/bin
LIBDIR=${exec_prefix}/lib/torcs
DATADIR=${prefix}/share/games/torcs
VARDIR=${prefix}/var/games/torcs

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBDIR/lib

$LIBDIR/nfs2ac-bin $*

exit 0
