diff options
Diffstat (limited to 'bin/chkconfigure')
-rwxr-xr-x | bin/chkconfigure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chkconfigure b/bin/chkconfigure index 8b52d43..3c155dd 100755 --- a/bin/chkconfigure +++ b/bin/chkconfigure @@ -19,12 +19,12 @@ # Created Date: 2004/12/07 # -# Configure: should be generated by autoconf version 2.59. -# autoconf: should be of version 2.59. +# Configure: should be generated by autoconf version 2.61. +# autoconf: should be of version 2.61. # variable initialization nerrors=0 -AUTOCONFVERSION=2.59 +AUTOCONFVERSION=2.61 AUTOCONFVERSIONLEAD='Generated by GNU Autoconf' CONFIGUREFILES="configure c++/configure fortran/configure" |