summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* maint: update copyright datesJim Meyering2023-01-011-1/+1
|
* maint: make update-copyrightJim Meyering2022-01-011-1/+1
|
* maint: run "make update-copyright"Paul Eggert2021-01-011-1/+1
|
* maint: update all copyright year number rangesJim Meyering2020-01-011-1/+1
| | | | | | | | Run "make update-copyright" and then... * gnulib: Update to latest with copyright year adjusted. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise. * doc/grep.in.1: Use "-" in copyright year ranges, not \en.
* maint: update all copyright dates via "make update-copyright"Jim Meyering2019-01-011-1/+1
| | | | * gnulib: Also update submodule for its copyright updates.
* maint: update URLsPaul Eggert2018-04-211-1/+1
| | | | | Mostly this is just changing http: to https:. In one or two places it removes no-longer-useful URLs.
* maint: update gnulib and copyright dates for 2018Jim Meyering2018-01-061-1/+1
| | | | | | * gnulib: Update to latest. * all files: Run "make update-copyright". * bootstrap: Update from gnulib.
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-011-1/+1
| | | | | * gnulib: Update to latest. * all files: Run "make update-copyright".
* build: avoid "./configure && make dist" missing-dep. failureJim Meyering2016-09-241-1/+1
| | | | | | * Makefile.am (run-syntax-check): Depend on "all", to avoid a parallel build failure due to a missing dependency. Reported by Paul Eggert in https://bugs.gnu.org/24256#50
* maint: avoid spurious "binary file ... matches" in generated THANKSJim Meyering2016-03-181-3/+3
| | | | | | | * Makefile.am (THANKS): Don't apply grep to a stream containing NUL bytes. Sync this rule from the one in coreutils: it was missing some improvements. Reported by Bailes Magio in http://bugs.gnu.org/22899
* maint: add dist-check.mkJim Meyering2016-02-281-0/+1
| | | | | | | This file augments "make distcheck" rules. * dist-check.mk: New file, from coreutils via gzip. * Makefile.am (EXTRA_DIST): Add it. * cfg.mk: Include it.
* maint: add a check-very-expensive targetJim Meyering2016-02-091-1/+3
| | | | | * Makefile.am (check-very-expensive): New convenience rule, currently merely equivalent to check-expensive.
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-011-1/+1
| | | | | | | | Run "make update-copyright" and then... * gnulib: Update to latest. * tests/init.sh: Update from gnulib. * bootstrap: Likewise.
* maint: update copyright year ranges to include 2015Jim Meyering2015-01-011-1/+1
| | | | | Run "make update-copyright". Also, ... * grep.texi: Update manually, converting each "--" to "-".
* maint: avoid distcheck failureJim Meyering2014-09-101-0/+1
| | | | * Makefile.am (EXTRA_DIST): Add .mailmap.
* maint: generate distributed THANKS from VC'd THANKS.inJim Meyering2014-06-271-1/+25
| | | | | | | | | | | | * Makefile.am (THANKS): New rule. * THANKS.in: New file. * THANKS: Remove. Now it's generated from the combination of THANKS.in and git logs. * .mailmap: New file. * cfg.mk (sc_THANKS_in_duplicates): New syntax-check rule, from coreutils. * .gitignore: Add THANKS. * thanks-gen: New file, from coreutils.
* maint: make ChangeLog generation more robustJim Meyering2014-05-031-4/+7
| | | | | | * Makefile.am (gen-ChangeLog): Sync changes from GNU coreutils, to ensure exit status is propagated, and to support an optional git-log-fix file.
* maint: update copyright dates for 2014Jim Meyering2014-01-011-1/+1
| | | | Do that by running "make update-copyright".
* maint: avoid automake deprecation warning re ACLOCAL_AMFLAGSJim Meyering2013-10-261-2/+1
| | | | | | * Makefile.am (ACLOCAL_AMFLAGS): Don't use this deprecated variable. * configure.ac (AC_CONFIG_MACRO_DIRS): Use this instead. (AUTOMAKE_OPTIONS): Require automake-1.12.
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
| | | | Run "make update-copyright".
* maint: correct log typo, to reflect in generated ChangeLogJim Meyering2012-07-061-0/+1
| | | | | | * Makefile.am (gen-ChangeLog): Use --amend, now that we must make our first log correction. * build-aux/git-log-fix: New file.
* drop support for Makefile.bootPaolo Bonzini2012-04-271-2/+0
| | | | | | | | * Makefile.am: Do not distribute README-boot and Makefile.boot. * NEWS: Mention this change. * README-alpha: Do not mention README-boot and Makefile.boot. * Makefile.boot: Remove. * README-boot: Remove.
* tests: test for problems with long matchesPaul Eggert2012-03-011-0/+5
| | | | | | | | | | | The new test is expensive, so add a category of expensive tests, which are normally not run, and put the new test in this new category. The idea of having expensive tests is taken from coreutils. * HACKING: Mention RUN_EXPENSIVE_TESTS and similar env vars. * Makefile.am (check-expensive): New rule. * tests/Makefile.am (TESTS): Add big-match. * tests/init.cfg (expensive_): New function, from coreutils. * tests/big-match: New file.
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: distribute ChangeLog-2009Jim Meyering2011-12-281-0/+1
| | | | | * Makefile.am (EXTRA_DIST): Add ChangeLog-2009. Spotted by Eli Zaretskii.
* distcheck: ensure dist-hook fails if syntax-check failsStefano Lattarini2011-10-141-1/+1
| | | | | | * Makefile.am (run-syntax-check): Fix logic, to ensure that the recipe of this target returns a non-zero exit status if "make syntax-check" fails.
* build: correct my change of 2011-01-28Jim Meyering2011-03-191-5/+6
| | | | | | Do not override original dist-hook rule. * Makefile.am (run-syntax-check): Rename from overriding dist-hook. (dist-hook): Depend on run-syntax-check.
* build: run syntax-check rules as part of "make dist"Jim Meyering2011-01-281-0/+4
| | | | | * Makefile.am (dist-hook): Depend on syntax-check. Suggested by Reuben Thomas.
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
| | | | Run "make update-copyright", so "make syntax-check" works in 2011.
* build: include cfg.mk in the distribution tarballJim Meyering2010-04-081-1/+2
| | | | * Makefile.am (EXTRA_DIST): Add cfg.mk.
* maint: Makefile.am tweak (no semantic change)Jim Meyering2010-04-081-2/+6
| | | | | | | * Makefile.am (EXTRA_DIST): List one per line. Sort. build: include cfg.mk in the distribution tarball * Makefile.am (EXTRA_DIST): Add cfg.mk.
* maint: remove all VMS-related codeJim Meyering2010-04-021-1/+1
| | | | | | | | * configure.ac (AC_CONFIG_FILES): Remove vms/Makefile * Makefile.am (SUBDIRS): Remove vms. * src/Makefile.am (EXTRA_DIST): Remove vms_fab.c and vms_fab.h. * src/vms_fab.c, src/vms_fab.h, vms/make.com: Remove files. * vms/Makefile.am, vms/README, vms/config_vms.h: Likewise.
* maint: remove obsolete "cvs-clean" make targetJim Meyering2010-03-171-30/+0
| | | | * Makefile.am (cvs-clean): Remove obsolete target.
* syntax-check: enable makefile-TAB-only-indentationPaolo Bonzini2010-03-121-1/+1
| | | | | * cfg.mk (local-checks-to-skip): Enable makefile-TAB-only-indentation. * Makefile.am: Fix only occurrence.
* build: run gnulib's tests, tooJim Meyering2010-01-051-1/+1
| | | | | | | | * Makefile.am (SUBDIRS): Add gnulib-tests. * gnulib-tests/Makefile.am: New file. * bootstrap.conf (bootstrap_epilogue): New function, from coreutils. (gnulib_tool_option_extras): Define. * configure.ac: Add gnulib-tests/Makefile.
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+1
| | | | | | Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
* maint: generate ChangeLog from git logsJim Meyering2009-11-301-1/+16
| | | | | | | | | * Makefile.am (dist-hook, gen-ChangeLog): New rules. * bootstrap.conf (gnulib_modules): Add gitlog-to-changelog. Ensure that ChangeLog exists. * ChangeLog-2009: Rename from ChangeLog * ChangeLog: Remove file. * .gitignore: Add ChangeLog.
* free `bootstrap' name for bootstrap scriptPaolo Bonzini2009-11-201-2/+3
| | | | | | | | * bootstrap/*: Remove. * configure.ac: Do not create bootstrap/Makefile. * Makefile.am: Do not recurse into bootstrap, distribute new files. * Makefile.boot: Move from bootstrap/Makefile.try. * README-boot: Move from bootstrap/README.
* upgrade to external gettext, modernize handling of m4 subdirectoryPaolo Bonzini2009-11-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac.in (AM_GNU_GETTEXT_VERSION): Bump to 0.17. (AC_OUTPUT): Remove m4/Makefile creation. * Makefile.am (subdirs): Remove m4 subdirectory. (EXTRA_DIST): Add build-aux/config.rpath. * intl/*: Remove. * m4/Makefile.am: Remove. * m4/codeset.m4: Remove. * m4/glibc.m4: Remove. * m4/glibc21.m4: Remove. * m4/header.m4: Remove. * m4/install.m4: Remove. * m4/isc-posix.m4: Remove. * m4/lcmessage.m4: Remove. * m4/sanity.m4: Remove. * m4/gettext.m4: Upgrade to gettext-0.17. * m4/iconv.m4: Upgrade to gettext-0.17. * m4/lib-ld.m4: New file, from gettext-0.17. * m4/lib-link.m4: New file, from gettext-0.17. * m4/lib-prefix.m4: New file, from gettext-0.17. * m4/nls.m4: New file, from gettext-0.17. * m4/po.m4: New file, from gettext-0.17. * m4/progtest.m4: Upgrade to gettext-0.17. * m4/Makefile.am (EXTRA_DIST): Add the new files. * po/Makefile.in.in: Upgrade to gettext-0.17. * po/Makevars: New. * po/cat-id-tbl.c: New. * src/Makefile.am: Replace @INTLLIBS@ with @LIBINTL@.
* start modernizing autoconf infrastructurePaolo Bonzini2009-11-201-16/+2
| | | | | | | | | | | * configure.ac: Slightly modernize. * Makefile.am: Modernize, use dependencies. * Makefile.am: Modernize, use dependencies. * lib/Makefile.am: Remove ansi2knr. * src/Makefile.am: Remove ansi2knr. * .gitignore: Add INSTALL * build-aux/.gitignore: New.
* update/add copyright noticesKarl Berry2009-01-301-1/+18
|
* Remove reference to obsolete files from Makefile.am.Julian Foad2005-04-291-1/+1
| | | | | * Makefile.am: Remove reference to long-gone files PATCHES.AC and PATCHES.AM. Thanks to Tony Abou-Assaleh for this. Patch #3961.
* Document djgpp changesBernhard Rosenkraenzer2002-01-231-1/+1
|
* Add note on origins of cvs-cleanBernhard Rosenkraenzer2002-01-221-0/+1
|
* More autoconf 2.5x/automake 1.5 changesBernhard Rosenkraenzer2001-09-251-0/+28
|
* Support for wchar_t.Alain Magloire2001-04-021-4/+4
|
* Update bootstrap/Makefile.tryAlain Magloire2001-03-041-1/+1
|
* (no commit message)Alain Magloire2001-03-041-4/+5
|
* Patch provided by Paul Eggert.Alain Magloire2001-02-081-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (ACINCLUDE_INPUTS): Add decl.m4, inttypes_h.m4, uintmax_t.m4, ulonglong.m4, xstrtoumax.m4. * m4/Makefile.am (EXTRA_DIST): Likewise. * src/Makefile.am (base_sources): Add xstrtol.c, xstrtol.h, xstrtoumax.c. (EXTRA_DIST): Add strtol.c. * configure.in (jm_AC_TYPE_UINTMAX_T, jm_AC_PREREQ_XSTRTOUMAX, HAVE_DECL_STRTOUL, HAVE_DECL_STRTOULL): Add. (AC_REPLACE_FUNCS): Add strtoul. * src/grep.c: Include xstrtol.h. (ck_atio): Use xstrtoumax and do proper overflow checking. (max_count, outleft): Now off_t, not int. (main): Likewise. Use xstrtoumax to convert max_count from string. * acconfig.h (HAVE_DECL_STRTOUL, HAVE_DECL_STRTOULL): New #undefs. (HAVE_STPCPY, ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_LC_MESSAGES): Remove. * m4/decl.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/xstrtoumax.m4, src/strtol.c, src/strtoul.c, src/strtoull.c, src/strtoumax.c, src/xstrtol.c, src/xstrtol.h, src/xstrtoumax.c: New files, taken unchanged from textutils, fileutils, sh-utils and/or tar.
* respect for 8.3 restriction on DOSAlain Magloire1999-11-131-1/+1
| | | | | | * doc/grep.texi: Minor markup and spelling corrections. Use @noindent where appropriate. * PATCHES-{AM,AC}: rename to PATCHES.{AM,AC}