summaryrefslogtreecommitdiffstats
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
commit4088af940ae5a24e8927ad9eda42a9fbc7b04320 (patch)
tree09645b6156d248b9eae1b160315a39c5b036de48 /autogen.sh
parent533d9c6860257715838b1438d71acf22d2826cca (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 df5cb8f5..966e4d0b 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