diff options
Diffstat (limited to 'autoconf/AutoRegen.sh')
-rwxr-xr-x | autoconf/AutoRegen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/AutoRegen.sh b/autoconf/AutoRegen.sh index 7809667..5102aeb 100755 --- a/autoconf/AutoRegen.sh +++ b/autoconf/AutoRegen.sh @@ -14,9 +14,9 @@ clean() { ### Periods should be escaped with backslash for use by grep. ### ### If you update these, please also update docs/GettingStarted.html -want_autoconf_version='2\.60' +want_autoconf_version='2\.61' want_autoheader_version=$want_autoconf_version -want_aclocal_version='1\.9\.6' +want_aclocal_version='1\.10' want_libtool_version='1\.5\.22' ### END NOTE ######################################################### |