Blame guile/pre-inst-guile.in

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