Back to CVS version
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@238 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
35d90259ed
commit
70e82f3084
|
@ -1,3 +1,4 @@
|
||||||
|
CVS Code -
|
||||||
nano 0.9.19 - 10/02/2000
|
nano 0.9.19 - 10/02/2000
|
||||||
- General
|
- General
|
||||||
- Added PDCurses support under cygwin, which allows building
|
- Added PDCurses support under cygwin, which allows building
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(nano.c)
|
AC_INIT(nano.c)
|
||||||
AM_INIT_AUTOMAKE(nano, 0.9.19)
|
AM_INIT_AUTOMAKE(nano, 0.9.19-cvs)
|
||||||
AM_CONFIG_HEADER(config.h:config.h.in)
|
AM_CONFIG_HEADER(config.h:config.h.in)
|
||||||
ALL_LINGUAS="es de fr it id fi"
|
ALL_LINGUAS="es de fr it id fi"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue