mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
autogen.sh: Add a temporary 'env' to test buildbot problems.
Original commit message from CVS: * autogen.sh: Add a temporary 'env' to test buildbot problems.
This commit is contained in:
parent
644614bcec
commit
3ce2d37899
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-06-04 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* autogen.sh: Add a temporary 'env' to test buildbot problems.
|
||||||
|
|
||||||
2004-06-04 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
|
2004-06-04 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
#!/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