comparison configure.in @ 66:54e10585e0cf

Changed AC_INIT() to look for SDL_sound.c, not COPYING, since I'm keeping the filename as LICENSE, and "SDL_sound.c" is less generic.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 25 Sep 2001 01:30:14 +0000
parents cee26d04d0ca
children 2777e65f6478
comparison
equal deleted inserted replaced
65:cee26d04d0ca 66:54e10585e0cf
1 # Process this file with autoconf to produce a configure script. 1 # Process this file with autoconf to produce a configure script.
2 AC_INIT(COPYING) 2 AC_INIT(SDL_sound.c)
3 3
4 dnl --------------------------------------------------------------------- 4 dnl ---------------------------------------------------------------------
5 dnl System/version info 5 dnl System/version info
6 dnl --------------------------------------------------------------------- 6 dnl ---------------------------------------------------------------------
7 7