<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,7 @@
 
 # Package name
 PKG_NAME=${PKG_NAME:-Poppler}
+srcdir=$(dirname $0)
 
 # Default version requirements
 REQUIRED_GTK_DOC_VERSION=${REQUIRED_GTK_DOC_VERSION:-1.0}
@@ -113,11 +114,11 @@ fi
 version_check automake AUTOMAKE &quot;$automake_progs&quot; $REQUIRED_AUTOMAKE_VERSION \
 &quot;http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz&quot; || DIE=1
 
-autoreconf -v -i
+(cd $srcdir &amp;&amp; autoreconf -v -i )
 
 if $want_gtk_doc; then
     printbold &quot;Running $GTKDOCIZE...&quot;
-    $GTKDOCIZE --copy || exit 1
+    (cd $srcdir &amp;&amp; $GTKDOCIZE --copy) || exit 1
 fi
 
-./configure $@
+$srcdir/configure $@</diff>
      <filename>autogen.sh</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,6 @@
 INCLUDES = 					\
 	-I$(top_srcdir)/glib			\
+	-I$(top_builddir)/glib			\
 	$(GTK_TEST_CFLAGS)
 
 if BUILD_GTK_TEST</diff>
      <filename>glib/demo/Makefile.am</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2a333e5a618b5c92f3c703816b950321f25d3aab</id>
    </parent>
  </parents>
  <author>
    <name>Albert Astals Cid</name>
    <email>tsdgeos@bluebox.localdomain</email>
  </author>
  <url>http://github.com/kou/poppler-test/commit/57331767ed5306eba1f9bf60e48fc88debdc2198</url>
  <id>57331767ed5306eba1f9bf60e48fc88debdc2198</id>
  <committed-date>2007-10-22T14:33:59-07:00</committed-date>
  <authored-date>2007-10-22T14:33:59-07:00</authored-date>
  <message>builddir != srcdir fixes by Christian Persch &lt;chpe gnome org&gt;</message>
  <tree>4de2183910ae8b4dadaf5521ac62d09d96fd3b70</tree>
  <committer>
    <name>Albert Astals Cid</name>
    <email>tsdgeos@bluebox.localdomain</email>
  </committer>
</commit>
