Skip to content
Snippets Groups Projects
Commit e381b673 authored by Niels Möller's avatar Niels Möller
Browse files

* 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
parent 0ec210c8
Branches
Tags
No related merge requests found
2006-12-05 Niels Mller <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 Mller <nisse@lysator.liu.se> 2006-11-28 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Bumped version to 1.16. * configure.ac: Bumped version to 1.16.
......
...@@ -45,6 +45,7 @@ RANLIB = @RANLIB@ ...@@ -45,6 +45,7 @@ RANLIB = @RANLIB@
prefix = @prefix@ prefix = @prefix@
exec_prefix = @exec_prefix@ exec_prefix = @exec_prefix@
datarootdir = @datarootdir@
bindir = @bindir@ bindir = @bindir@
libdir = @libdir@ libdir = @libdir@
includedir = @includedir@ includedir = @includedir@
......
...@@ -3,7 +3,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*- ...@@ -3,7 +3,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*-
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT([nettle], [1.16], [nettle-bugs@lists.lysator.liu.se]) AC_INIT([nettle], [1.16], [nettle-bugs@lists.lysator.liu.se])
AC_PREREQ(2.50) AC_PREREQ(2.61)
AC_CONFIG_SRCDIR([arcfour.c]) AC_CONFIG_SRCDIR([arcfour.c])
# Needed to stop autoconf from looking for files in parent directories. # Needed to stop autoconf from looking for files in parent directories.
AC_CONFIG_AUX_DIR([.]) AC_CONFIG_AUX_DIR([.])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment