You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-astronomy/wcstools/files/configure.ac

10 lines
257 B

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