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

* configure.ac: Update for automake-1.6.

Rev: src/nettle/configure.ac:1.2
parent a7b428c7
No related branches found
No related tags found
No related merge requests found
...@@ -3,16 +3,14 @@ dnl $Id$ ...@@ -3,16 +3,14 @@ dnl $Id$
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT(arcfour.c) AC_INIT([nettle], [1.6])
AC_CONFIG_SRCDIR([arcfour.c])
AC_PREREQ(2.50) AC_PREREQ(2.50)
AM_INIT_AUTOMAKE([dist-gzip])
AM_CONFIG_HEADER([config.h])
AC_CANONICAL_HOST AC_CANONICAL_HOST
AM_INIT_AUTOMAKE(nettle, 1.6)
AM_CONFIG_HEADER(config.h)
# Command line options # Command line options
AC_ARG_WITH(include-path, AC_ARG_WITH(include-path,
AC_HELP_STRING([--with-include-path], [A colon-separated list of directories to search for include files]),, AC_HELP_STRING([--with-include-path], [A colon-separated list of directories to search for include files]),,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment