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.
This commit is contained in:
David Schleef 2004-06-24 19:58:01 +00:00
parent f077afa0b2
commit 9fd2b5628e
2 changed files with 5 additions and 3 deletions

View file

@ -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> 2004-06-24 Wim Taymans <wim@fluendo.com>
* gst/elements/Makefile.am: * gst/elements/Makefile.am:

View file

@ -1,9 +1,6 @@
#!/bin/sh #!/bin/sh
# Run this to generate all the initial makefiles, etc. # Run this to generate all the initial makefiles, etc.
env
DIE=0 DIE=0
package=gstreamer package=gstreamer
srcfile=gst/gst.c srcfile=gst/gst.c