repo.or.cz
/
libg2hec.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial GIT commit
[libg2hec.git]
/
.svn
/
text-base
/
configure.ac.old.svn-base
blob
a579634b745286288ab814451ad5efd18f4b5071
1
# -*- Autoconf -*-
2
# Process this file with autoconf to produce a configuration file
3
4
AC_INIT([g2hec-lib],
5
[0.0],
6
[Ning Shang <nshang@math.purdue.edu>])
7
AC_CANONICAL_SYSTEM
8
AC_CONFIG_SRCDIR([src/g2hcurve.c])
9
AC_CONFIG_MACRO_DIR([m4])
10
AC_CONFIG_AUX_DIR(config)
11
AC_CONFIG_FILES([Makefile
12
src/Makefile])
13
14
# Checks for programs
15
AC_PROG_CC
16
AC_PROG_INSTALL
17
18
AM_INIT_AUTOMAKE
19
AC_OUTPUT