<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream</tt></b></td></tr>
<tr><td><tt><a href="#file1">Makefile.in</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+4</td><td></td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">700c5ab26a63 -> eb1c005ba3cb</td></tr>
<tr class="alt" style=";" ><td><tt><a href="#file2">configure</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+3852</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-4301</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">700c5ab26a63 -> eb1c005ba3cb</td></tr>
<tr><td><tt><a href="#file3">configure.in</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+11</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-9</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">700c5ab26a63 -> eb1c005ba3cb</td></tr>
<tr class="alt" style=";" ><td><tt>src/<a href="#file4">Makefile.am</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+2</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-2</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">700c5ab26a63 -> eb1c005ba3cb</td></tr>
<tr><td><tt>   /<a href="#file5">Makefile.in</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+8</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-3</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">700c5ab26a63 -> eb1c005ba3cb</td></tr>
<tr><td></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+3877</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-4315</td><td></td></tr>
</table>
<small id="info" style="color: #888888;" >5 modified files</small><br />
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Change GL + libisofs checks to use pkg-config (Patch by ElBarto!)
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>Makefile.in</b></big> <small id="info" style="color: #888888;" >700c5ab26a63 -> eb1c005ba3cb</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/Makefile.in
+++ lxdream/Makefile.in
@@ -167,6 +167,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > JOY_LINUX_FALSE = @JOY_LINUX_FALSE@
 JOY_LINUX_TRUE = @JOY_LINUX_TRUE@
 LDFLAGS = @LDFLAGS@
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+LIBGL_CFLAGS = @LIBGL_CFLAGS@
+LIBGL_LIBS = @LIBGL_LIBS@
+LIBISOFS_CFLAGS = @LIBISOFS_CFLAGS@
+LIBISOFS_LIBS = @LIBISOFS_LIBS@
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > LIBOBJS = @LIBOBJS@
 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
 LIBPNG_LIBS = @LIBPNG_LIBS@
</pre></div>
<hr /><a name="file2" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>configure</b></big> <small id="info" style="color: #888888;" >700c5ab26a63 -> eb1c005ba3cb</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/configure
+++ lxdream/configure
@@ -1,9 +1,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-# Generated by GNU Autoconf 2.6<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >3</span>.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+# Generated by GNU Autoconf 2.6<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >1</span>.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-# 2002, 2003, 2004, 2005, 2006<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >, 2007, 2008</span> Free Software Foundation, Inc.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 ## --------------------- ##
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -15,7 +15,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   emulate sh
   NULLCMD=:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -37,45 +37,17 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > as_cr_digits='0123456789'
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-as_nl='
-'
-export as_nl
-# Printing a long string crashes Solaris 7 /usr/bin/printf.
-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
-  as_echo='printf %s\n'
-  as_echo_n='printf %s'
-else
-  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
-    as_echo_n='/usr/ucb/echo -n'
-  else
-    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
-    as_echo_n_body='eval
-      arg=$1;
-      case $arg in
-      *"$as_nl"*)
-       expr "X$arg" : "X\\(.*\\)$as_nl";
-       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
-      esac;
-      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
-    '
-    export as_echo_n_body
-    as_echo_n='sh -c $as_echo_n_body as_echo'
-  fi
-  export as_echo_body
-  as_echo='sh -c $as_echo_body as_echo'
-fi
-
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > # The user is always right.
 if test "${PATH_SEPARATOR+set}" != set; then
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
-      PATH_SEPARATOR=';'
-  }
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  echo "#! /bin/sh" >conf$$.sh
+  echo  "exit 0"   >>conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+    PATH_SEPARATOR=';'
+  else
+    PATH_SEPARATOR=:
+  fi
+  rm -f conf$$.sh
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > fi
 
 # Support unset when possible.
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -91,6 +63,8 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > # there to prevent editors from complaining about space-tab.
 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
 # splitting by setting IFS to empty value.)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+as_nl='
