> > > > /src - source
> > >
> > > Moving all source files into a subdirectory is an easy way to make the
> > > top level directory cleaner.
> >
> > this was the minimum I wanted to do.
>
> Ok, I'll consider doing that.
>
> > I meant the current /lib directory, and I wanted to leave it /lib,
> > while the src is moved to a subdir.
>
> You don't have a better name for it?
I don't, but it could be either crypt or something like this. But I
planned to put low-level pty allocation routines here. (and the poll
emulation code is here anyway) so it can stay lib IMHO.
> > so what do you think?
>
> Looks like it should do the job (although I think you are a little
> hard to the letter 'O'). You could copy it to the configure.in as
I don't think simple shell script is the language where you could mess too
much with algorithm effectiveness. You glue some commands together, and
use the results.
> AC_DEFINE_UNQUOTED(PTY_FIRST, "`ls /dev/pty* | cut -c 9-9 | uniq | tr -d '\n'`")
thanks...
--- Bazsi