Include the Spanish translation in the distribution/build process.
This commit is contained in:
parent
721d85f772
commit
e0de803c7e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
dnl $Id: configure.in,v 1.13.2.1 2000/06/25 20:52:29 zarq Exp $
|
||||
dnl $Id: configure.in,v 1.13.2.2 2000/07/02 12:41:03 zarq Exp $
|
||||
|
||||
AC_INIT(src/tincd.c)
|
||||
AM_INIT_AUTOMAKE(tinc, 1.0pre3)
|
||||
|
@ -14,7 +14,7 @@ AM_ACLOCAL_INCLUDE(m4)
|
|||
# in the latter don't make it into the configure-time tests.
|
||||
AC_DEFINE([_GNU_SOURCE], [__USE_BSD])
|
||||
|
||||
ALL_LINGUAS="nl"
|
||||
ALL_LINGUAS="es nl"
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
|
|
Loading…
Reference in a new issue