Do not invoke AM_NLS twice.

This commit is contained in:
Jean-Marc Lasgouttes 2015-11-23 11:53:46 +01:00
parent 270df24246
commit d1b866c99b

View 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