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
commita596b1777742348108b96e84f0671f143fedc377 (patch)
tree93fc5ee8f325f15840f137b1f1a9e73b2f5fb4cb /autogen.sh
parent4a74c4dcb6fc9506c131daa8b207c8f8c4c95f8f (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