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 62ca1ca..03035cd 100755 --- a/bin/chkconfigure +++ b/bin/chkconfigure @@ -18,12 +18,12 @@ # Created Date: 2004/12/07 # -# Configure: should be generated by autoconf version 2.67. -# autoconf: should be of version 2.67. +# Configure: should be generated by autoconf version 2.68. +# autoconf: should be of version 2.68. # variable initialization nerrors=0 -AUTOCONFVERSION=2.67 +AUTOCONFVERSION=2.68 AUTOCONFVERSIONLEAD='Generated by GNU Autoconf' CONFIGUREFILES="configure" |