bug-automake
[Top][All Lists]
Advanced

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

Conditional Info files


From: Schleicher Ralph (LLI)
Subject: Conditional Info files
Date: Thu, 17 Jan 2008 14:50:07 +0100

Makefile.am:24: automake does not support info_TEXINFOS being defined 
conditionally
automake-1.10: ####################
automake-1.10: ## Internal Error ##
automake-1.10: ####################
automake-1.10: undefined condition `TRUE' for `info_TEXINFOS'
automake-1.10: info_TEXINFOS:
automake-1.10:   {
automake-1.10:     LIBCMEX_INSTALL => {
automake-1.10:       type: =
automake-1.10:       where: Makefile.am:24:
automake-1.10:       comment:
automake-1.10:       value: libcmex.texi
automake-1.10:       owner: Makefile
automake-1.10:     }
automake-1.10:   }
automake-1.10:
automake-1.10: Please contact <address@hidden>.

Okay, here I am.  The offensive part of Makefile.am is here:

if LIBCMEX_INSTALL
lib_LTLIBRARIES = libcmex.la
cmexinclude_HEADERS = api.h util.h mx.h ss.h
info_TEXINFOS = libcmex.texi
else # not LIBCMEX_INSTALL
noinst_LTLIBRARIES = libcmex.la
endif # not LIBCMEX_INSTALL

The library libcmex.la is a utility library that can be either installed or
integrated into another package via AC_CONFIG_SUBDIRS.  For the former I
wish to install the header files and documentation, too.  Otherwise, only
a convenience library should be built.  Would be nice if this behavior
can be supported in the future.  Thanks in advance.

--
Ralph Schleicher

Modeling and Performance
Environmental Control Systems

Liebherr-Aerospace Lindenberg GmbH
Pfänderstraße 50-52 * 88161 Lindenberg * Germany
Phone +49 8381 46-4057 * Fax +49 8381 46-4623




reply via email to

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