Moved the AM_PO_SUBDIRS macro before AM_GNU_GETTEXT to avoid an error
authorDan Fandrich <dan@coneharvesters.com>
Tue, 30 Oct 2007 02:46:54 +0000 (19:46 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 30 Oct 2007 02:46:54 +0000 (19:46 -0700)
with gettext 0.16.1 and automake 1.10

configure.ac

index 2803b51..a9316e7 100644 (file)
@@ -153,11 +153,11 @@ AM_CONDITIONAL([ENABLE_INTERNAL_DOCS], [test "x${set_enable_internal_docs}" = "x
 # i18n support
 # ---------------------------------------------------------------------------
 ALL_LINGUAS="cs de es fr pl ru sk vi"
+AM_PO_SUBDIRS
 GP_GETTEXT_HACK([${PACKAGE}-${LIBEXIF_CURRENT_MIN}],
                 [Lutz Mueller and others])
 AM_GNU_GETTEXT_VERSION([0.14.1])
 AM_GNU_GETTEXT([external])
-AM_PO_SUBDIRS()
 AM_ICONV()
 GP_GETTEXT_FLAGS()