Changeset 159
- Timestamp:
- 06/06/07 12:00:20 (1 year ago)
- Files:
-
- trunk/acinclude.m4 (added)
- trunk/aclocal.m4 (modified) (2 diffs)
- trunk/autogen.sh (modified) (1 diff)
- trunk/configure.ac (modified) (1 diff)
- trunk/m4 (deleted)
- trunk/src/autoconf.h.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/aclocal.m4
r78 r159 1 # generated automatically by aclocal 1. 10-*- Autoconf -*-1 # generated automatically by aclocal 1.9.6 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 4 # 2005 , 2006Free Software Foundation, Inc.4 # 2005 Free Software Foundation, Inc. 5 5 # This file is free software; the Free Software Foundation 6 6 # gives unlimited permission to copy and/or distribute it, … … 12 12 # PARTICULAR PURPOSE. 13 13 14 m4_include([m4/acinclude.m4]) 15 m4_include([m4/pkg.m4]) 16 m4_include([m4/sdl.m4]) 17 m4_include([m4/stdint_h.m4]) 14 m4_include([acinclude.m4]) trunk/autogen.sh
r75 r159 47 47 cd $TOP_DIR 48 48 49 run_or_die $ACLOCAL -I m449 run_or_die $ACLOCAL 50 50 run_or_die $AUTOHEADER 51 51 run_or_die $AUTOCONF trunk/configure.ac
r141 r159 197 197 dnl Check for types. 198 198 AC_TYPE_SIGNAL 199 AC_TYPE_INT16_T200 AC_TYPE_INT32_T201 AC_TYPE_UINT16_T202 AC_TYPE_UINT32_T203 199 204 200 dnl Check for structs. trunk/src/autoconf.h.in
r136 r159 108 108 #undef RETSIGTYPE 109 109 110 /* Disabled SDL_mixer sound support */ 111 #undef SDL_SOUND 112 110 113 /* Define to the type of arg 1 for `select'. */ 111 114 #undef SELECT_TYPE_ARG1
