summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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}
* add support for largefilesAlain Magloire1999-08-171-1/+14
| | | | | | | | | | | | | | | | | | add support for largefiles Upgrade large-file support to the version used in tar and textutils. * Makefile.am (ACLOCAL_AMFLAGS): Define to be empty. (M4DIR, ACINCLUDE_INPUTS): New macros. ($(srcdir)/acinclude.m4): New rule. * configure.in (AC_CANONICAL_HOST, AM_C_PROTOTYPES): Add. (AC_SYS_LARGEFILE): Renamed from AC_LFS, for compatibility with what should appear in the next autoconf release. * m4/largefile.m4: Renamed from m4/lfs.m4. * src/ansi2knr.1, src/ansi2knr.c, config.guess, config.sub: New files. config.guess and config.sub ar needed by the new AC_SYS_LARGEFILE. ansi2knr is needed by AM_C_PROTOTYPES, which in turn is needed by the new AC_SYS_LARGEFILE.
* add PATCHE-AMAlain Magloire1999-08-151-1/+1
|
* add bootstrap in SUBDIRAlain Magloire1999-02-141-1/+1
|
* updated TOD and Makefile.amAlain Magloire1998-12-021-14/+2
| | | | | | | | | | | | | | | | | | | | | | | protect [] when declaring [A-z] from m4. get rid of obsolete default matcher. * src/grep.c : Typo s/infalid/invalid/ Also noted by Stanislav Brabec. * doc/grep.texi: I found and corrected several typos. I believe the GNU standards require the section that describes the options to the programs to be called ``Invoking'' or ``Invoking <program-name>''. This is so users and programs can easily find that node in any Info file. So I changed the name of the `Options' chapter to `Invoking', and corrected the cross-references accordingly. I added some markup to things like file names and options. I added some additional index entries where that seemed useful. I also corrected some index entries, such as "@cindex [:alnum:]", which used a colon in them (the colons confuse Info readers). * grep/doc/grep.texi : -h is not use for help. Nit spotted by Jim Meyering. * grep-2.2d release for beta.
* add subidr doc.Alain Magloire1998-11-221-1/+1
|
* Rename aclocal m4.Alain Magloire1998-11-191-10/+10
|
* Changes from Eli.Alain Magloire1998-11-191-5/+2
| | | | | | | Changes from Eli. Changes from Eli. * dfa.c (dfacomp), search.c (EGexecute): Don't assume char is unsigned.
* generated for the distribution.Alain Magloire1998-11-091-2/+11
| | | | | | have ourn own set of *.m4 file in aclocal rename m4 aclocal for consitencies
* updateAlain Magloire1998-11-081-0/+1
| | | | | | | | | use our own instead of default. now don't rely on matcher = argv[0] set explicitly at compilation. * src/grep.c: The Matcher is not set to argv[0] but explicitly by a #define MATCHER at compile time default is "grep".
* Initial revisionAlain Magloire1998-11-031-0/+12