Back to CVS
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1310 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
2257893ac2
commit
e8ad5ed2f4
|
@ -1,3 +1,5 @@
|
||||||
|
CVS code -
|
||||||
|
|
||||||
GNU nano 1.1.12 - 10/24/2002
|
GNU nano 1.1.12 - 10/24/2002
|
||||||
- General:
|
- General:
|
||||||
- Translation updates (see po/ChangeLog for details).
|
- Translation updates (see po/ChangeLog for details).
|
||||||
|
|
|
@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([nano.c])
|
AC_CONFIG_SRCDIR([nano.c])
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AM_INIT_AUTOMAKE(nano, 1.1.12)
|
AM_INIT_AUTOMAKE(nano, 1.1.12-cvs)
|
||||||
AM_CONFIG_HEADER(config.h:config.h.in)
|
AM_CONFIG_HEADER(config.h:config.h.in)
|
||||||
dnl AM_ACLOCAL_INCLUDE(m4)
|
dnl AM_ACLOCAL_INCLUDE(m4)
|
||||||
ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb ms pt_BR"
|
ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb ms pt_BR"
|
||||||
|
|
Loading…
Reference in New Issue