search for: am_path_sdlmm

Displaying 3 results from an estimated 3 matches for "am_path_sdlmm".

2007 Feb 21
2
[LLVMdev] Trouble with sample project's autoconf
...gentoo slots it the same as the 2.5[0-9] versions), the configure no longer works: ~/programming/llvm-1.9/projects/zhe $ cd autoconf/ ~/programming/llvm-1.9/projects/zhe/autoconf $ ./AutoRegen.sh Regenerating aclocal.m4 with aclocal /usr/share/aclocal/sdlmm.m4:12: warning: underquoted definition of AM_PATH_SDLMM /usr/share/aclocal/sdlmm.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/sdlmm.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal Regenerating configure with autoconf 2.5x ~/programming/llvm-1.9/projects/zhe/autoconf $ cd .. ~/programming/l...
2007 Feb 23
1
[LLVMdev] Trouble with sample project's autoconf
...versions), the configure no longer works: > > ~/programming/llvm-1.9/projects/zhe $ cd autoconf/ > > ~/programming/llvm-1.9/projects/zhe/autoconf $ ./AutoRegen.sh > > Regenerating aclocal.m4 with aclocal > > /usr/share/aclocal/sdlmm.m4:12: warning: underquoted definition of AM_PATH_SDLMM > > /usr/share/aclocal/sdlmm.m4:12: run info '(automake)Extending aclocal' > > /usr/share/aclocal/sdlmm.m4:12: or see > > http://sources.redhat.com/automake/automake.html#Extending-aclocal > > This one is because you're using 2.61. This kind of thing i why we...
2007 Feb 23
0
[LLVMdev] Trouble with sample project's autoconf
...same as the 2.5[0-9] versions), the configure no longer works: > ~/programming/llvm-1.9/projects/zhe $ cd autoconf/ > ~/programming/llvm-1.9/projects/zhe/autoconf $ ./AutoRegen.sh > Regenerating aclocal.m4 with aclocal > /usr/share/aclocal/sdlmm.m4:12: warning: underquoted definition of AM_PATH_SDLMM > /usr/share/aclocal/sdlmm.m4:12: run info '(automake)Extending aclocal' > /usr/share/aclocal/sdlmm.m4:12: or see > http://sources.redhat.com/automake/automake.html#Extending-aclocal This one is because you're using 2.61. This kind of thing i why we *strongly* recommend pe...