]> git.pld-linux.org Git - packages/nano.git/commitdiff
- updated for 1.1.8. nano-1_1_8-1
authorkloczek <kloczek@pld-linux.org>
Sun, 7 Apr 2002 09:29:51 +0000 (09:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nano-ac_fixes.patch -> 1.3

nano-ac_fixes.patch

index 980bb58d444339a3970b9fbf50a1894c766d7b3f..0086ead8de97c1dc65d27ba139917a85db4042eb 100644 (file)
@@ -1,22 +1,35 @@
---- nano-1.1.1/configure.in~   Sat Jul 28 00:11:24 2001
-+++ nano-1.1.1/configure.in    Mon Jul 30 11:27:31 2001
-@@ -8,7 +8,7 @@
+--- nano-1.1.8/configure.ac~   Sat Mar 30 17:35:08 2002
++++ nano-1.1.8/configure.ac    Sun Apr  7 04:45:36 2002
+@@ -4,9 +4,7 @@
+ AC_CONFIG_SRCDIR([nano.c])
+ AC_PREREQ(2.52)
+ AM_INIT_AUTOMAKE(nano, 1.1.8)
+-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"
++AM_CONFIG_HEADER(config.h)
  dnl Checks for programs.
  AC_PROG_CC
- AC_ISC_POSIX
--NANO_AC_SYS_LARGEFILE
-+AC_SYS_LARGEFILE
- dnl Checks for header files.
- AC_HEADER_STDC
-@@ -289,7 +289,8 @@
-       LDFLAGS="$LDFLAGS $glib_libs"
+@@ -307,7 +305,8 @@
  fi
  
--dnl i18n stuff - pretty incomplete for now
+ dnl i18n stuff - pretty incomplete for now
 -NANO_AM_GNU_GETTEXT
-+dnl i18n stuff - pretty
-+ALL_LINGUAS="ca cs da de es fi fr gl hu id it nb nl nn pl ru sv uk"
++ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb"
 +AM_GNU_GETTEXT
  
- AC_OUTPUT([Makefile intl/Makefile po/Makefile.in])
+-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_OUTPUT
+--- nano-1.1.8/Makefile.am~    Sun Apr  7 09:50:59 2002
++++ nano-1.1.8/Makefile.am     Sun Apr  7 09:50:59 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.028348 seconds and 4 git commands to generate.