diff --git a/autoconf/AutoRegen.sh b/autoconf/AutoRegen.sh
index 5102aeb..e9b944c 100755
|
a
|
b
|
clean() { |
| 14 | 14 | ### Periods should be escaped with backslash for use by grep. |
| 15 | 15 | ### |
| 16 | 16 | ### If you update these, please also update docs/GettingStarted.html |
| 17 | | want_autoconf_version='2\.61' |
| | 17 | want_autoconf_version='2\.68' |
| 18 | 18 | want_autoheader_version=$want_autoconf_version |
| 19 | | want_aclocal_version='1\.10' |
| 20 | | want_libtool_version='1\.5\.22' |
| | 19 | want_aclocal_version='1\.11\.1' |
| | 20 | want_libtool_version='2\.4' |
| 21 | 21 | ### END NOTE ######################################################### |
| 22 | 22 | |
| 23 | 23 | outfile=configure |