<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,3 +27,5 @@ subdirs:
 
 clean:
 	rm -rf ebin/*
+	cd googleurl; make clean
+</diff>
      <filename>Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -66,10 +66,15 @@ AC_DEFUN([AC_CHECK_ICU], [
             AC_MSG_CHECKING(ICU_LIBS)
             ICU_LIBS=`$ICU_CONFIG --ldflags`
             AC_MSG_RESULT($ICU_LIBS)
+
+	    AC_MSG_CHECKING(ICU_PREFIX)
+	    ICU_PREFIX=`$ICU_CONFIG --prefix`
+	    AC_MSG_RESULT($ICU_PREFIX)
         else
             ICU_CFLAGS=&quot;&quot;
             ICU_CXXFLAGS=&quot;&quot;
             ICU_LIBS=&quot;&quot;
+	    ICU_PREFIX=&quot;&quot;
             ## If we have a custom action on failure, don't print errors, but
             ## do set a variable so people can do so.
             ifelse([$3], ,echo &quot;can't find ICU &gt;= $1&quot;,)
@@ -78,6 +83,7 @@ AC_DEFUN([AC_CHECK_ICU], [
         AC_SUBST(ICU_CFLAGS)
         AC_SUBST(ICU_CXXFLAGS)
         AC_SUBST(ICU_LIBS)
+	AC_SUBST(ICU_PREFIX)
   fi
 
   if test $succeeded = yes; then</diff>
      <filename>configure.ac</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 
+ICU_INCLUDE = $(ICU_PREFIX)/include
 
 objects = port.o erl_comm.o gurl.o url_parse.o url_util.o logging.o url_canon_etc.o url_canon_fileurl.o url_canon_host.o url_canon_internal.o url_canon_ip.o url_canon_mailtourl.o url_canon_path.o url_canon_pathurl.o url_canon_query.o url_canon_relative.o url_canon_stdurl.o url_parse_file.o url_canon_icu.o
 
@@ -9,7 +10,7 @@ sources = src/port.cc src/erl_comm.c src/gurl.cc src/url_parse.cc src/url_util.c
 all: bin/port
 
 bin/port: $(objects) bin
-	g++ -o bin/port -Isrc -I$(ERLANG_LIB_DIR_erl_interface)/include -L$(ERLANG_LIB_DIR_erl_interface)/lib $(ICU_LIBS) -lerl_interface -lei $(objects)
+	g++ -o bin/port -Isrc -I$(ICU_INCLUDE) -I$(ERLANG_LIB_DIR_erl_interface)/include -L$(ERLANG_LIB_DIR_erl_interface)/lib $(ICU_LIBS) -lerl_interface -lei $(objects)
 
 bin:
 	mkdir bin
@@ -32,7 +33,7 @@ src/url_file.cc: src/url_parse_internal.h
 
 
 $(objects): $(sources)
-	g++ -c $(sources) -Isrc -I.. -I$(ERLANG_LIB_DIR_erl_interface)/include
+	g++ -c $(sources) -Isrc -I.. -I$(ERLANG_LIB_DIR_erl_interface)/include -I$(ICU_INCLUDE)
 
 clean:
 	rm $(objects) bin/port</diff>
      <filename>googleurl/Makefile.am</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>googleurl/src/unicode/brkiter.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/caniter.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/chariter.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/dbbi.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/docmain.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/dtintrv.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/locid.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/normlzr.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/parseerr.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/parsepos.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/platform.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/platform.h.in</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/ppalmos.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/putil.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/pwin32.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/rbbi.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/rep.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/resbund.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/schriter.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/strenum.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/symtable.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/ubidi.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/ubrk.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/ucasemap.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/ucat.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uchar.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uchriter.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uclean.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/ucnv.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/ucnv_cb.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/ucnv_err.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uconfig.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/udata.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/udeprctd.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/udraft.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uenum.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uidna.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uintrnal.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uiter.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uloc.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/umachine.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/umisc.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/unifilt.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/unifunct.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/unimatch.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uniset.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/unistr.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/unorm.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uobject.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uobslete.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/urename.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/urep.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/ures.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uscript.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uset.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/usetiter.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/ushape.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/usprep.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/ustring.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/usystem.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/utext.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/utf.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/utf16.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/utf32.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/utf8.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/utf_old.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/utrace.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/utypes.h</filename>
    </removed>
    <removed>
      <filename>googleurl/src/unicode/uversion.h</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>8618016ac50ba05243759d82a8a9251befcbd9a7</id>
    </parent>
  </parents>
  <author>
    <name>xanados</name>
    <email>bjterry@Benjamin-Terrys-MacBook-Pro-15.local</email>
  </author>
  <url>http://github.com/formido/spider/commit/3a73950ffdd60fb1b4ebc92683579bcb68c5fc98</url>
  <id>3a73950ffdd60fb1b4ebc92683579bcb68c5fc98</id>
  <committed-date>2008-09-14T20:57:43-07:00</committed-date>
  <authored-date>2008-09-14T20:57:43-07:00</authored-date>
  <message>Hopefully no longer need headers from ICU, since we should be detecting the location of them in our configure.ac.</message>
  <tree>78c1da463cfa22915b34ec12d584987ffe0eb390</tree>
  <committer>
    <name>xanados</name>
    <email>bjterry@Benjamin-Terrys-MacBook-Pro-15.local</email>
  </committer>
</commit>
