From b2055c13dd264c72a0f8d2d030b6aec214b23feb Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 17 Jul 2002 04:19:29 +0000 Subject: [PATCH] Fix the fix --- 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 9f45f196..8c7e1897 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 `sdl-config --prefix`/share/aclocal # thanks asfand +aclocal --acdir=`sdl-config --prefix`/share/aclocal # thanks asfand autoconf # Run configure for this platform