When running ./config (after having run autogen), the following error message is
produced:
./configure: line 4820: syntax error near unexpected token 1.2.1,' ./configure: line 4820:
AM_PATH_GTK(1.2.1, have_gtk=yes)’
I cannot find a definition for AM_PATH_GTK.
Fix?
It’s all in the subject.–
Kuon
Programmer and sysadmin.
“Computers should not stop working when the users’ brain does.”
Hello !
It’s all in the subject.
From me, too 
A New Year, A New Version of SDL 
CU
Yeah, a happy new year to all of you!On 1/1/07, Torsten Giebl wrote:
Hello !
It’s all in the subject.
From me, too 
A New Year, A New Version of SDL 
CU
SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl
Happy New Year!
-Sam Lantinga, Senior Software Engineer, Blizzard Entertainment
When running ./config (after having run autogen), the following error message is
produced:
./configure: line 4820: syntax error near unexpected token 1.2.1,' ./configure: line 4820:
AM_PATH_GTK(1.2.1, have_gtk=yes)’
I cannot find a definition for AM_PATH_GTK.
What can I do to fix this or work around it?
Hello !
./configure: line 4820: syntax error near unexpected token 1.2.1,' ./configure: line 4820:
AM_PATH_GTK(1.2.1, have_gtk=yes)’
I cannot find a definition for AM_PATH_GTK.
Maybe just comment out this line in configure.in and
run ./autogen.sh again.
CU