Changeset 5487 for anuga_work/development/anugavis/configure.ac
- Timestamp:
- Jul 11, 2008, 12:45:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/anugavis/configure.ac
r5292 r5487 10 10 # Checks for programs. 11 11 AC_PROG_CC 12 A M_PROG_CC_C_O12 AC_PROG_CXX 13 13 AC_PROG_RANLIB 14 14 … … 24 24 AC_CHECK_HEADER([netcdf.h], [], 25 25 [AC_MSG_ERROR([Can't find the NetCDF header. (CPPFLAGS?)])]) 26 AC_CHECK_HEADER([windows.h]) 27 AX_BOOST_BASE([1.35.0]) 26 28 27 29 # Checks for typedefs, structures, and compiler characteristics. 28 30 AC_C_CONST 31 AC_C_INLINE 29 32 AC_TYPE_SIZE_T 33 AM_PROG_CC_C_O 30 34 31 35 # Checks for library functions.
Note: See TracChangeset
for help on using the changeset viewer.