mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
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.
21 lines
229 B
Plaintext
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
|