]> git.pld-linux.org Git - packages/nano.git/commitdiff
- updated for 1.1.10.
authorkloczek <kloczek@pld-linux.org>
Tue, 13 Aug 2002 08:20:22 +0000 (08:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nano-ac_fixes.patch -> 1.5

nano-ac_fixes.patch

index f642599aaeb3d24c366275347956b9d0a6d4bb5b..a03a03efa13491eeedda86ad7a759c42acb80cd1 100644 (file)
@@ -1,35 +1,35 @@
---- nano-1.1.9/configure.ac.orig       Mon May 13 02:09:30 2002
-+++ nano-1.1.9/configure.ac    Mon May 13 08:05:15 2002
+--- nano-1.1.10/Makefile.am.orig       Mon Jun  3 14:32:28 2002
++++ nano-1.1.10/Makefile.am    Wed Aug  7 06:29:31 2002
+@@ -28,7 +28,7 @@
+               mkinstalldirs nano.1 nano.1.html faq.html nanorc.sample \
+               nano.spec
+-SUBDIRS = po m4
++SUBDIRS = po intl
+ localedir = $(datadir)/locale
+ INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@
+--- nano-1.1.11/configure.ac.orig
++++ nano-1.1.11/configure.ac
 @@ -4,9 +4,7 @@
  AC_CONFIG_SRCDIR([nano.c])
  AC_PREREQ(2.52)
- AM_INIT_AUTOMAKE(nano, 1.1.9)
+ AM_INIT_AUTOMAKE(nano, 1.1.10)
 -AM_CONFIG_HEADER(config.h:config.h.in)
--AM_ACLOCAL_INCLUDE(m4)
--ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb"
+-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"
 +AM_CONFIG_HEADER(config.h)
  
  dnl Checks for programs.
  AC_PROG_CC
-@@ -310,7 +308,8 @@
+@@ -316,7 +314,8 @@
  fi
  
  dnl i18n stuff - pretty incomplete for now
--NANO_AM_GNU_GETTEXT
-+ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb"
+-AM_GNU_GETTEXT([external])
++ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb ms"
 +AM_GNU_GETTEXT
  
--AC_CONFIG_FILES([Makefile intl/Makefile m4/Makefile po/Makefile.in nano.spec])
-+AC_CONFIG_FILES([Makefile intl/Makefile po/Makefile.in nano.spec])
+-AC_CONFIG_FILES([Makefile m4/Makefile po/Makefile.in nano.spec])
++AC_CONFIG_FILES([Makefile m4/Makefile intl/Makefile po/Makefile.in nano.spec])
  AC_OUTPUT
---- nano-1.1.9/Makefile.am~    Mon May 13 08:07:47 2002
-+++ nano-1.1.9/Makefile.am     Mon May 13 08:07:47 2002
-@@ -27,7 +27,7 @@
-               README THANKS TODO install-sh missing mkinstalldirs \
-               nano.1 nano.1.html faq.html nanorc.sample nano.spec
--SUBDIRS = po intl m4
-+SUBDIRS = po intl
- localedir = $(datadir)/locale
- INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@
This page took 0.040746 seconds and 4 git commands to generate.