Hello again!
I tried that in single.php:
<?php if (! file_exists('aut-'.$post[0]->post-author.'.php')) { ?>
<?php include('aut-'.$post[0]->post-author.'.php'); ?>
<?php } ?>
And got that:
Fatal error: Cannot use object of type stdClass as array in … on line 16
Oh!