From 621526ce75b686e4d7597589071141b009bbbab0 Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 17 Jul 2002 04:17:35 +0000 Subject: [PATCH] Fix problem with SDL include, thanks asfand --- zsnes/src/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/autogen.sh b/zsnes/src/autogen.sh index cbede2c6..9f45f196 100755 --- a/zsnes/src/autogen.sh +++ b/zsnes/src/autogen.sh @@ -3,7 +3,7 @@ echo "Generating build information using aclocal and autoconf..." # Regenerate configuration files -aclocal +aclocal `sdl-config --prefix`/share/aclocal # thanks asfand autoconf # Run configure for this platform