Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
94cb1bf01ca16aade6b3628729a05797e38c4f2a
94cb1bf01ca16aade6b3628729a05797e38c4f2a
Switch branch/tag
nettle
configure.in
Find file
Normal view
History
Permalink
configure.in
94 Bytes
Newer
Older
New files
Niels Möller
committed
Sep 03, 1998
1
2
3
4
5
6
7
8
9
10
# $Id$
AC_INIT(sha.c)
AC_PROG_CC
AC_PROG_CPP
AC_PROG_RANLIB
AC_C_CONST
AC_OUTPUT(Makefile)