+'
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > IFS=" ""    $as_nl"
 
 # Find who we are.  Look in the path if we contain no directory separator.
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -113,7 +87,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   as_myself=$0
 fi
 if test ! -f "$as_myself"; then
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >$as_</span>echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   { (exit 1); exit 1; }
 fi
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -126,10 +100,17 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > PS4='+ '
 
 # NLS nuisances.
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-LC_ALL=C
-export LC_ALL
-LANGUAGE=C
-export LANGUAGE
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+for as_var in \
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
+  LC_TELEPHONE LC_TIME
+do
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
+    eval $as_var=C; export $as_var
+  else
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+  fi
+done
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 # Required to use basename.
 if expr a : '\(a\)' >/dev/null 2>&1 &&
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -151,7 +132,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
         X"$0" : 'X\(//\)$' \| \
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >$as_</span>echo X/"$0" |
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+echo X/"$0" |
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     sed '/^.*\/\([^/][^/]*\)\/*$/{
            s//\1/
            q
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -177,7 +158,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   as_have_required=no
 fi
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  if test $as_have_required = yes &&        (eval ":
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  if test $as_have_required = yes &&<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" > </span>         (eval ":
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > (as_func_return () {
   (exit \$1)
 }
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -259,7 +240,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   emulate sh
   NULLCMD=:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -280,7 +261,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   emulate sh
   NULLCMD=:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   # is contrary to our usage.  Disable this feature.
   alias -g '${1+"$@"}'='"$@"'
   setopt NO_GLOB_SUBST
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -360,10 +341,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
       if test "x$CONFIG_SHELL" != x; then
   for as_var in BASH_ENV ENV
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-       done
-       export CONFIG_SHELL
-       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+        done
+        export CONFIG_SHELL
+        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > fi
 
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -432,10 +413,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 test \$exitcode = 0") || {
   echo No shell found that supports shell functions.
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  echo Please tell bug-autoconf@gnu.org about your system,
-  echo including any error possibly output before this message.
-  echo This can help us improve future autoconf versions.
-  echo Configuration will now proceed without shell functions.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  echo Please tell autoconf@gnu.org about your system,
+  echo including any error possibly output before this
+  echo message
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > }
 
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -471,7 +451,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >       s/-\n.*//
     ' >$as_me.lineno &&
   chmod +x "$as_me.lineno" ||
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    { <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >$as_</span>echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    { (exit 1); exit 1; }; }
 
   # Don't try to exec as it changes $[0], causing all sort of problems
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -499,6 +479,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > *)
   ECHO_N='-n';;
 esac
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > if expr a : '\(a\)' >/dev/null 2>&1 &&
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   as_expr=expr
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -511,22 +492,19 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   rm -f conf$$.dir/conf$$.file
 else
   rm -f conf$$.dir
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  mkdir conf$$.dir 2>/dev/null
-fi
-if (echo >conf$$.file) 2>/dev/null; then
-  if ln -s conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s='ln -s'
-    # ... but there are two gotchas:
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-    # In both cases, we have to default to `cp -p'.
-    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-      as_ln_s='cp -p'
-  elif ln conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s=ln
-  else
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  mkdir conf$$.dir
+fi
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 2>/dev/null; then
+  as_ln_s='ln -s'
+  # ... but there are two gotchas:
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+  # In both cases, we have to default to `cp -p'.
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     as_ln_s='cp -p'
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  fi
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+elif ln conf$$.file conf$$ 2>/dev/null; then
+  as_ln_s=ln
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > else
   as_ln_s='cp -p'
 fi
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -551,10 +529,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   as_test_x='
     eval sh -c '\''
       if test -d "$1"; then
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >   </span>test -d "$1/.";
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >        </span>test -d "$1/.";
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >       else
        case $1 in
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >   </span>-*)set "./$1";;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >        </span>-*)set "./$1";;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    esac;
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
        ???[sx]*):;;*)false;;esac;fi
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -635,208 +613,194 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > # include <unistd.h>
 #endif"
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-ac_subst_vars='LTLIBOBJS
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+ac_subst_vars='SHELL
+PATH_SEPARATOR
+PACKAGE_NAME
+PACKAGE_TARNAME
+PACKAGE_VERSION
+PACKAGE_STRING
+PACKAGE_BUGREPORT
+exec_prefix
+prefix
+program_transform_name
+bindir
+sbindir
+libexecdir
+datarootdir
+datadir
+sysconfdir
+sharedstatedir
+localstatedir
+includedir
+oldincludedir
+docdir
+infodir
+htmldir
+dvidir
+pdfdir
+psdir
+libdir
+localedir
+mandir
+DEFS
+ECHO_C
+ECHO_N
+ECHO_T
+LIBS
+build_alias
+host_alias
+target_alias
+INSTALL_PROGRAM
+INSTALL_SCRIPT
+INSTALL_DATA
+CYGPATH_W
+PACKAGE
+VERSION
+ACLOCAL
+AUTOCONF
+AUTOMAKE
+AUTOHEADER
+MAKEINFO
+install_sh
+STRIP
+INSTALL_STRIP_PROGRAM
+mkdir_p
+AWK
+SET_MAKE
+am__leading_dot
+AMTAR
+am__tar
+am__untar
+MAINTAINER_MODE_TRUE
+MAINTAINER_MODE_FALSE
+MAINT
+CC
+CFLAGS
+LDFLAGS
+CPPFLAGS
+ac_ct_CC
+EXEEXT
+OBJEXT
+DEPDIR
+am__include
+am__quote
+AMDEP_TRUE
+AMDEP_FALSE
+AMDEPBACKSLASH
+CCDEPMODE
+am__fastdepCC_TRUE
+am__fastdepCC_FALSE
+OBJC
+OBJCFLAGS
+ac_ct_OBJC
+SED
+CCAS
+CCASFLAGS
+CPP
+GREP
+EGREP
+build
+build_cpu
+build_vendor
+build_os
+host
+host_cpu
+host_vendor
+host_os
+OBJCDEPMODE
+am__fastdepOBJC_TRUE
+am__fastdepOBJC_FALSE
+POD2MAN
+POD2HTML
+GUI_COCOA_TRUE
+GUI_COCOA_FALSE
+SOEXT
+PLUGINCFLAGS
+PLUGINLDFLAGS
+LXDREAMLDFLAGS
+BUILD_SHARED_TRUE
+BUILD_SHARED_FALSE
+LXDREAMCPPFLAGS
+PKG_CONFIG
+LIBPNG_CFLAGS
+LIBPNG_LIBS
+GLIB_CFLAGS
+GLIB_LIBS
+GTK_CFLAGS
+GTK_LIBS
+GUI_GTK_TRUE
+GUI_GTK_FALSE
+LIBISOFS_CFLAGS
+LIBISOFS_LIBS
+LIBGL_CFLAGS
+LIBGL_LIBS
+VIDEO_OSMESA_TRUE
+VIDEO_OSMESA_FALSE
+VIDEO_GLX_TRUE
+VIDEO_GLX_FALSE
+VIDEO_NSGL_TRUE
+VIDEO_NSGL_FALSE
+BUILD_SH4X86_TRUE
+BUILD_SH4X86_FALSE
+AUDIO_OSX_TRUE
+AUDIO_OSX_FALSE
+SDL_CFLAGS
+SDL_LIBS
+AUDIO_SDL_TRUE
+AUDIO_SDL_FALSE
+PULSE_CFLAGS
+PULSE_LIBS
+AUDIO_PULSE_TRUE
+AUDIO_PULSE_FALSE
+ESOUND_CFLAGS
+ESOUND_LIBS
+AUDIO_ESOUND_TRUE
+AUDIO_ESOUND_FALSE
+ALSA_CFLAGS
+ALSA_LIBS
+AUDIO_ALSA_TRUE
+AUDIO_ALSA_FALSE
+CDROM_LINUX_TRUE
+CDROM_LINUX_FALSE
+CDROM_OSX_TRUE
+CDROM_OSX_FALSE
+CDROM_NONE_TRUE
+CDROM_NONE_FALSE
+JOY_LINUX_TRUE
+JOY_LINUX_FALSE
+INPUT_LIRC_TRUE
+INPUT_LIRC_FALSE
+SHCC
+SHLD
+SHOBJCOPY
+ARMCC
+ARMLD
+ARMOBJCOPY
+BUILD_SYSTEST_TRUE
+BUILD_SYSTEST_FALSE
+BUILD_ARMTEST_TRUE
+BUILD_ARMTEST_FALSE
+LXDREAM_LIBS
+GETTEXT_PACKAGE
+USE_NLS
+MSGFMT
+MSGFMT_OPTS
+GMSGFMT
+XGETTEXT
+CATALOGS
+CATOBJEXT
+DATADIRNAME
+GMOFILES
+INSTOBJEXT
+INTLLIBS
+PO_IN_DATADIR_TRUE
+PO_IN_DATADIR_FALSE
+POFILES
+POSUB
+MKINSTALLDIRS
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > LIBOBJS
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-MKINSTALLDIRS
-POSUB
-POFILES
-PO_IN_DATADIR_FALSE
-PO_IN_DATADIR_TRUE
-INTLLIBS
-INSTOBJEXT
-GMOFILES
-DATADIRNAME
-CATOBJEXT
-CATALOGS
-XGETTEXT
-GMSGFMT
-MSGFMT_OPTS
-MSGFMT
-USE_NLS
-GETTEXT_PACKAGE
-LXDREAM_LIBS
-BUILD_ARMTEST_FALSE
-BUILD_ARMTEST_TRUE
-BUILD_SYSTEST_FALSE
-BUILD_SYSTEST_TRUE
-ARMOBJCOPY
-ARMLD
-ARMCC
-SHOBJCOPY
-SHLD
-SHCC
-INPUT_LIRC_FALSE
-INPUT_LIRC_TRUE
-JOY_LINUX_FALSE
-JOY_LINUX_TRUE
-CDROM_NONE_FALSE
-CDROM_NONE_TRUE
-CDROM_OSX_FALSE
-CDROM_OSX_TRUE
-CDROM_LINUX_FALSE
-CDROM_LINUX_TRUE
-AUDIO_ALSA_FALSE
-AUDIO_ALSA_TRUE
-ALSA_LIBS
-ALSA_CFLAGS
-AUDIO_ESOUND_FALSE
-AUDIO_ESOUND_TRUE
-ESOUND_LIBS
-ESOUND_CFLAGS
-AUDIO_PULSE_FALSE
-AUDIO_PULSE_TRUE
-PULSE_LIBS
-PULSE_CFLAGS
-AUDIO_SDL_FALSE
-AUDIO_SDL_TRUE
-SDL_LIBS
-SDL_CFLAGS
-AUDIO_OSX_FALSE
-AUDIO_OSX_TRUE
-BUILD_SH4X86_FALSE
-BUILD_SH4X86_TRUE
-VIDEO_NSGL_FALSE
-VIDEO_NSGL_TRUE
-VIDEO_GLX_FALSE
-VIDEO_GLX_TRUE
-VIDEO_OSMESA_FALSE
-VIDEO_OSMESA_TRUE
-GUI_GTK_FALSE
-GUI_GTK_TRUE
-GTK_LIBS
-GTK_CFLAGS
-GLIB_LIBS
-GLIB_CFLAGS
-LIBPNG_LIBS
-LIBPNG_CFLAGS
-PKG_CONFIG
-LXDREAMCPPFLAGS
-BUILD_SHARED_FALSE
-BUILD_SHARED_TRUE
-LXDREAMLDFLAGS
-PLUGINLDFLAGS
-PLUGINCFLAGS
-SOEXT
-GUI_COCOA_FALSE
-GUI_COCOA_TRUE
-POD2HTML
-POD2MAN
-am__fastdepOBJC_FALSE
-am__fastdepOBJC_TRUE
-OBJCDEPMODE
-host_os
-host_vendor
-host_cpu
-host
-build_os
-build_vendor
-build_cpu
-build
-EGREP
-GREP
-CPP
-CCASFLAGS
-CCAS
-SED
-ac_ct_OBJC
-OBJCFLAGS
-OBJC
-am__fastdepCC_FALSE
-am__fastdepCC_TRUE
-CCDEPMODE
-AMDEPBACKSLASH
-AMDEP_FALSE
-AMDEP_TRUE
-am__quote
-am__include
-DEPDIR
-OBJEXT
-EXEEXT
-ac_ct_CC
-CPPFLAGS
-LDFLAGS
-CFLAGS
-CC
-MAINT
-MAINTAINER_MODE_FALSE
-MAINTAINER_MODE_TRUE
-am__untar
-am__tar
-AMTAR
-am__leading_dot
-SET_MAKE
-AWK
-mkdir_p
-INSTALL_STRIP_PROGRAM
-STRIP
-install_sh
-MAKEINFO
-AUTOHEADER
-AUTOMAKE
-AUTOCONF
-ACLOCAL
-VERSION
-PACKAGE
-CYGPATH_W
-INSTALL_DATA
-INSTALL_SCRIPT
-INSTALL_PROGRAM
-target_alias
-host_alias
-build_alias
-LIBS
-ECHO_T
-ECHO_N
-ECHO_C
-DEFS
-mandir
-localedir
-libdir
-psdir
-pdfdir
-dvidir
-htmldir
-infodir
-docdir
-oldincludedir
-includedir
-localstatedir
-sharedstatedir
-sysconfdir
-datadir
-datarootdir
-libexecdir
-sbindir
-bindir
-program_transform_name
-prefix
-exec_prefix
-PACKAGE_BUGREPORT
-PACKAGE_STRING
-PACKAGE_VERSION
-PACKAGE_TARNAME
-PACKAGE_NAME
-PATH_SEPARATOR
-SHELL'
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+LTLIBOBJS'
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > ac_subst_files=''
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-ac_user_opts='
-enable_option_checking
-enable_maintainer_mode
-enable_dependency_tracking
-enable_strict_warn
-enable_translator
-enable_optimized
-enable_shared
-enable_profiled
-enable_trace
-enable_watch
-enable_sh4stats
-with_osmesa
-with_gtk
-with_esd
-with_pulse
-with_sdl
-'
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >       ac_precious_vars='build_alias
 host_alias
 target_alias
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -857,6 +821,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > GLIB_LIBS
 GTK_CFLAGS
 GTK_LIBS
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+LIBISOFS_CFLAGS
+LIBISOFS_LIBS
+LIBGL_CFLAGS
+LIBGL_LIBS
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > SDL_CFLAGS
 SDL_LIBS
 PULSE_CFLAGS
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -870,8 +838,6 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > # Initialize some variables set by options.
 ac_init_help=
 ac_init_version=false
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-ac_unrecognized_opts=
-ac_unrecognized_sep=
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > # The variables have the same names as the options, with
 # dashes changed to underlines.
 cache_file=/dev/null
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -970,21 +936,13 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     datarootdir=$ac_optarg ;;
 
   -disable-* | --disable-*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    ac_<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >useropt</span>=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    ac_<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >feature</span>=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     # Reject names that are not valid shell variable names.
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
-   { (exit 1); exit 1; }; }
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"enable_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
-        ac_unrecognized_sep=', ';;
-    esac
-    eval enable_$ac_useropt=no ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+   { (exit 1); exit 1; }; }
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
+    eval enable_$ac_feature=no ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
   -docdir | --docdir | --docdi | --doc | --do)
     ac_prev=docdir ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -997,21 +955,13 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     dvidir=$ac_optarg ;;
 
   -enable-* | --enable-*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    ac_<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >useropt</span>=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    ac_<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >feature</span>=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     # Reject names that are not valid shell variable names.
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
-   { (exit 1); exit 1; }; }
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"enable_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
-        ac_unrecognized_sep=', ';;
-    esac
-    eval enable_$ac_useropt=\$ac_optarg ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+   { (exit 1); exit 1; }; }
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
+    eval enable_$ac_feature=\$ac_optarg ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1202,38 +1152,22 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     ac_init_version=: ;;
 
   -with-* | --with-*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    ac_<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >useropt</span>=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    ac_<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >package</span>=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     # Reject names that are not valid shell variable names.
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
-   { (exit 1); exit 1; }; }
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"with_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
-        ac_unrecognized_sep=', ';;
-    esac
-    eval with_$ac_useropt=\$ac_optarg ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
+   { (exit 1); exit 1; }; }
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
+    eval with_$ac_package=\$ac_optarg ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
   -without-* | --without-*)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    ac_<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >useropt</span>=`expr "x$ac_option" : 'x-*without-\(.*\)'`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    ac_<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >package</span>=`expr "x$ac_option" : 'x-*without-\(.*\)'`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     # Reject names that are not valid shell variable names.
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
-   { (exit 1); exit 1; }; }
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"with_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
-        ac_unrecognized_sep=', ';;
-    esac
-    eval with_$ac_useropt=no ;;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
+   { (exit 1); exit 1; }; }
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
+    eval with_$ac_package=no ;;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
   --x)
     # Obsolete; use --with-x.
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1253,7 +1187,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
     x_libraries=$ac_optarg ;;
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  -*) { <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >$as_</span>echo "$as_me: error: unrecognized option: $ac_option
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  -*) { echo "$as_me: error: unrecognized option: $ac_option
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > Try \`$0 --help' for more information." >&2
    { (exit 1); exit 1; }; }
     ;;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1262,16 +1196,16 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
     # Reject names that are not valid shell variable names.
     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-      { <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >$as_</span>echo "$as_me: error: invalid variable name: $ac_envvar" >&2
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    { (exit 1); exit 1; }; }
     eval $ac_envvar=\$ac_optarg
     export $ac_envvar ;;
 
   *)
     # FIXME: should be removed in autoconf 3.0.
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >$as_</span>echo "$as_me: WARNING: you should use --build, --host, --target" >&2
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-      <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >$as_</span>echo "$as_me: WARNING: invalid host type: $ac_option" >&2
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
     ;;
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1280,38 +1214,22 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 if test -n "$ac_prev"; then
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
-   { (exit 1); exit 1; }; }
-fi
-
-if test -n "$ac_unrecognized_opts"; then
-  case $enable_option_checking in
-    no) ;;
-    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
-   { (exit 1); exit 1; }; } ;;
-    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
-  esac
-fi
-
-# Check all directory arguments for consistency.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  { echo "$as_me: error: missing argument to $ac_option" >&2
+   { (exit 1); exit 1; }; }
+fi
+
+# Be sure to have absolute directory names.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > for ac_var in      exec_prefix prefix bindir sbindir libexecdir datarootdir \
                datadir sysconfdir sharedstatedir localstatedir includedir \
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
                libdir localedir mandir
 do
   eval ac_val=\$$ac_var
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  # Remove trailing slashes.
-  case $ac_val in
-    */ )
-      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
-      eval $ac_var=\$ac_val;;
-  esac
-  # Be sure to have absolute directory names.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   case $ac_val in
     [\\/$]* | ?:[\\/]* )  continue;;
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   esac
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  { <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >$as_</span>echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    { (exit 1); exit 1; }; }
 done
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1326,7 +1244,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > if test "x$host_alias" != x; then
   if test "x$build_alias" = x; then
     cross_compiling=maybe
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >$as_</span>echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     If a cross compiler is detected then cross compile mode will be used." >&2
   elif test "x$build_alias" != "x$host_alias"; then
     cross_compiling=yes
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1342,10 +1260,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > ac_pwd=`pwd` && test -n "$ac_pwd" &&
 ac_ls_di=`ls -di .` &&
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  { $as_echo "$as_me: error: working directory cannot be determined" >&2
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  { echo "$as_me: error: Working directory cannot be determined" >&2
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    { (exit 1); exit 1; }; }
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  { <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >$as_</span>echo "$as_me: error: pwd does not report name of working directory" >&2
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  { echo "$as_me: error: pwd does not report name of working directory" >&2
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    { (exit 1); exit 1; }; }
 
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1353,12 +1271,12 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > if test -z "$srcdir"; then
   ac_srcdir_defaulted=yes
   # Try the directory containing this script, then the parent directory.
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  ac_confdir=`$as_dirname -- "$as_myself" ||
-$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$as_myself" : 'X\(//\)[^/]' \| \
-        X"$as_myself" : 'X\(//\)$' \| \
-        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$as_myself" |
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  ac_confdir=`$as_dirname -- "$0" ||
+$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$0" : 'X\(//\)[^/]' \| \
+        X"$0" : 'X\(//\)$' \| \
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+echo X"$0" |
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
            s//\1/
            q
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1385,12 +1303,12 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > fi
 if test ! -r "$srcdir/$ac_unique_file"; then
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  { <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >$as_</span>echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    { (exit 1); exit 1; }; }
 fi
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 ac_abs_confdir=`(
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   cd "$srcdir" && test -r "./$ac_unique_file" || { <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >$as_</span>echo "$as_me: error: $ac_msg" >&2
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    { (exit 1); exit 1; }; }
        pwd)`
 # When building in place, set srcdir=.
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1439,9 +1357,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 Installation directories:
   --prefix=PREFIX         install architecture-independent files in PREFIX
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                          [$ac_default_prefix]
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                       [$ac_default_prefix]
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                          [PREFIX]
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                       [PREFIX]
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 By default, \`make install' will install all the files in
 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1451,25 +1369,25 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > For better control, use the options below.
 
 Fine tuning of the installation directories:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  --bindir=DIR            user executables [EPREFIX/bin]
-  --sbindir=DIR           system admin executables [EPREFIX/sbin]
-  --libexecdir=DIR        program executables [EPREFIX/libexec]
-  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
-  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
-  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
-  --libdir=DIR            object code libraries [EPREFIX/lib]
-  --includedir=DIR        C header files [PREFIX/include]
-  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
-  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
-  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
-  --infodir=DIR           info documentation [DATAROOTDIR/info]
-  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
-  --mandir=DIR            man documentation [DATAROOTDIR/man]
-  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
-  --htmldir=DIR           html documentation [DOCDIR]
-  --dvidir=DIR            dvi documentation [DOCDIR]
-  --pdfdir=DIR            pdf documentation [DOCDIR]
-  --psdir=DIR             ps documentation [DOCDIR]
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  --bindir=DIR           user executables [EPREFIX/bin]
+  --sbindir=DIR          system admin executables [EPREFIX/sbin]
+  --libexecdir=DIR       program executables [EPREFIX/libexec]
+  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
+  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
+  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
+  --libdir=DIR           object code libraries [EPREFIX/lib]
+  --includedir=DIR       C header files [PREFIX/include]
+  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
+  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
+  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
+  --infodir=DIR          info documentation [DATAROOTDIR/info]
+  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
+  --mandir=DIR           man documentation [DATAROOTDIR/man]
+  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
+  --htmldir=DIR          html documentation [DOCDIR]
+  --dvidir=DIR           dvi documentation [DOCDIR]
+  --pdfdir=DIR           pdf documentation [DOCDIR]
+  --psdir=DIR            ps documentation [DOCDIR]
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > _ACEOF
 
   cat <<\_ACEOF
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1490,7 +1408,6 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   cat <<\_ACEOF
 
 Optional Features:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  --disable-option-checking  ignore unrecognized --enable/--with options
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --enable-maintainer-mode  enable make rules and dependencies not useful
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1541,6 +1458,13 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   GLIB_LIBS   linker flags for GLIB, overriding pkg-config
   GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
   GTK_LIBS    linker flags for GTK, overriding pkg-config
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  LIBISOFS_CFLAGS
+              C compiler flags for LIBISOFS, overriding pkg-config
+  LIBISOFS_LIBS
+              linker flags for LIBISOFS, overriding pkg-config
+  LIBGL_CFLAGS
+              C compiler flags for LIBGL, overriding pkg-config
+  LIBGL_LIBS  linker flags for LIBGL, overriding pkg-config
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   SDL_CFLAGS  C compiler flags for SDL, overriding pkg-config
   SDL_LIBS    linker flags for SDL, overriding pkg-config
   PULSE_CFLAGS
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -1562,17 +1486,15 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > if test "$ac_init_help" = "recursive"; then
   # If there are subdirs, report their specific --help.
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    test -d "$ac_dir" ||
-      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
-      continue
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    test -d "$ac_dir" || continue
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     ac_builddir=.
 
 case "$ac_dir" in
 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 *)
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   # A ".." for each directory in $ac_dir_suffix.
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >   case $ac_top_builddir_sub in
   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
</pre></pre>
<strong class="error" style="color:red;" >[truncated at 1000 lines; 12114 more skipped]</strong>
</div>
<hr /><a name="file3" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>configure.in</b></big> <small id="info" style="color: #888888;" >700c5ab26a63 -> eb1c005ba3cb</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/configure.in
+++ lxdream/configure.in
@@ -217,11 +217,12 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 AM_CONDITIONAL(GUI_GTK, [test "$HAVE_GTK" = 'yes'])
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-AC_CHECK_HEADER([libisofs/libisofs.h], [
-   AC_CHECK_LIB(isofs, [iso_data_source_new_from_file], [
-      LIBS="$LIBS -lisofs"
-   ], [ AC_MSG_FAILURE( ["Libisofs library not found, but is required"]) ])], 
-      [ AC_MSG_FAILURE( ["Libisofs headers not found, but is required"]) ])
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+PKG_CHECK_MODULES(LIBISOFS, [libisofs-1] )
+dnl AC_CHECK_HEADER([libisofs/libisofs.h], [
+   dnl AC_CHECK_LIB(isofs, [iso_data_source_new_from_file], [
+      dnl LIBS="$LIBS -lisofs"
+   dnl ], [ AC_MSG_FAILURE( ["Libisofs library not found, but is required"]) ])], 
+      dnl [ AC_MSG_FAILURE( ["Libisofs headers not found, but is required"]) ])
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 dnl ------------------ Video driver support -------------------
 AS_IF([test "x$with_osmesa" != xno], [ 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -238,10 +239,11 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > dnl Otherwise we want a real GL library (unless we're on darwin, in which case it's already
 dnl taken care of above).
    if test "x$APPLE_BUILD" != 'xyes'; then
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-      AC_CHECK_LIB(GL, glVertex3f, [], [
-          AC_MSG_FAILURE( ["The OpenGL library (libGL.so) could not be found, but is required."])])
-      AC_CHECK_HEADER([GL/gl.h], [], [
-          AC_MSG_FAILURE( ["The OpenGL header files (eg GL/gl.h) could not be found, but are required."])])
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+      PKG_CHECK_MODULES(LIBGL, [gl] )
+      dnl AC_CHECK_LIB(GL, glVertex3f, [], [
+          dnl AC_MSG_FAILURE( ["The OpenGL library (libGL.so) could not be found, but is required."])])
+      dnl AC_CHECK_HEADER([GL/gl.h], [], [
+          dnl AC_MSG_FAILURE( ["The OpenGL header files (eg GL/gl.h) could not be found, but are required."])])
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    else
       AC_CHECK_FUNC(NSOpenGLGetVersion, [
          HAVE_NSGL='yes'
</pre></div>
<hr /><a name="file4" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>Makefile.am</b></big> <small id="info" style="color: #888888;" >700c5ab26a63 -> eb1c005ba3cb</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/Makefile.am
+++ lxdream/src/Makefile.am
@@ -6,7 +6,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      -DPACKAGE_PLUGIN_DIR=\""$(pkglibdir)"\" \
        -DPACKAGE_CONF_DIR=\""$(sysconfdir)"\" \
         -Ish4 \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBPNG_CFLAGS@ @PULSE_CFLAGS@ @ESOUND_CFLAGS@ @ALSA_CFLAGS@ @SDL_CFLAGS@
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBPNG_CFLAGS@ @PULSE_CFLAGS@ @ESOUND_CFLAGS@ @ALSA_CFLAGS@ @SDL_CFLAGS@<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" > @LIBGL_CFLAGS@ @LIBISOFS_CFLAGS@</span>
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 SOEXT=@SOEXT@
 PLUGINCFLAGS = @PLUGINCFLAGS@ 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -39,7 +39,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > genmach_SOURCES = tools/genmach.c tools/genmach.h tools/mdparse.c
 genglsl_SOURCES = tools/genglsl.c
 lxdream_LINK = $(LINK) @LXDREAMLDFLAGS@
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-lxdream_LDADD = @LXDREAM_LIBS@ @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@ $(INTLLIBS)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+lxdream_LDADD = @LXDREAM_LIBS@ @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@ <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >@LIBGL_LIBS@ @LIBISOFS_LIBS@ </span>$(INTLLIBS)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > lxdream_SOURCES = \
         main.c version.c config.c config.h lxdream.h dream.h gui.h cpu.c cpu.h hook.h \
         gettext.h mem.c mem.h sdram.c mmio.h watch.c \
</pre></div>
<hr /><a name="file5" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>Makefile.in</b></big> <small id="info" style="color: #888888;" >700c5ab26a63 -> eb1c005ba3cb</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/Makefile.in
+++ lxdream/src/Makefile.in
@@ -425,6 +425,10 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > JOY_LINUX_FALSE = @JOY_LINUX_FALSE@
 JOY_LINUX_TRUE = @JOY_LINUX_TRUE@
 LDFLAGS = @LDFLAGS@
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+LIBGL_CFLAGS = @LIBGL_CFLAGS@
+LIBGL_LIBS = @LIBGL_LIBS@
+LIBISOFS_CFLAGS = @LIBISOFS_CFLAGS@
+LIBISOFS_LIBS = @LIBISOFS_LIBS@
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > LIBOBJS = @LIBOBJS@
 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
 LIBPNG_LIBS = @LIBPNG_LIBS@
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -534,7 +538,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      -DPACKAGE_PLUGIN_DIR=\""$(pkglibdir)"\" \
        -DPACKAGE_CONF_DIR=\""$(sysconfdir)"\" \
         -Ish4 \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBPNG_CFLAGS@ @PULSE_CFLAGS@ @ESOUND_CFLAGS@ @ALSA_CFLAGS@ @SDL_CFLAGS@
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBPNG_CFLAGS@ @PULSE_CFLAGS@ @ESOUND_CFLAGS@ @ALSA_CFLAGS@ @SDL_CFLAGS@<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" > @LIBGL_CFLAGS@ @LIBISOFS_CFLAGS@</span>
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 EXTRA_DIST = drivers/genkeymap.pl checkver.pl drivers/dummy.c
 AM_CFLAGS = -D__EXTENSIONS__ -D_BSD_SOURCE -D_GNU_SOURCE
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -554,8 +558,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > genglsl_SOURCES = tools/genglsl.c
 lxdream_LINK = $(LINK) @LXDREAMLDFLAGS@
 lxdream_LDADD = @LXDREAM_LIBS@ @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@ \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   $(INTLLIBS) $(am__append_18) $(am__append_20) $(am__append_22) \
-       $(am__append_24) $(am__append_26)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     @LIBGL_LIBS@ @LIBISOFS_LIBS@ $(INTLLIBS) $(am__append_18) \
+       $(am__append_20) $(am__append_22) $(am__append_24) \
+       $(am__append_26)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > lxdream_SOURCES = main.c version.c config.c config.h lxdream.h dream.h \
        gui.h cpu.c cpu.h hook.h gettext.h mem.c mem.h sdram.c mmio.h \
        watch.c asic.c asic.h clock.h serial.h syscall.c syscall.h \
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>