summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-05-05 18:44:58 +0200
committerNiels Möller <nisse@lysator.liu.se>2002-05-05 18:44:58 +0200
commit8a6be7ee51cd39c3f68f5ab08fff9075b4a99b6b (patch)
tree0032e13b911a3f9d3bc38383356f5e63b81bcaab /configure.ac
parenta7b428c7bab7ba5dc1e3b272a8c6a9f30290122b (diff)
downloadnettle-8a6be7ee51cd39c3f68f5ab08fff9075b4a99b6b.tar.gz
* configure.ac: Update for automake-1.6.
Rev: src/nettle/configure.ac:1.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 4 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index baf004d4..30a6e7b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,16 +3,14 @@ dnl $Id$
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)
+AM_INIT_AUTOMAKE([dist-gzip])
+AM_CONFIG_HEADER([config.h])
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(nettle, 1.6)
-
-AM_CONFIG_HEADER(config.h)
-
# Command line options
AC_ARG_WITH(include-path,
AC_HELP_STRING([--with-include-path], [A colon-separated list of directories to search for include files]),,