The autoheader utility seems to deal fine with

AC_CONFIG_HEADERS([config.h include/Inventor/SbBasic.h 
include/Inventor/system/inttypes.h])

but not with

AC_CONFIG_HEADERS([                                                                    
 config.h
        include/Inventor/SbBasic.h
        include/Inventor/system/inttypes.h
])

Probably trivial to fix - apply m4_strip to $1 somewhere - but I'm not
familiar with autoheader internals - yet.

  Lars J

Reply via email to