]> git.pld-linux.org Git - packages/aide.git/blob - aide-autoconf.patch
- updated to 0.10 (many changes)
[packages/aide.git] / aide-autoconf.patch
1 diff -Naur aide-0.7/configure.in aide-0.7-p/configure.in
2 --- aide-0.7/configure.in       Fri Nov 23 16:38:09 2001
3 +++ aide-0.7-p/configure.in     Fri Nov 23 16:38:30 2001
4 @@ -289,7 +289,7 @@
5  fi
6  
7  AC_ARG_WITH(gnu-regexp,
8 -  [--with-gnu-regexp  use the bundled GNU regexp(use only if necessary)],
9 +  [--with-gnu-regexp  use the bundled GNU regexp (use only if necessary)],
10    AC_DEFINE(REGEX, 1)
11  ,
12    AC_CHECK_FUNCS(regexec regcomp,,
13 diff -Naur aide-0.7/configure.in aide-0.7-p/configure.in
14 --- aide-0.7/configure.in       Fri Nov 23 16:46:36 2001
15 +++ aide-0.7-p/configure.in     Fri Nov 23 16:46:27 2001
16 @@ -289,11 +289,11 @@
17  fi
18  
19  AC_ARG_WITH(gnu-regexp,
20 -  [--with-gnu-regexp  use the bundled GNU regexp (use only if necessary)],
21 -  AC_DEFINE(REGEX, 1)
22 -,
23 -  AC_CHECK_FUNCS(regexec regcomp,,
24 -       AC_DEFINE(REGEX,1))
25 +  "--with-gnu-regexp  use the bundled GNU regexp (use only if necessary)",
26 +  [AC_DEFINE(REGEX, 1)],
27 +  [AC_CHECK_FUNCS(regexec regcomp,,
28 +       [AC_DEFINE(REGEX,1)]
29 +  )]
30  )
31  
32  AC_CHECK_HEADER(gcrypt.h,,
33 diff -Naur aide-0.9/Makefile.am aide-0.9-p/Makefile.am
34 --- aide-0.9/Makefile.am        Tue Jun  4 10:29:57 2002
35 +++ aide-0.9-p/Makefile.am      Sat Nov 23 10:49:00 2002
36 @@ -17,7 +17,7 @@
37  # Boston, MA 02111-1307, USA.
38  #
39  
40 -SUBDIRS = src doc po
41 +SUBDIRS = src doc po intl
42  
43  CLEANFILES = *~
44  
45 diff -Naur aide-0.9/src/Makefile.am aide-0.9-/src/Makefile.am
46 --- aide-0.9/src/Makefile.am    Wed Mar  6 14:12:12 2002
47 +++ aide-0.9-/src/Makefile.am   Sat Nov 23 10:55:14 2002
48 @@ -46,7 +46,7 @@
49                 util.c          \
50                 aide.c
51  
52 -INCLUDES = -I$(prefix)/include -I$(top_srcdir)/include
53 +INCLUDES = -I$(top_srcdir)/include -I$(includedir)
54  
55  LDADD = @CRYPTLIB@ @ACLLIB@
56  
This page took 0.07704 seconds and 3 git commands to generate.