Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
8a6be7ee
Commit
8a6be7ee
authored
May 05, 2002
by
Niels Möller
Browse files
* configure.ac: Update for automake-1.6.
Rev: src/nettle/configure.ac:1.2
parent
a7b428c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
8a6be7ee
...
...
@@ -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]),,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment