]> git.pld-linux.org Git - packages/aide.git/commitdiff
- updated for version 0.11
authorkosmo <kosmo@pld-linux.org>
Mon, 11 Sep 2006 14:12:37 +0000 (14:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aide-NLS.patch -> 1.3
    aide-autoconf.patch -> 1.4

aide-NLS.patch
aide-autoconf.patch

index dfa03639bc2b1dc2cddeadd075fb583389570e6e..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,31 +0,0 @@
-diff -urN aide-0.8.org/configure.in aide-0.8/configure.in
---- aide-0.8.org/configure.in  Wed Feb 27 09:24:28 2002
-+++ aide-0.8/configure.in      Wed Feb 27 09:38:42 2002
-@@ -189,17 +189,8 @@
- AC_CHECK_HEADERS(syslog.h)
--AIDE_USE_LOCALE="#"
--
--AC_ARG_WITH(locale,
--  [--with-locale   use locale stuff],
--  AC_CHECK_HEADERS(libintl.h,
--      AC_DEFINE(USE_LOCALE)
--      AIDE_USE_LOCALE=""
--        AC_DEFINE_UNQUOTED(LOCALEDIR,"$prefix/lib/locale"),)
--)
--
--AC_SUBST(AIDE_USE_LOCALE)
-+ALL_LINGUAS="ru"
-+AM_GNU_GETTEXT
- AC_ARG_WITH(syslog_ident,
-   [--with-syslog_ident   Specify syslog ident],
-@@ -379,6 +370,6 @@
- AC_DEFINE_UNQUOTED(AIDECOMPILEOPTIONS, "${compoptionstring}")
--AC_OUTPUT(Makefile src/Makefile po/Makefile doc/Makefile doc/aide.conf 
-+AC_OUTPUT(Makefile src/Makefile intl/Makefile po/Makefile.in doc/Makefile doc/aide.conf 
- aide.spec)
index 6e3b613162b6d901d20ae86ef16fe522935351eb..7d593bbab0161c6e57aa38d7dec153d25ba1c76b 100644 (file)
@@ -1,23 +1,23 @@
-diff -Nur old/Makefile.am new/Makefile.am
---- old/Makefile.am    2003-01-16 10:37:34.000000000 +0000
-+++ new/Makefile.am    2003-12-13 19:21:12.000000000 +0000
+diff -urN aide-0.11.orig/Makefile.am aide-0.11/Makefile.am
+--- aide-0.11.orig/Makefile.am 2006-09-11 16:08:49.000000000 +0200
++++ aide-0.11/Makefile.am      2006-09-11 16:09:30.000000000 +0200
 @@ -17,7 +17,7 @@
  # Boston, MA 02111-1307, USA.
  #
  
--SUBDIRS = src doc po
-+SUBDIRS = src doc po intl
+-SUBDIRS = src doc
++SUBDIRS = src doc intl
  
- CLEANFILES = *~
-diff -Nur old/src/Makefile.am new/src/Makefile.am
---- old/src/Makefile.am        2003-10-29 10:10:57.000000000 +0000
-+++ new/src/Makefile.am        2003-12-13 19:22:44.000000000 +0000
-@@ -46,7 +46,7 @@
-               util.c          \
+ datadir = @datadir@
+ localedir = $(datadir)/locale
+diff -urN aide-0.11.orig/src/Makefile.am aide-0.11/src/Makefile.am
+--- aide-0.11.orig/src/Makefile.am     2006-09-11 16:08:49.000000000 +0200
++++ aide-0.11/src/Makefile.am  2006-09-11 16:09:49.000000000 +0200
+@@ -47,7 +47,7 @@
+               snprintf.c      \
                aide.c
  
--INCLUDES = -I$(prefix)/include -I$(top_srcdir)/include
+-INCLUDES = -I$(top_srcdir)/include
 +INCLUDES = -I$(top_srcdir)/include -I$(includedir)
  
  LDADD = @CRYPTLIB@ @ACLLIB@
This page took 0.086196 seconds and 4 git commands to generate.