Hi!

>--[Akim Demaille]--<[EMAIL PROTECTED]>
> >>>>> "diger" == diger Kuhlmann <R> writes:

Well... I don't have to tell you what I think about "Gnus"...

> Still, why don't you want both Configure and configure in the same
> dir?  Are you using a case insensitive FS?

AmigaOS filesystems are traditionally case insensitive, yes.

> Also, why do you think it is Autoconf's configure which should be
> renamed rather than Configure?  configure.perl.

Tell that the Perl guys...

> `ac' seems OK.  Alexandre?

Well, .gnu came to my mind because it is already used that way.

>         AC_CONFIG_COMMANDS([perl], [sh perl5/Configure])

AC_CONFIG_COMMANDS is 2.49 only, so it would be AC_OUTPUT_COMMANDS.

And the code would have to check for the existance of the perl subdirectory
- AC_CONFIG_SUBDIRS silently ignores nonexistant subdirectories.

And there is another problem with that: Some subdirectories are excluded
depending on $host. perl is one of them. For other directories, I just
remove them before the final AC_CONFIG_SUBDIRS from $subdirs, where "them"
is a list of subdirectories depending on $host. It should be possible to
make this conditional, but it will remove uniformity.

So for me, .gnu sounds easier...

Yours, Rüdiger.

-- 
   http://www.ruediger-kuhlmann.de/

Reply via email to