diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-05 17:18:37 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-20 17:19:11 +0100 |
commit | 29e8b91c217e57af2d836548709dd79a0d62d5ab (patch) | |
tree | 1b14f87e26c98a4f02abfe40e76f3b3585cf1b7c | |
parent | 65079f499ec989813ab492bb1d7a8fba9b5f6b85 (diff) |
gettext: call autoreconf and fix typo
-rw-r--r-- | recipes/gettext.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gettext.recipe b/recipes/gettext.recipe index e4fc648a..02a2ddda 100644 --- a/recipes/gettext.recipe +++ b/recipes/gettext.recipe @@ -5,6 +5,7 @@ class Recipe(recipe.Recipe): name = 'gettext' version = '0.18.1.1' srcdir = 'gettext-runtime' + autoreconf = True def prepare (self): if self.config.target_platform == Platform.WINDOWS: |