James Berry wrote:
> Am I missing something? I do check for wchar.h.

Hi James,

yes, I overlooked it: you do check it in configure.ac through the symbol 
AC_CHECK_HEADERS. But this means that we require wchar.h 
unconditionally on every platform. Are you sure that this header always 
exists?

Another (minor) issue: now make is called in the src directory, once and 
for all subdirectories. This causes all object files be produced in the 
src directoy (because automake knows it not better;). This behaviour 
was originally not intended by the authors of automake, who instead 
want to have one Makefile.am in each subdir, and make be called 
recursively. 

Besides the danger of accidentially having object files be overwritten, 
if they have identical names and their sources in different subdirs, 
it's just unaesthetic to have all the object files lying around in an 
unstructured way. Don't you agree, that it would be much nicer to have 
recursive make again and one Makefile.am in each subdir?

Cheers,
                        Axel

-- 
Humboldt-Universit�t zu Berlin
Institut f�r Informatik
Signalverarbeitung und Mustererkennung
Dipl.-Inf. Axel Wei�
Rudower Chaussee 25
12489 Berlin-Adlershof
+49-30-2093-3050
** www.freesp.de **

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to