# HG changeset patch # User Ryan C. Gordon # Date 1001381414 0 # Node ID 54e10585e0cfa734d4a7fffd8c86c80531653f6d # Parent cee26d04d0ca1a8d75f886569092eaeef26b8bb0 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. diff -r cee26d04d0ca -r 54e10585e0cf configure.in --- a/configure.in Tue Sep 25 01:10:20 2001 +0000 +++ b/configure.in Tue Sep 25 01:30:14 2001 +0000 @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(COPYING) +AC_INIT(SDL_sound.c) dnl --------------------------------------------------------------------- dnl System/version info