Skip to content

Commit ffca4c2

Browse files
committed
gnulib-tool --import canonicalize-lgpl
1 parent 5b55e29 commit ffca4c2

17 files changed

+986
-5
lines changed

lib/Makefile.am

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# the same distribution terms as the rest of that program.
1010
#
1111
# Generated by gnulib-tool.
12-
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl --no-vc-files alloca-opt autobuild byteswap count-one-bits environ extensions flock fpieee full-read full-write havelib iconv_open-utf lib-symbol-visibility libunistring putenv stdlib strcase strftime striconveh string
12+
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl --no-vc-files alloca-opt autobuild byteswap canonicalize-lgpl count-one-bits environ extensions flock fpieee full-read full-write havelib iconv_open-utf lib-symbol-visibility libunistring putenv stdlib strcase strftime striconveh string
1313

1414
AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
1515

@@ -90,6 +90,15 @@ EXTRA_DIST += c-strcaseeq.h
9090

9191
## end gnulib module c-strcaseeq
9292

93+
## begin gnulib module canonicalize-lgpl
94+
95+
96+
EXTRA_DIST += canonicalize-lgpl.c canonicalize.h
97+
98+
EXTRA_libgnu_la_SOURCES += canonicalize-lgpl.c
99+
100+
## end gnulib module canonicalize-lgpl
101+
93102
## begin gnulib module configmake
94103

95104
# Retrieve values of the variables through 'configure' followed by
@@ -346,6 +355,14 @@ EXTRA_libgnu_la_SOURCES += malloc.c
346355

347356
## end gnulib module malloc-posix
348357

358+
## begin gnulib module malloca
359+
360+
libgnu_la_SOURCES += malloca.c
361+
362+
EXTRA_DIST += malloca.h malloca.valgrind
363+
364+
## end gnulib module malloca
365+
349366
## begin gnulib module mbrlen
350367

351368

@@ -373,6 +390,13 @@ EXTRA_libgnu_la_SOURCES += mbsinit.c
373390

374391
## end gnulib module mbsinit
375392

393+
## begin gnulib module pathmax
394+
395+
396+
EXTRA_DIST += pathmax.h
397+
398+
## end gnulib module pathmax
399+
376400
## begin gnulib module putenv
377401

378402

@@ -382,6 +406,15 @@ EXTRA_libgnu_la_SOURCES += putenv.c
382406

383407
## end gnulib module putenv
384408

409+
## begin gnulib module readlink
410+
411+
412+
EXTRA_DIST += readlink.c
413+
414+
EXTRA_libgnu_la_SOURCES += readlink.c
415+
416+
## end gnulib module readlink
417+
385418
## begin gnulib module safe-read
386419

387420

@@ -581,6 +614,7 @@ string.h: string.in.h
581614
-e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
582615
-e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
583616
-e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
617+
-e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
584618
-e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
585619
-e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
586620
-e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
@@ -617,6 +651,7 @@ string.h: string.in.h
617651
-e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
618652
-e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
619653
-e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
654+
-e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
620655
-e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
621656
-e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
622657
-e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \

0 commit comments

Comments
 (0)