]> git.pld-linux.org Git - packages/aide.git/commitdiff
- fixes for new autoconf
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Fri, 23 Nov 2001 15:50:54 +0000 (15:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aide-autoconf.patch -> 1.1

aide-autoconf.patch [new file with mode: 0644]

diff --git a/aide-autoconf.patch b/aide-autoconf.patch
new file mode 100644 (file)
index 0000000..e498bd0
--- /dev/null
@@ -0,0 +1,32 @@
+diff -Naur aide-0.7/configure.in aide-0.7-p/configure.in
+--- aide-0.7/configure.in      Fri Nov 23 16:38:09 2001
++++ aide-0.7-p/configure.in    Fri Nov 23 16:38:30 2001
+@@ -289,7 +289,7 @@
+ fi
+ AC_ARG_WITH(gnu-regexp,
+-  [--with-gnu-regexp  use the bundled GNU regexp(use only if necessary)],
++  [--with-gnu-regexp  use the bundled GNU regexp (use only if necessary)],
+   AC_DEFINE(REGEX, 1)
+ ,
+   AC_CHECK_FUNCS(regexec regcomp,,
+diff -Naur aide-0.7/configure.in aide-0.7-p/configure.in
+--- aide-0.7/configure.in      Fri Nov 23 16:46:36 2001
++++ aide-0.7-p/configure.in    Fri Nov 23 16:46:27 2001
+@@ -289,11 +289,11 @@
+ fi
+ AC_ARG_WITH(gnu-regexp,
+-  [--with-gnu-regexp  use the bundled GNU regexp (use only if necessary)],
+-  AC_DEFINE(REGEX, 1)
+-,
+-  AC_CHECK_FUNCS(regexec regcomp,,
+-      AC_DEFINE(REGEX,1))
++  "--with-gnu-regexp  use the bundled GNU regexp (use only if necessary)",
++  [AC_DEFINE(REGEX, 1)],
++  [AC_CHECK_FUNCS(regexec regcomp,,
++      [AC_DEFINE(REGEX,1)]
++  )]
+ )
+ AC_CHECK_HEADER(gcrypt.h,,
This page took 0.452131 seconds and 4 git commands to generate.