mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
f077afa0b2
commit
9fd2b5628e
2 changed files with 5 additions and 3 deletions
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue