diff options
author | David Schleef <ds@schleef.org> | 2003-04-13 20:13:12 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-04-13 20:13:12 +0000 |
commit | ed429334bba35b10172ba97d9b3795b75a65b388 (patch) | |
tree | f2c32a92ab5824ab83cc51d2c83bda5af8333f13 | |
parent | 0ce4bbf0bc51c08694a8a1e0bec7624094b043d6 (diff) |
Change autoconf_2.52d_check to 2_52 to make bash happyRELEASE_0_5_1
Original commit message from CVS:
Change autoconf_2.52d_check to 2_52 to make bash happy
-rw-r--r-- | gst-autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-autogen.sh b/gst-autogen.sh index 213047b..6cc0c1d 100644 --- a/gst-autogen.sh +++ b/gst-autogen.sh @@ -166,7 +166,7 @@ autoheader_check () fi } -autoconf_2.52d_check () +autoconf_2_52d_check () { # autoconf 2.52d has a weird issue involving a yes:no error # so don't allow it's use |