mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Do not invoke AM_NLS twice.
This commit is contained in:
parent
270df24246
commit
d1b866c99b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user