shutils: remove support for $configure_shell.

There is not much gain supporting this...

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091015141609-0g7h8y18aw1i9arx
This commit is contained in:
Juan RP 2009-10-15 16:16:09 +02:00
parent d75b195143
commit a344468556
2 changed files with 4 additions and 10 deletions

View File

@ -1,5 +1,5 @@
#-
# Copyright (c) 2008 Juan Romero Pardines.
# Copyright (c) 2008-2009 Juan Romero Pardines.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -78,18 +78,12 @@ configure_src_phase()
. $XBPS_SHUTILSDIR/buildvars_funcs.sh
set_build_vars
if [ -z "${configure_shell}" ]; then
configure_shell=/bin/bash
fi
#
# Packages using GNU autoconf
#
if [ "$build_style" = "gnu_configure" ]; then
env CONFIG_SHELL=${configure_shell} ${configure_script} \
--prefix=/usr --sysconfdir=/etc \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
${configure_script} --prefix=/usr --sysconfdir=/etc \
--infodir=/usr/share/info --mandir=/usr/share/man \
${configure_args}
#
# Packages using propietary configure scripts.

View File

@ -68,7 +68,7 @@ reset_tmpl_vars()
short_desc maintainer long_desc checksum wrksrc \
make_cmd base_chroot register_shell \
make_build_target configure_script noextract nofetch \
pre_configure pre_build pre_install configure_shell \
pre_configure pre_build pre_install \
post_configure post_build post_install \
make_install_target version revision essential \
sgml_catalogs xml_catalogs xml_entries sgml_entries \