Skip to content

Commit

Permalink
Remove alloca from gnulib-cache.m4
Browse files Browse the repository at this point in the history
Change missing from earlier alloca-removing commit
  • Loading branch information
rrthomas committed Dec 12, 2017
1 parent c3b99b0 commit aa44fa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions m4/gnulib-cache.m4
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@


# Specification in the form of a command-line invocation:
# gnulib-tool --import --local-dir=gl --local-dir=gl-mod/bootstrap --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl --makefile-name=Makefile.gnulib --no-conditional-dependencies --libtool --macro-prefix=gl alloca bootstrap c99 configmake flock manywarnings relocatable-lib-lgpl snippet/unused-parameter ssize_t strchrnul strdup-posix valgrind-tests
# gnulib-tool --import --local-dir=gl --local-dir=gl-mod/bootstrap --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl --makefile-name=Makefile.gnulib --no-conditional-dependencies --libtool --macro-prefix=gl bootstrap c99 configmake flock manywarnings relocatable-lib-lgpl snippet/unused-parameter ssize_t strchrnul strdup-posix valgrind-tests

# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([gl:gl-mod/bootstrap])
gl_MODULES([
alloca
bootstrap
c99
configmake
Expand Down

0 comments on commit aa44fa1

Please sign in to comment.