autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoheader problem


From: Lars J. Aas
Subject: autoheader problem
Date: Mon, 26 Mar 2001 15:59:30 +0200
User-agent: Mutt/1.2.5i

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

[Prev in Thread] Current Thread [Next in Thread]