]> git.pld-linux.org Git - packages/aide.git/blob - aide-NLS.patch
- updated to 0.10 (many changes)
[packages/aide.git] / aide-NLS.patch
1 diff -urN aide-0.8.org/configure.in aide-0.8/configure.in
2 --- aide-0.8.org/configure.in   Wed Feb 27 09:24:28 2002
3 +++ aide-0.8/configure.in       Wed Feb 27 09:38:42 2002
4 @@ -189,17 +189,8 @@
5  
6  AC_CHECK_HEADERS(syslog.h)
7  
8 -AIDE_USE_LOCALE="#"
9 -
10 -AC_ARG_WITH(locale,
11 -  [--with-locale   use locale stuff],
12 -  AC_CHECK_HEADERS(libintl.h,
13 -       AC_DEFINE(USE_LOCALE)
14 -       AIDE_USE_LOCALE=""
15 -        AC_DEFINE_UNQUOTED(LOCALEDIR,"$prefix/lib/locale"),)
16 -)
17 -
18 -AC_SUBST(AIDE_USE_LOCALE)
19 +ALL_LINGUAS="ru"
20 +AM_GNU_GETTEXT
21  
22  AC_ARG_WITH(syslog_ident,
23    [--with-syslog_ident   Specify syslog ident],
24 @@ -379,6 +370,6 @@
25  
26  AC_DEFINE_UNQUOTED(AIDECOMPILEOPTIONS, "${compoptionstring}")
27  
28 -AC_OUTPUT(Makefile src/Makefile po/Makefile doc/Makefile doc/aide.conf 
29 +AC_OUTPUT(Makefile src/Makefile intl/Makefile po/Makefile.in doc/Makefile doc/aide.conf 
30  aide.spec)
31  
This page took 0.066319 seconds and 3 git commands to generate.