view modules/config-h @ 7199:85ef7b18536b

New config-h module, so that "make" output needn't be cluttered by -DHAVE_CONFIG_H. * MODULES.html.sh (Support for building libraries and executables): Add config-h. * modules/config-h: New file. * gnulib-tool (nl, sed_transform_lib_file): New vars. (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if the config-h module is used. * m4/config-h.m4: New file.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 26 Aug 2006 06:39:32 +0000
parents
children
line wrap: on
line source

Description:
Assume config.h exists, to avoid -DHAVE_CONFIG_H clutter in 'make' output.

Files:
m4/config-h.m4

Depends-on:

configure.ac:
gl_CONFIG_H

Makefile.am:

Include:

License:
LGPL

Maintainer:
Paul Eggert, Jim Meyering