Blame guile/pre-inst-guile.in

Packit 549fdc
#!/bin/sh
Packit 549fdc
Packit 549fdc
# Copyright (C) 2007-2012 Free Software Foundation, Inc.
Packit 549fdc
#
Packit 549fdc
# This program is free software; you can redistribute it and/or modify
Packit 549fdc
# it under the terms of the GNU General Public License as published by
Packit 549fdc
# the Free Software Foundation; either version 3 of the License, or
Packit 549fdc
# (at your option) any later version.
Packit 549fdc
#
Packit 549fdc
# This program is distributed in the hope that it will be useful,
Packit 549fdc
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 549fdc
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 549fdc
# GNU General Public License for more details.
Packit 549fdc
#
Packit 549fdc
# You should have received a copy of the GNU General Public License
Packit 549fdc
# along with this program; if not, write to the Free Software
Packit 549fdc
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
Packit 549fdc
Packit 549fdc
# Sets up the execution environment needed to run the test programs
Packit 549fdc
# and produce the documentation.
Packit 549fdc
Packit 549fdc
Packit 549fdc
GUILE_LOAD_PATH="@abs_top_srcdir@/guile/modules:$GUILE_LOAD_PATH"
Packit 549fdc
GUILE_LOAD_PATH="@abs_top_builddir@/guile/modules:$GUILE_LOAD_PATH"
Packit 549fdc
export GUILE_LOAD_PATH
Packit 549fdc
Packit 549fdc
GNUTLS_GUILE_EXTENSION_DIR="@abs_top_builddir@/guile/src"
Packit 549fdc
export GNUTLS_GUILE_EXTENSION_DIR
Packit 549fdc
Packit 549fdc
exec @abs_top_builddir@/libtool --mode=execute		                    \
Packit 549fdc
       -dlopen "@abs_top_builddir@/guile/src/guile-gnutls-v-2.la"        \
Packit 549fdc
       @GUILE@ "$@"