From 9fd2b5628e9f1dc2b6cb2211c135f8c9c73b63f6 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 24 Jun 2004 19:58:01 +0000 Subject: [PATCH] autogen.sh: Remove call to env, since the buildbot isn't broken anymore. Original commit message from CVS: * autogen.sh: Remove call to env, since the buildbot isn't broken anymore. --- ChangeLog | 5 +++++ autogen.sh | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f62f370..6563bd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-24 David Schleef + + * autogen.sh: Remove call to env, since the buildbot isn't + broken anymore. + 2004-06-24 Wim Taymans * gst/elements/Makefile.am: diff --git a/autogen.sh b/autogen.sh index 9461455..bb84be3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,6 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. -env - - DIE=0 package=gstreamer srcfile=gst/gst.c -- 2.7.4