summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macros.cygwin4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros.cygwin b/macros.cygwin
index a9a6ae3..e49430a 100644
--- a/macros.cygwin
+++ b/macros.cygwin
@@ -96,6 +96,10 @@ package or when debugging this package.\
x=`basename $i|tr "a-z+-\." "A-ZX__"`; \
declare -x $x="$i" ; export $x; \
done; \
+ if [ -x %{_cygwin_bindir}/autopoint ]; then \
+ eval gettext_`grep '^version=' %{_cygwin_bindir}/autopoint`; \
+ AUTOPOINT="%{_cygwin_bindir}/autopoint -V $gettext_version" ; export AUTOPOINT; \
+ fi; \
if [ -x %{_cygwin_bindir}/libtoolize ]; then \
LIBTOOLIZE=%{_cygwin_bindir}/libtoolize; export LIBTOOLIZE; \
fi; \