From: Niels Möller Date: Mon, 4 Dec 2006 23:05:48 +0000 (+0100) Subject: * configure.ac: AC_PREREQ 2.61, for AC_PROG_MKDIR_P. X-Git-Tag: nettle_2.0_release_20090608~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e381b673676e11fc26bcafdbcfe3c67b730a7814;p=thirdparty%2Fnettle.git * configure.ac: AC_PREREQ 2.61, for AC_PROG_MKDIR_P. * config.make.in (datarootdir): New directory variable (for autoconf-2.61). Rev: src/nettle/ChangeLog:1.403 Rev: src/nettle/config.make.in:1.12 Rev: src/nettle/configure.ac:1.81 --- diff --git a/ChangeLog b/ChangeLog index d57ee308..a564c42c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-05 Niels Möller + + * configure.ac: AC_PREREQ 2.61, for AC_PROG_MKDIR_P. + + * config.make.in (datarootdir): New directory variable (for + autoconf-2.61). + 2006-11-28 Niels Möller * configure.ac: Bumped version to 1.16. diff --git a/config.make.in b/config.make.in index 2bd3d3e8..a6fb6aa5 100644 --- a/config.make.in +++ b/config.make.in @@ -45,6 +45,7 @@ RANLIB = @RANLIB@ prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ bindir = @bindir@ libdir = @libdir@ includedir = @includedir@ diff --git a/configure.ac b/configure.ac index a4a04eea..badac4ed 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*- dnl Process this file with autoconf to produce a configure script. AC_INIT([nettle], [1.16], [nettle-bugs@lists.lysator.liu.se]) -AC_PREREQ(2.50) +AC_PREREQ(2.61) AC_CONFIG_SRCDIR([arcfour.c]) # Needed to stop autoconf from looking for files in parent directories. AC_CONFIG_AUX_DIR([.])