1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/config-h
Paul Eggert 78f476c7f1 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.
2006-08-26 06:39:32 +00:00

21 lines
229 B
Plaintext

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