summaryrefslogtreecommitdiff
path: root/bootstrap
Commit message (Expand)AuthorAgeFilesLines
...
* refactor: move func_sort_ver from bootstrap.in to funclib.sh.Gary V. Vaughan2013-10-261-47/+47
* bootstrap: clean up spurious 'gnulib-cache.m4 missing' error.Gary V. Vaughan2013-09-161-2/+2
* bootstrap: make ensure_changelog work for update mode projects.Gary V. Vaughan2013-09-151-4/+13
* bootstrap: fetch defaults from gnulib-cache.m4 for non-imported projects.Gary V. Vaughan2013-09-151-16/+101
* bootstrap: gnulib_tool=true means no gnulib submodule.Gary V. Vaughan2013-08-291-3/+2
* bootstrap: make first char of IFS a space.Alan Modra2013-08-231-2/+2
* bootstrap: support --no-git and --no-po options.Gary V. Vaughan2013-08-231-2/+7
* bootstrap: support gnulib gnulib_tool_option_extras settings.Gary V. Vaughan2013-08-231-7/+11
* bootstrap: support tools that don't accept '--version' in buildreq.Gary V. Vaughan2013-08-231-17/+59
* bootstrap: diagnose bad $buildreq formatting.Gary V. Vaughan2013-08-231-0/+11
* bootstrap: support OpenBSD sed.Gary V. Vaughan2013-08-231-2/+2
* maint: correct many abuses of the word "which".Gary V. Vaughan2013-08-231-13/+13
* bootstrap: fix func_insert_if_absent bugs.Gary V. Vaughan2013-01-271-3/+3
* bootstrap: factor out gnulib-tool option calculations.Gary V. Vaughan2013-01-271-28/+55
* syntax-check: fix a quoted_test_operand violation.Gary V. Vaughan2013-01-271-1/+1
* bootstrap: always auto-add .gitignore files at the top.Bernhard Voelker2013-01-261-10/+31
* maint: update copyright notices to include 2013.Gary V. Vaughan2013-01-021-4/+4
* bootstrap: be sure to register gnulib submodule.Gary V. Vaughan2012-10-251-7/+6
* bootstrap: fix a typo in a find invocation.Gary V. Vaughan2012-10-251-1/+1
* bootstrap: bash versions 3.00.x do not have += functionality.Gary V. Vaughan2012-10-251-1/+1
* bootstrap: use of ';' in sed scripts is not portable.Gary V. Vaughan2012-10-251-11/+22
* bootstrap: don't $tc_standout spaces, it's ugly!Gary V. Vaughan2012-10-251-1/+1
* bootstrap: fix rectangle select induced trailing spaces.Gary V. Vaughan2012-10-251-25/+25
* bootstrap: display prerequisite program environment vars.Gary V. Vaughan2012-10-251-2/+3
* bootstrap: honor COLORTERM and USE_ANSI_COLORS.Gary V. Vaughan2012-10-251-12/+26
* bootstrap: make error messages prettier.Gary V. Vaughan2012-10-251-1/+1
* bootstrap: emphasize command executions with terminal bold.Gary V. Vaughan2012-10-231-1/+3
* bootstrap: regenerate to propagate Bob's func_split_equals fix.Gary V. Vaughan2012-10-221-1/+1
* syntax-check: fix violations and implement sc_old_style_quoting.Gary V. Vaughan2012-10-221-230/+230
* bootstrap: move into local gl overrides directory.Gary V. Vaughan2012-10-211-15/+2242
* libtoolize: select the first directory from AC_CONFIG_MACRO_DIRS.Gary V. Vaughan2012-10-201-1/+3
* libtoolize: migrate to new AC_CONFIG_MACRO_DIRS api.Gary V. Vaughan2012-10-201-1/+5
* bootstrap: always extract only the first AC_CONFIG_MACRO_DIR arg.Gary V. Vaughan2012-10-191-8/+8
* bootstrap: extract *first* ACLOCAL_AMFLAGS -I argument.Gary V. Vaughan2012-10-191-4/+9
* maint: factor common shell code into build-aux/funclib.sh.Gary V. Vaughan2012-10-121-127/+42
* bootstrap: work when using fallback shallow gnulib clone.Gary V. Vaughan2012-10-121-1/+4
* maint: simplify "Local variables:" footer with time-stamp-pattern.Gary V. Vaughan2012-10-121-5/+3
* syntax-check: fix violations and implement sc_prohibit_space_semicolon.Gary V. Vaughan2012-10-041-3/+3
* maint: run update-copyright for missing 2011 and 2012 years.Gary V. Vaughan2012-10-021-1/+1
* bootstrap: update bootstrap script to latest upstream.Gary V. Vaughan2012-10-021-7/+13
* bootstrap: adopt autoconf echo normalization code.Gary V. Vaughan2012-10-021-10/+10
* bootstrap: put back missing spaces before parens.Gary V. Vaughan2012-10-021-2/+2
* bootstrap: escape quotes properly in generated functions.Gary V. Vaughan2012-10-021-1/+1
* bootstrap: reorder function definitions to keep func_buildreq_* together.Gary V. Vaughan2012-10-021-126/+126
* bootstrap: use _buildreq as a prefix for better ordering.Gary V. Vaughan2012-10-021-22/+22
* bootstrap: ensure consistent function header comments.Gary V. Vaughan2012-10-021-4/+4
* bootstrap: make sure patch is available to bootstrap if necessary.Gary V. Vaughan2012-10-021-0/+55
* syntax-check: fix violations and implement sc_prohibit_sed_s_comma.Gary V. Vaughan2012-10-021-5/+5
* syntax-check: [REDO] fix violations and implement sc_prohibit_test_const_foll...Gary V. Vaughan2012-10-021-9/+9
* tests: migrate tests/sh.test checks to syntax-checks.Gary V. Vaughan2011-11-251-9/+10