From: Niels Möller Date: Sat, 20 Mar 2004 12:53:09 +0000 (+0100) Subject: * configure.ac: Use AC_CONFIG_AUX_DIR([.]). X-Git-Tag: nettle_1.11_release_20041026~81 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=87310cad047f0cbe5e542d7f6927ae0cb52897ef;p=thirdparty%2Fnettle.git * configure.ac: Use AC_CONFIG_AUX_DIR([.]). * configure.ac: Use AC_CONFIG_AUX_DIR([.]). * configure.ac: Use AC_CONFIG_AUX_DIR([.]). * configure.ac: Use AC_CONFIG_AUX_DIR([.]). Converted to new style AC_INIT and AM_INIT_AUTOMAKE. * configure.ac: Use AC_CONFIG_AUX_DIR([.]). Rev: src/nettle/ChangeLog:1.266 Rev: src/nettle/configure.ac:1.40 --- diff --git a/ChangeLog b/ChangeLog index cbced7d9..03d36c89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-20 Niels Möller + + * configure.ac: Use AC_CONFIG_AUX_DIR([.]). + 2004-03-18 Niels Möller * examples/io.c (read_file): Display a message if fopen fails. diff --git a/configure.ac b/configure.ac index 11d717f0..a7a73178 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,11 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*- dnl Process this file with autoconf to produce a configure script. AC_INIT([nettle], [1.10]) -AC_CONFIG_SRCDIR([arcfour.c]) AC_PREREQ(2.50) +AC_CONFIG_SRCDIR([arcfour.c]) +# Needed to stop autoconf from looking for files in parent directories. +AC_CONFIG_AUX_DIR([.]) + AM_INIT_AUTOMAKE AM_CONFIG_HEADER([config.h])