external-gettext helper is not useful anymore.

--HG--
extra : convert_revision : 229d310ad0a0257a3380fbb469854f3a86b0eda7
This commit is contained in:
Juan RP 2008-10-27 15:40:15 +01:00
parent 53a48438ee
commit 851ba263ed

View file

@ -1,14 +0,0 @@
#
# This helper overrides some GNU autoconf variables to be able to
# use the external GNU gettext tools provided by a package.
#
local GMSGFMT_CMD="$XBPS_MASTERDIR/bin/msgfmt"
local MSGFMT_CMD="$XBPS_MASTERDIR/bin/msgfmt"
local MSGMERGE_CMD="$XBPS_MASTERDIR/bin/msgmerge"
local XGETTEXT_CMD="$XBPS_MASTERDIR/bin/xgettext"
configure_env="ac_cv_path_GMSGFMT=$GMSGFMT_CMD $configure_env"
configure_env="ac_cv_path_MSGFMT=$MSGFMT_CMD $configure_env"
configure_env="ac_cv_path_MSGMERGE=$MSGMERGE_CMD $configure_env"
configure_env="ac_cv_path_XGETTEXT=$XGETTEXT_CMD $configure_env"