summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-08-10 01:09:20 +0000
committerDavid Schleef <ds@schleef.org>2003-08-10 01:09:20 +0000
commit270af5f07c9547cf4baedb7ff24231111ce55e0c (patch)
tree997f5e47b0fa8ffb73eed808fe756abbc456d2db /autogen.sh
parent876e2a6966c5f89c92e5c7f092e653c1a13f7a7e (diff)
downloadgst-plugins-bad-270af5f07c9547cf4baedb7ff24231111ce55e0c.tar.gz
gst-plugins-bad-270af5f07c9547cf4baedb7ff24231111ce55e0c.tar.bz2
gst-plugins-bad-270af5f07c9547cf4baedb7ff24231111ce55e0c.zip
Fix function name to work with POSIX shell.
Original commit message from CVS: Fix function name to work with POSIX shell.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 72296795..aeb9a1b3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -42,7 +42,7 @@ version_check "pkg-config" "" \
die_check $DIE
-autoconf_2.52d_check || DIE=1
+autoconf_2_52d_check || DIE=1
aclocal_check || DIE=1
autoheader_check || DIE=1