]> git.pld-linux.org Git - packages/aide.git/blame - aide-autoconf.patch
- updated to 0.10 (many changes)
[packages/aide.git] / aide-autoconf.patch
CommitLineData
33662763
SZ
1diff -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,,
13diff -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,,
03796e95
SZ
33diff -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
45diff -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.056548 seconds and 4 git commands to generate.