Mail Archives: djgpp-workers/2001/04/11/13:06:26
> > For most programs, .exe will be enough. But some
> > frequently-used GNU packages are shell or Perl scripts
> (autoconf, automake,
> > groff's troff wrapper and help2man are all good examples).
>
> Do these scripts indeed have extensions? IIRC, the name of the
> Autoconf script is simply `autoconf', not `autoconf.pl', no?
I think so, yes.
> > I have these as .sh and .pl so I can run them both from bash and
> > 4dos.com, and I'm sure at least some other people do the same.
>
> If these files are renamed by a small number of people, we shouldn't
> burden the others with those extensions. config.site can be edited by
> people who have special setup.
I merely based myself on what DJGPP considers executable; I figured that
when typing 'foo' in bash runs foo.pl or foo.sh if found, autoconf should
also consider those when searching for programs.
That said, I'm not opposed to only using .exe (and .bat, I suppose) in the
"official" distributed config.site. Like you say, it's easy enough for
oddballs like me to tweak config.site to their needs.
- Raw text -