summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-04-13 20:13:58 +0000
committerDavid Schleef <ds@schleef.org>2003-04-13 20:13:58 +0000
commit40beb3e8106690da274b0c25ceecdd85b1bfdbaa (patch)
tree5448ad092c78949f89191d3b1a9d717170f5632f /autogen.sh
parent7ed09319112f60ad4e3d7c254b07776f4e339e66 (diff)
Change autoconf_2.52d_check to 2_52 to make bash happy
Original commit message from CVS: Change autoconf_2.52d_check to 2_52 to make bash happy
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 df5cb8f558..966e4d0be8 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