Changeset 5268


Ignore:
Timestamp:
May 2, 2008, 12:14:39 PM (16 years ago)
Author:
jack
Message:

AnugaVis?: Added to configure.ac more checks that autoscan wanted.

File:
1 edited

Legend:

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

    r5257 r5268  
    55AC_INIT([ANUGA SWW Visualiser], [0.01], [u4112456@anu.edu.au])
    66AM_INIT_AUTOMAKE([foreign -Wall -Werror])
    7 AC_CONFIG_SRCDIR([src/anugavis.h])
     7AC_CONFIG_SRCDIR([src/anugavis_simple.c])
    88AC_CONFIG_HEADER([config.h])
    99
     
    2424# Checks for typedefs, structures, and compiler characteristics.
    2525AC_C_CONST
     26AC_TYPE_SIZE_T
    2627
    2728# Checks for library functions.
    2829AC_FUNC_MALLOC
     30AC_CHECK_FUNCS([strdup])
    2931
    3032AC_CONFIG_FILES([Makefile
Note: See TracChangeset for help on using the changeset viewer.