<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,34 +1,14 @@
 #!/bin/sh
 
-eval `grep '^BEAN_VERSION=' configure.in`
-case &quot;$BEAN_VERSION&quot; in
-  *-g*)
-    rebuildok=1
-    ;;
-  *)
-    rebuildok=0
-    ;;
-esac
-
 clean=0
 
 while test $# -gt 0; do
-  if test &quot;$1&quot; = &quot;--force&quot;; then
-    rebuildok=1
-    echo &quot;Forcing buildconf&quot;
-  fi
   if test &quot;$1&quot; = &quot;--clean&quot;; then
     clean=1
   fi
   shift
 done
 
-if test &quot;$rebuildok&quot; = &quot;0&quot;; then
-  echo &quot;You should not run buildconf in a release package.&quot;
-  echo &quot;use buildconf --force to override this check.&quot;
-  exit 1
-fi
-
 if test &quot;$clean&quot; = &quot;1&quot;; then
 	echo &quot;Cleaning autogenerated files&quot;
 	${MAKE:-make} -s -f build.mk clean</diff>
      <filename>buildconf.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>382723cca3a4bb907442b281ad5dda97b48be8e2</id>
    </parent>
  </parents>
  <author>
    <name>Keith Rarick</name>
    <email>kr@xph.us</email>
  </author>
  <url>http://github.com/kr/beanstalkd/commit/b6378988af2221dfb42891d5d71979c94507187b</url>
  <id>b6378988af2221dfb42891d5d71979c94507187b</id>
  <committed-date>2008-11-19T10:57:43-08:00</committed-date>
  <authored-date>2008-11-19T10:57:43-08:00</authored-date>
  <message>Remove unnecessary check in buildconf.sh.</message>
  <tree>623194ca63bc029052ebc9337410ed5251399af3</tree>
  <committer>
    <name>Keith Rarick</name>
    <email>kr@xph.us</email>
  </committer>
</commit>
