summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-10-17 16:13:03 +0000
committerEric Blake <ebb9@byu.net>2007-09-21 15:27:40 -0600
commit01a562d206214ff6618b6e6c36f61c6859f66bdf (patch)
tree517488419546fd5fac522ba50596ebb68cfc1fb0 /m4
parent8d5c8e670f4e7c4da0dc8bfb77d4392b4a600a1f (diff)
downloadm4-01a562d206214ff6618b6e6c36f61c6859f66bdf.tar.gz
* m4/gnulib-cache.m4: Update with 'gnulib-tool --import
config-h'. * configure.ac (AC_CONFIG_HEADERS): Create config.h alongside gnulib headers, rather than in top directory. * src/Makefile.am (AUTOMAKE_OPTIONS): Add nostdinc, to reduce make output clutter.
Diffstat (limited to 'm4')
-rw-r--r--m4/gnulib-cache.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index ea73a681..8927cd14 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -15,11 +15,11 @@
# Specification in the form of a command-line invocation:
-# gnulib-tool --import --dir=. --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=. --no-libtool --macro-prefix=M4 binary-io clean-temp cloexec close-stream closeout error fdl fopen-safer free gendocs getopt gnupload mkstemp obstack regex stdlib-safer strtol unlocked-io verror xalloc xvasprintf
+# gnulib-tool --import --dir=. --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=. --no-libtool --macro-prefix=M4 binary-io clean-temp cloexec close-stream closeout config-h error fdl fopen-safer free gendocs getopt gnupload mkstemp obstack regex stdlib-safer strtol unlocked-io verror xalloc xvasprintf
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([])
-gl_MODULES([binary-io clean-temp cloexec close-stream closeout error fdl fopen-safer free gendocs getopt gnupload mkstemp obstack regex stdlib-safer strtol unlocked-io verror xalloc xvasprintf])
+gl_MODULES([binary-io clean-temp cloexec close-stream closeout config-h error fdl fopen-safer free gendocs getopt gnupload mkstemp obstack regex stdlib-safer strtol unlocked-io verror xalloc xvasprintf])
gl_AVOID([])
gl_SOURCE_BASE([lib])
gl_M4_BASE([m4])