Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
94cb1bf01ca16aade6b3628729a05797e38c4f2a
nettle
configure.in
Find file
Normal view
Permalink
configure.in
94 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
New files
Niels Möller
committed
26 years ago
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)