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

* 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
parent 75f7b390
No related branches found
No related tags found
No related merge requests found
2004-03-20 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Use AC_CONFIG_AUX_DIR([.]).
2004-03-18 Niels Mller <niels@s3.kth.se>
* examples/io.c (read_file): Display a message if fopen fails.
......
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment