diff --git a/shutils/configure_funcs.sh b/shutils/configure_funcs.sh index c1c83e1d..9795f0eb 100644 --- a/shutils/configure_funcs.sh +++ b/shutils/configure_funcs.sh @@ -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. diff --git a/shutils/tmpl_funcs.sh b/shutils/tmpl_funcs.sh index c28f5281..8bc106d8 100644 --- a/shutils/tmpl_funcs.sh +++ b/shutils/tmpl_funcs.sh @@ -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 \