<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,9 @@
+=== 1.0.2
+
+* 1 Bugfix
+
+  * extconf.rb should not check for frex and racc
+
 === 1.0.1
 
 * 1 Bugfix</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,7 @@
 # -*- ruby -*-
 
 require 'rubygems'
+require 'mkmf'
 require 'hoe'
 
 kind = Config::CONFIG['DLEXT']
@@ -72,10 +73,16 @@ task :coverage do
 end
 
 file GENERATED_PARSER =&gt; &quot;lib/nokogiri/css/parser.y&quot; do |t|
+  unless find_executable(&quot;racc&quot;)
+    abort &quot;need racc, get the tarball from http://i.loveruby.net/archive/racc/racc-1.4.5-all.tar.gz&quot; 
+  end
   sh &quot;racc -o #{t.name} #{t.prerequisites.first}&quot;
 end
 
 file GENERATED_TOKENIZER =&gt; &quot;lib/nokogiri/css/tokenizer.rex&quot; do |t|
+  unless find_executable(&quot;frex&quot;)
+    abort &quot;need frex, sudo gem install aaronp-frex -s http://gems.github.com&quot;   
+  end
   sh &quot;frex -i --independent -o #{t.name} #{t.prerequisites.first}&quot;
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -52,12 +52,4 @@ else
   end
 end
 
-unless find_executable(&quot;racc&quot;)
-  abort &quot;need racc, get the tarball from http://i.loveruby.net/archive/racc/racc-1.4.5-all.tar.gz&quot; 
-end
-
-unless find_executable(&quot;frex&quot;)
-  abort &quot;need frex, sudo gem install aaronp-frex -s http://gems.github.com&quot;   
-end
-
 create_makefile('nokogiri/native')</diff>
      <filename>ext/nokogiri/extconf.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module Nokogiri
-  VERSION = '1.0.1'
+  VERSION = '1.0.2'
 end</diff>
      <filename>lib/nokogiri/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>51a406c7f47ac5bf9a08c03098350b7394595f60</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Patterson</name>
    <email>aaron.patterson@gmail.com</email>
  </author>
  <url>http://github.com/tenderlove/nokogiri/commit/e1e9751417e6c1207ae004deb2d22982a82036ad</url>
  <id>e1e9751417e6c1207ae004deb2d22982a82036ad</id>
  <committed-date>2008-10-31T13:01:18-07:00</committed-date>
  <authored-date>2008-10-31T13:01:18-07:00</authored-date>
  <message>extconf should not check for frex and racc</message>
  <tree>14b80aad349673bea3970cec4b4935db4b32e73c</tree>
  <committer>
    <name>Aaron Patterson</name>
    <email>aaron.patterson@gmail.com</email>
  </committer>
</commit>
