$config_mak is a makefile fragment, not a shell script, so this should work
fine.

hmmm... configure errors out for me after i hack it to force static linking with SDL and this is what i traced it to. here's the actual output rather than my possibly flawed analysis :)

# ./configure
Install prefix    /usr/local
BIOS directory    /usr/local/share/qemu
binary directory  /usr/local/bin
Manual directory  /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /dl/new/qemu-0.7.1
C compiler        gcc
Host C compiler   gcc
make              make
host CPU          i386
host big endian   no
target list i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu
gprof enabled     no
static build      no
SDL support       yes
SDL static link
mingw32 support   no
Adlib support     no
FMOD support      no
kqemu support     no
./configure: line 732: --libs: command not found
./configure: line 734: --cflags: command not found
./configure: line 732: --libs: command not found
./configure: line 734: --cflags: command not found
./configure: line 732: --libs: command not found
./configure: line 734: --cflags: command not found
./configure: line 732: --libs: command not found
./configure: line 734: --cflags: command not found
./configure: line 732: --libs: command not found
./configure: line 734: --cflags: command not found


$ diff -urN configure.bak configure
--- configure.bak       2005-08-30 17:33:01.000000000 +1000
+++ configure   2005-08-30 17:33:10.000000000 +1000
@@ -272,7 +272,7 @@
 # SDL probe

 sdl_too_old=no
-
+sdl=yes
 if test -z "$sdl" ; then

 sdl_config="sdl-config"




_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to