From e381b673676e11fc26bcafdbcfe3c67b730a7814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 5 Dec 2006 00:05:48 +0100 Subject: [PATCH] * 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 --- ChangeLog | 7 +++++++ config.make.in | 1 + configure.ac | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d57ee308..a564c42c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-05 Niels M�ller <nisse@lysator.liu.se> + + * 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 <nisse@lysator.liu.se> * 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([.]) -- GitLab