external-gettext helper is not useful anymore.
--HG-- extra : convert_revision : 229d310ad0a0257a3380fbb469854f3a86b0eda7
This commit is contained in:
parent
53a48438ee
commit
851ba263ed
1 changed files with 0 additions and 14 deletions
|
@ -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"
|
Loading…
Reference in a new issue