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

Pass no arguments to AM_INIT_AUTOMAKE.

Rev: src/nettle/configure.ac:1.3
parent 217b1415
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ dnl Process this file with autoconf to produce a configure script. ...@@ -6,7 +6,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT([nettle], [1.6]) AC_INIT([nettle], [1.6])
AC_CONFIG_SRCDIR([arcfour.c]) AC_CONFIG_SRCDIR([arcfour.c])
AC_PREREQ(2.50) AC_PREREQ(2.50)
AM_INIT_AUTOMAKE([dist-gzip]) AM_INIT_AUTOMAKE
AM_CONFIG_HEADER([config.h]) AM_CONFIG_HEADER([config.h])
AC_CANONICAL_HOST AC_CANONICAL_HOST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment