Home | History | Annotate | Download | only in sed-4.2.1

Lines Matching refs:gnulib

42  --gnulib-srcdir=DIRNAME  Specify the local directory where gnulib
44 have gnulib sources on your machine, and
62 gnulib_mk=gnulib.mk
64 # List of gnulib modules needed.
67 # Any gnulib files needed that are not in modules.
104 # Extra files from gnulib, which override files from other sources.
116 # Additional gnulib-tool options to use. Use "\newline" to break lines.
173 --gnulib-srcdir=*)
174 GNULIB_SRCDIR=`expr "X$option" : 'X--gnulib-srcdir=\(.*\)'`;;
227 # See if we can use gnulib's git-merge-changelog merge driver.
236 echo "consider installing git-merge-changelog from gnulib"
243 rm -fr gnulib
251 # Get gnulib files.
255 if git_modules_config submodule.gnulib.url >/dev/null; then
256 echo "$0: getting gnulib files..."
260 elif [ ! -d gnulib ]; then
261 echo "$0: getting gnulib files..."
265 git clone --depth 2 git://git.sv.gnu.org/gnulib ||
270 GNULIB_SRCDIR=gnulib
273 # Redirect the gnulib submodule to the directory on the command line
276 git_modules_config submodule.gnulib.url >/dev/null; then
279 git config --replace-all submodule.gnulib.url $GNULIB_SRCDIR
280 echo "$0: getting gnulib files..."
282 GNULIB_SRCDIR=gnulib
287 gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
522 # the name with just ".h". Many gnulib headers are generated,
538 # Create boot temporary directories to import from gnulib and gettext.
542 # Import from gnulib.
579 # gnulib-populated directories. Such .m4 files would cause aclocal to fail.
584 # unusual case in which a symlinked-to .m4 file is git-removed from gnulib
609 # Get some extra files from gnulib, overriding existing files.