changeset 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 78da63951b29
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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