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 | 40beb3e8106690da274b0c25ceecdd85b1bfdbaa (patch) | |
tree | 5448ad092c78949f89191d3b1a9d717170f5632f /autogen.sh | |
parent | 7ed09319112f60ad4e3d7c254b07776f4e339e66 (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
@@ -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 |