diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-04 23:44:16 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-04 23:44:16 -0500 |
commit | f5c5767c9bb756e0fb6b285ddf0608a94389e931 (patch) | |
tree | 8822448fcd3dff7978b69b3112aa0367bfb5e074 /configure.ac | |
parent | d54fe7c1f704a63824c5bfa0ece65245572e9b27 (diff) | |
download | calfuse-f5c5767c9bb756e0fb6b285ddf0608a94389e931.tar.gz |
Putting the rest together
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 40e0559..f22025b 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PROG_LN_S # Checks for header files. AC_FUNC_ALLOCA AC_CHECK_HEADERS([fcntl.h limits.h malloc.h stddef.h stdlib.h string.h strings.h unistd.h]) - +PKG_CHECK_MODULES([cfitsio], [cfitsio >= 3]) # Checks for typedefs, structures, and compiler characteristics. AC_CHECK_HEADER_STDBOOL AC_TYPE_SIZE_T @@ -29,4 +29,6 @@ AC_FUNC_ERROR_AT_LINE AC_FUNC_MALLOC AC_CHECK_FUNCS([floor memchr memset modf pow sqrt strcasecmp strerror strncasecmp strrchr strtol]) -AC_OUTPUT([Makefile src/Makefile src/slalib/Makefile]) +AC_OUTPUT([Makefile src/Makefile src/libcf/Makefile src/slalib/Makefile \ + src/fes/Makefile src/fuv/Makefile src/analysis/Makefile \ + src/cal/Makefile src/cal/jitter/Makefile]) |