INSTALL: Add installation instructions.
[fmtools.git] / configure.ac
blob7166702c5cacd2db8c3bdedb03bc73d973c13ce0
1 AC_INIT([fmtools], [2.0.6], [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