diff options
author | David Schleef <ds@schleef.org> | 2003-04-13 20:13:58 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-04-13 20:13:58 +0000 |
commit | 5e5437a1c424ddb652bf8c4588d2be3cbe2b36c8 (patch) | |
tree | b274240a43d7d40b94a4496eaae058c0b30a63c7 /autogen.sh | |
parent | 0b13c0f9ce54ce7b1c3f340d4fb3cde59c85214e (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-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index df5cb8f55..966e4d0be 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 |