[PATCH 3/5] build: run autoupdate

2010-11-28 Thread Jan Engelhardt
Signed-off-by: Jan Engelhardt jeng...@medozas.de --- configure.ac |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7669027..56fb27b 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl PERFORMANCE OF THIS SOFTWARE.

Re: [PATCH 3/5] build: run autoupdate

2010-11-28 Thread Gaetan Nadon
On Sun, 2010-11-28 at 15:47 +0100, Jan Engelhardt wrote: +AC_PREREQ([2.65]) This will fail on most computers where 2.65 is installed. The minimum version required is 2.60. If you have 2.65, all is fine, but you cannot mandate every computer to have 2.65.