repo.or.cz
/
fmtools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Makefile.am: Properly distribute all .at files.
[fmtools.git]
/
configure.ac
blob
37036a96f784ff9c2662a06ad7079b18247057c3
1
AC_INIT([fmtools], [2.0.7], [blp@cs.stanford.edu])
2
AC_CONFIG_AUX_DIR([build-aux])
3
AM_INIT_AUTOMAKE([foreign])
4
AC_PREREQ([2.59])
5
AC_CONFIG_SRCDIR([fm.c])
6
AC_PROG_CC
7
AC_CONFIG_TESTDIR([.])
8
AC_CONFIG_FILES([Makefile atlocal])
9
AC_OUTPUT