]> git.lyx.org Git - lyx.git/commitdiff
Do not invoke AM_NLS twice.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 23 Nov 2015 10:53:46 +0000 (11:53 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 23 Nov 2015 17:24:01 +0000 (18:24 +0100)
configure.ac

index f62a8d31739d8c9a3f7ae45946e615b2da0ce74e..d82fcaa545a77bf94bc64b7fa32178980b72d7d3 100644 (file)
@@ -170,13 +170,13 @@ if echo $prefix |grep ' ' >/dev/null 2>/dev/null ; then
 fi
 
 ### Setup po directory
-AM_PO_SUBDIRS
 AM_NLS
 if test $USE_NLS = "yes" ; then
   AC_DEFINE(ENABLE_NLS, 1,
     [Define to 1 if translation of program messages to the user's native language
    is requested.])dnl'
 fi
+AM_PO_SUBDIRS
 
 # some standard header files
 AC_HEADER_MAJOR