summaryrefslogtreecommitdiffstats
path: root/testsuite/init.sh
Commit message (Collapse)AuthorAgeFilesLines
* maint: update copyright yearsJim Meyering2014-02-131-1/+1
|
* build: update gnulib, bootstrap and init.shJim Meyering2012-10-231-4/+14
|
* build: update bootstrap from gnulib, and adaptJim Meyering2012-01-311-8/+109
| | | | | | | | | | | * bootstrap: Update from gnulib. * testsuite/init.sh: Update from gnulib. * bootstrap.conf (bootstrap_epilogue): Remove now-unnecessary, snippet that edited gnulib-tests/gnulib.mk. (gnulib_tool_option_extras): Add both --symlink and --makefile-name=gnulib.mk. Remove use of $bt. * lib/Makefile.am: Initialize numerous automake variables so that generated code in gnulib.mk may use += to append to them.
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* tests: update init.sh from gnulibJim Meyering2011-08-031-50/+141
| | | | * testsuite/init.sh: Update from gnulib.
* maint: update copyright year ranges to include 2011Jim Meyering2011-03-201-1/+1
| | | | Run "make update-copyright".
* maint: update bootstrap and init.sh from gnulibJim Meyering2010-06-161-36/+61
| | | | | * bootstrap: Update from gnulib. * testsuite/init.sh: Likewise.
* build: update from gnulibJim Meyering2010-05-091-2/+7
| | | | | | * bootstrap: Update from gnulib. * testsuite/init.sh: Update from gnulib. * gnulib: Update to latest.
* tests: add help-version, from grepJim Meyering2010-05-011-0/+357
* testsuite/help-version: New file. * testsuite/init.sh: New file, from gnulib. * testsuite/Makefile.am (EXTRA_DIST): Add init.sh. (TESTS): Add help-version. * cfg.mk (_hv_file): Define. * testsuite/check.mk (TESTS_ENVIRONMENT): Define VERSION, for help-version's cross check. (built_programs): Adjust to work, and to accommodate $(EXEEXT).