1dnl########################################################################
2dnl                                                                      ##
3dnl               Centre for Speech Technology Research                  ##
4dnl                    University of Edinburgh, UK                       ##
5dnl                      Copyright (c) 1996-2001                         ##
6dnl                       All Rights Reserved.                           ##
7dnl                                                                      ##
8dnl Permission is hereby granted, free of charge, to use and distribute  ##
9dnl this software and its documentation without restriction, including   ##
10dnl without limitation the rights to use, copy, modify, merge, publish,  ##
11dnl distribute, sublicense, and/or sell copies of this work, and to      ##
12dnl permit persons to whom this work is furnished to do so, subject to   ##
13dnl the following conditions:                                            ##
14dnl  1. The code must retain the above copyright notice, this list of    ##
15dnl     conditions and the following disclaimer.                         ##
16dnl  2. Any modifications must be clearly marked as such.                ##
17dnl  3. Original authors' names are not deleted.                         ##
18dnl  4. The authors' names are not used to endorse or promote products   ##
19dnl     derived from this software without specific prior written        ##
20dnl     permission.                                                      ##
21dnl                                                                      ##
22dnl THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK        ##
23dnl DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING      ##
24dnl ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT   ##
25dnl SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE     ##
26dnl FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES    ##
27dnl WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN   ##
28dnl AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,          ##
29dnl ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF       ##
30dnl THIS SOFTWARE.                                                       ##
31dnl                                                                      ##
32dnl########################################################################
33AC_INIT(src/include/festival.h)
34
35AC_CANONICAL_SYSTEM
36AC_PROG_CC
37if test "x$GCC" = "xyes"; then
38	CFLAGS="$CFLAGS -Wall"
39fi
40AC_PROG_RANLIB
41AC_CHECK_TOOL(AR, ar)
42
43AC_C_BIGENDIAN
44
45AC_OUTPUT(config/config)
46