Update Gnulib files.
This commit is contained in:
parent
071bb6a840
commit
3d8c00e725
3 changed files with 9 additions and 2 deletions
|
|
@ -10,3 +10,4 @@ onceonly_2_57.m4
|
|||
strcase.m4
|
||||
string_h.m4
|
||||
strings_h.m4
|
||||
onceonly.m4
|
||||
|
|
|
|||
2
m4/.gitignore
vendored
2
m4/.gitignore
vendored
|
|
@ -6,3 +6,5 @@ include_next.m4
|
|||
onceonly_2_57.m4
|
||||
strcase.m4
|
||||
strings_h.m4
|
||||
gnulib-comp.m4
|
||||
onceonly.m4
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2004-2007 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2002-2008 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software, distributed under the terms of the GNU
|
||||
# General Public License. As a special exception to the GNU General
|
||||
|
|
@ -19,7 +19,11 @@
|
|||
|
||||
# Specification in the form of a few gnulib-tool.m4 macro invocations:
|
||||
gl_LOCAL_DIR([])
|
||||
gl_MODULES([alloca extensions strcase])
|
||||
gl_MODULES([
|
||||
alloca
|
||||
extensions
|
||||
strcase
|
||||
])
|
||||
gl_AVOID([])
|
||||
gl_SOURCE_BASE([lib])
|
||||
gl_M4_BASE([m4])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue