Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@gnome.org>2011-04-20 00:40:55 +0400
committerJeffrey Stedfast <fejj@gnome.org>2011-04-20 00:41:37 +0400
commit5964d70f7d23f5fb526b56ba5b069d938283cc66 (patch)
tree686975e812275c2b81ada1cf748924eb9b979e43 /po
parenta0975acc099654c776fa2754ab6a56b653697cea (diff)
Don't break on systems with older gettext versions
Diffstat (limited to 'po')
-rw-r--r--po/mcs/Makefile.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/mcs/Makefile.in.in b/po/mcs/Makefile.in.in
index 83d8838ac01..b95ad9226d4 100644
--- a/po/mcs/Makefile.in.in
+++ b/po/mcs/Makefile.in.in
@@ -9,7 +9,7 @@
# General Public License and is *not* in the public domain.
#
# Origin: gettext-0.18
-GETTEXT_MACRO_VERSION = 0.18
+GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
PACKAGE = @PACKAGE@
VERSION = @VERSION@