blob: 3a46108cd30415cea44155fb04507728973046a3 (
plain)
1
2
3
4
5
6
7
8
9
|
AC_INIT([wcstools], [3.9.x] , [http://tdc-www.harvard.edu/wcstools/])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS([config.h])
AC_PROG_CC
LT_INIT([disable-static])
AC_CHECK_LIB([m], [sin])
AC_CONFIG_FILES([libwcs/Makefile Makefile wcstools.pc])
AC_OUTPUT
|