autogen.sh: Remove call to env, since the buildbot isn't broken anymore.
authorDavid Schleef <ds@schleef.org>
Thu, 24 Jun 2004 19:58:01 +0000 (19:58 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 24 Jun 2004 19:58:01 +0000 (19:58 +0000)
Original commit message from CVS:
* autogen.sh:  Remove call to env, since the buildbot isn't
broken anymore.

ChangeLog
autogen.sh

index f62f370..6563bd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-24  David Schleef  <ds@schleef.org>
+
+       * autogen.sh:  Remove call to env, since the buildbot isn't
+       broken anymore.
+
 2004-06-24  Wim Taymans  <wim@fluendo.com>
 
        * gst/elements/Makefile.am:
index 9461455..bb84be3 100755 (executable)
@@ -1,9 +1,6 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
-env
-
-
 DIE=0
 package=gstreamer
 srcfile=gst/gst.c