comparison configure.ac @ 1263:be2ef50780ed

Support HTTP caching of app.js
author Adam Chlipala <adamc@hcoop.net>
date Sun, 23 May 2010 11:52:13 -0400
parents 7a17588edbff
children e12cef71aa1a
comparison
equal deleted inserted replaced
1262:003df929ee08 1263:be2ef50780ed
2 AC_USE_SYSTEM_EXTENSIONS 2 AC_USE_SYSTEM_EXTENSIONS
3 AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define]) 3 AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define])
4 AC_PROG_CC() 4 AC_PROG_CC()
5 AC_PROG_LIBTOOL() 5 AC_PROG_LIBTOOL()
6 AC_CONFIG_MACRO_DIR([m4]) 6 AC_CONFIG_MACRO_DIR([m4])
7 AC_CONFIG_HEADERS([config.h])
7 8
8 AC_CHECK_LIB(mhash, mhash_get_block_size, [], [echo "You must install libmhash."; exit 1]) 9 AC_CHECK_LIB(mhash, mhash_get_block_size, [], [echo "You must install libmhash."; exit 1])
9 AC_CHECK_HEADER([mhash.h], [], [echo "You must install libmhash dev files."; exit 1]) 10 AC_CHECK_HEADER([mhash.h], [], [echo "You must install libmhash dev files."; exit 1])
10 11
11 AC_CHECK_PROG(MLTON, mlton, yes, []) 12 AC_CHECK_PROG(MLTON, mlton, yes, [])