Ignore:
Timestamp:
May 8, 2008, 3:19:26 PM (15 years ago)
Author:
jack
Message:

anugavis: Some basic camera control and frame stepping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/anugavis/configure.ac

    r5272 r5292  
    1010# Checks for programs.
    1111AC_PROG_CC
     12AM_PROG_CC_C_O
    1213AC_PROG_RANLIB
    1314
     
    1718AC_SEARCH_LIBS([nc_open], [netcdf], [],
    1819               [AC_MSG_ERROR([Can't link the NetCDF library. (LDFLAGS?)])])
     20AC_SEARCH_LIBS([sqrt], [m], [],
     21               [AC_MSG_ERROR([Can't find sqrt.])])
     22
    1923# Checks for header files.
    2024AC_CHECK_HEADER([netcdf.h], [],
     
    2327# Checks for typedefs, structures, and compiler characteristics.
    2428AC_C_CONST
    25 AM_PROG_CC_C_O
    2629AC_TYPE_SIZE_T
    2730
    2831# Checks for library functions.
    2932AC_FUNC_MALLOC
    30 AC_CHECK_FUNCS([strdup])
     33AC_CHECK_FUNCS([strdup sqrt])
    3134
    3235AC_CONFIG_FILES([Makefile
    33                  m4/Makefile
    3436                 src/Makefile])
    3537AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.