• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/

Lines Matching defs:gnulib

3 # used by many projects via the gnulib maintainer-makefile module.
788 # using the appropriate gnulib module. CAUTION: for each "unnecessary"
790 # requires the gnulib module that guarantees the usability of that header.
808 ' with the corresponding gnulib module, they are always true') \
823 # gnulib header file, eliminating a few common false-positives.
824 # The exempted names below are defined only conditionally in gnulib,
834 # of macros that are guaranteed to be defined by parts of gnulib.
846 # Don't define macros that we already get from gnulib header files.
853 && { echo '$(ME): define the above via some gnulib .h file' \
879 # http://lists.gnu.org/archive/html/bug-gnulib/2010-03/msg00321.html
947 # They're already defined via gnulib's sys/stat.h replacement.
1238 # That would be flagged by using -Wundef, however gnulib currently
1285 gnulib_dir ?= $(srcdir)/gnulib
1286 gnulib-version = $$(cd $(gnulib_dir) \
1288 bootstrap-tools ?= autoconf,automake,gnulib
1331 $$(case ,$(bootstrap-tools), in (*,gnulib,*) \
1332 echo --gnulib-version=$(gnulib-version);; esac) \
1497 # Some projects carry local adjustments for gnulib modules via patches in
1498 # a gnulib patch directory whose default name is gl/ (defined in bootstrap
1500 # in gnulib. Use this rule to refresh any stale patches. It applies each
1503 # gnulib patch directory via bootstrap.conf, this rule detects that name.
1505 .PHONY: refresh-gnulib-patches
1506 refresh-gnulib-patches:
1608 # Without gnulib's progname module, you might put program_name here.