summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-07-30 23:46:51 +0000
committerEric Blake <ebb9@byu.net>2007-09-21 15:05:43 -0600
commit2f7e36a0d85dcd1bf3186291c5a14b02c0ddacba (patch)
tree7458cee7fb8b37071b7d7c22b2af4453e91f7e70 /m4
parent7b1469952563640d2331be599acf55351670ba75 (diff)
downloadm4-2f7e36a0d85dcd1bf3186291c5a14b02c0ddacba.tar.gz
Use native free when it is good enough.
* m4/gnulib-cache.m4: Augment with gnulib-tool --import free. * src/builtin.c (define_user_macro, m4_regexp, m4_patsubst): djust calls. * src/symtab.c (free_symbol): Likewise. * src/m4.c (xfree, main): Likewise. * src/m4.h (obstack_chunk_free): Likewise. * src/path.c (path_search): Likewise. * src/input.c (pop_wrapup, set_quotes, set_comment): Likewise.
Diffstat (limited to 'm4')
-rw-r--r--m4/gnulib-cache.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index cd921588..7b108acd 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -15,10 +15,10 @@
# 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=. --macro-prefix=M4 --assume-autoconf=2.60 alloca binary-io close-stream error fdl fopen-safer gendocs getopt mkstemp obstack regex stdlib-safer strtol tmpfile-safer unlocked-io xalloc xvasprintf
+# gnulib-tool --import --dir=. --lib=libm4 --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=. --macro-prefix=M4 alloca binary-io close-stream error fdl fopen-safer free gendocs getopt mkstemp obstack regex stdlib-safer strtol tmpfile-safer unlocked-io xalloc xvasprintf
# Specification in the form of a few gnulib-tool.m4 macro invocations:
-gl_MODULES([alloca binary-io close-stream error fdl fopen-safer gendocs getopt mkstemp obstack regex stdlib-safer strtol tmpfile-safer unlocked-io xalloc xvasprintf])
+gl_MODULES([alloca binary-io close-stream error fdl fopen-safer free gendocs getopt mkstemp obstack regex stdlib-safer strtol tmpfile-safer unlocked-io xalloc xvasprintf])
gl_AVOID([])
gl_SOURCE_BASE([lib])
gl_M4_BASE([m4])
@@ -26,4 +26,3 @@ gl_DOC_BASE([doc])
gl_TESTS_BASE([tests])
gl_LIB([libm4])
gl_MACRO_PREFIX([M4])
-gl_AUTOCONF_MINVERSION([2.60])