Path to this page:
Subject: CVS commit: wip/mk-configure
From: Aleksey Cheusov
Date: 2009-05-31 14:54:30
Message id: E1MAkYn-00075x-CB@ddv4jf1.ch3.sourceforge.com
Log Message:
updated to 0.10.0
MAJOR CHANGES:
mkc.configure.mk:
New: MKC_CHECK_MEMBERS, mechanism for checking for structure
members. Regression tests for this new feature. Man page update
for mkc_check_decl. See the documentation for MKC_CHECK_MEMBERS
in configure.mk file.
Fix: HAVE_FUNCN.funcname.dir.header_h ->
HAVE_FUNCN.funcname.dir_header_h
New: Support for HAVE_VAR.varname.dir_header_h (dir/header.h!)
New: Support for HAVE_DEFINE.defname.dir_header.h (dir/header.h!)
New: MKC_COMMON_DEFINES.`uname -s`, e.g. MKC_COMMON_DEFINES.NetBSD,
MKC_COMMON_DEFINES.Linux etc.
"install-dirs" now work fully correctly, i.e. creates
all required directories.
New variable DPLIBS for listing -llibs for linking. Use DPLIBS
instead of LDADD for linking with local libraries.
See examples/8/hello/Makefile.
mkc_check_decl:
workaround for buggy ksh and FreeBSD /bin/sh.
Files: