summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* maint: generate THANKS from THANKS.inJim Meyering2014-11-301-1/+24
| | | | | | | | | | | * THANKS.in: Renamed from THANKS, adjusted formatting and added header. Also remove from this list of names those that are now generated automatically. * THANKS: Removed, now that it's generated. * thanks-gen: New file. * Makefile.am (EXTRA_DIST): Add thanks-gen (THANKS): New rule. * .mailmap: New file.
* tests: hook up gnulib-testsJim Meyering2014-11-301-1/+1
| | | | | | | * Makefile.am (SUBDIRS): Add gnulib-tests. * gnulib-tests/Makefile.am: New file. * configure.ac (AC_CONFIG_FILES): Add gnulib-tests/Makefile. * .gitignore: Ignore all but Makefile.am.
* maint: remove ACLOCAL_AMFLAGS in favor of AC_CONFIG_MACRO_DIRSJim Meyering2014-11-301-3/+0
| | | | | * Makefile.am (ACLOCAL_AMFLAGS): Remove this assignment. * configure.ac: Use this macro instead.
* maint: begin to modernize configure.acJim Meyering2014-11-301-1/+0
| | | | | | | | | * configure.ac: Turn on silent rules, by default. Use git-derived versions all the time. Required a new, signed v4.2.2 tag, which I've pushed. Distribute .tar.xz tarballs, not .bzip2 or .gz. * Makefile.am (AUTOMAKE_OPTIONS): Remove. * bootstrap.conf (gnulib_modules): Add git-version-gen.
* maint: update copyright dates; use gnulib's update-copyright moduleJim Meyering2014-11-301-1/+14
| | | | | | * bootstrap.conf (gnulib_modules): Add update-copyright. Then, run "make update-copyright". * Makefile.am: Add copyright header.
* maint: remove all trailing white spaceJim Meyering2014-11-301-1/+1
| | | | | | | | | | | First, run this command: git grep -l ' $'|xargs perl -pi -e 's/[ \t]+$//' Then some minor fix-up to make the two newly-failing tests pass once again: * testsuite/mac-mf.sed: Append this, s/ $//, to eliminate trailing spaces in the actual output. * testsuite/y-newline.good: Manually remove a trailing space between two concatenated prompts.
* maint: update build/gnulib infrastructure; generate ChangeLogJim Meyering2014-11-301-6/+24
| | | | | | | | | | | | * ChangeLog-2014: Renamed from ChangeLog. * po/ChangeLog-2014: Renamed from po/ChangeLog. * Makefile.am (EXTRA_DIST): Add the two new file names. (dist-hook): Generate ChangeLog at tarball-creation time. (gen-ChangeLog): New rule. Just like the one in coreutils and grep. * bootstrap.conf (gnulib_modules): Add the modules, readme-release and gitlog-to-changelog, and revamp to be much more like grep and coreutils. * lib/Makefile.am: Update.
* bump version number, set copyright yearv4.2.2Paolo Bonzini2012-12-221-0/+4
| | | | | | | 2012-12-21 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Bump version number. Replace COPYRIGHT_YEAR. * Makefile.am (dist-hook): Revert 2010-08-10 change.
* Comply more to gnulib usage standardsPaolo Bonzini2012-12-221-2/+2
| | | | | | | | | 2012-12-21 Paolo Bonzini <bonzini@gnu.org> * autoboot: Rename to bootstrap. * autoboot.conf: Rename to bootstrap.conf. * README.boot: Remove. * Makefile.am: Remove README.boot, add bootstrap and bootstrap.conf.
* Remove bootstrap.sh from Makefile.amJim Hill2012-04-301-6/+1
| | | | | * Makefile.am (noinst_DATA, dist-hook): build failed after git clean -dfx finish bootstrap.sh removal.
* use version-etc-fsfPaolo Bonzini2010-08-301-2/+0
| | | | | | | | | | | | 2010-08-30 Paolo Bonzini <bonzini@gnu.org> * Makefile.am (dist-hook): Remove COPYRIGHT_YEAR check. * autoboot.conf (gnulib_modules): Add version-etc-fsf. * configure.ac (COPYRIGHT_YEAR): Remove. Change package name to "GNU sed". * doc/sed.1: Regenerate. * sed/sed.c (AUTHORS): New. (main): Use version_etc.
* fix copyright years and noticePaolo Bonzini2009-05-111-0/+2
| | | | | | | | | | | | 2009-05-11 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Define COPYRIGHT_YEAR. * Makefile.am (dist-hook): Test it. * sed/mbcs.c: Fix copyright years. * sed/sed.c: Fix copyright years. Change COPYRIGHT_NOTICE to COPYRIGHT_YEAR. * sed/utils.c: Fix copyright years. * testsuite/version.gin: Use COPYRIGHT_YEAR.
* bump version numberv4.24.2Paolo Bonzini2009-05-111-1/+1
|
* switch to external gettextJim Meyering2008-10-031-3/+3
| | | | | | | | | | 2008-10-03 Paolo Bonzini <bonzini@gnu.org> Jim Meyering <meyering@redhat.com> * Makefile.am: Remove intl subdir. Require Automake 1.10. * configure.ac: Remove useless macros, switch to external gettext. * lib/Makefile.am: Remove intl subdir from CPPFLAGS. * sed/Makefile.am: Remove intl subdir from CPPFLAGS.
* finish gnulib conversion -- upgrade bootstrap and a few detailsv4.1aPaolo Bonzini2008-01-091-2/+12
| | | | git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-79
* gnulibify and add ACL supportPaolo Bonzini2008-01-091-14/+15
| | | | | | | | | | 2006-09-24 Paolo Bonzini <bonzini@gnu.org> * sed/execute.c: Support ACLs. * lib/utils.c: Move... * sed/utils.c: ... here, and remove xmalloc. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-74
* robustify bootstrap process, ensure distribution of updated boostrap.shPaolo Bonzini2008-01-091-2/+6
| | | | | | | | | 2006-07-13 Paolo Bonzini <bonzini@gnu.org> * bootstrap.sh.in: Add a few autoconfy tests. * Makefile.am: Update distributed bootstrap.sh. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-68
* fix y/[/X/ and add more testcases for the y commandPaolo Bonzini2008-01-091-0/+2
| | | | | | | | 2006-02-03 Paolo Bonzini <bonzini@gnu.org> * sed/compile.c (compile_program) <case 'y'>: Pass false to match_slash. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-62
* prepare for 4.1.4 releasePaolo Bonzini2008-01-091-1/+8
| | | | | | | | 2005-01-25 Paolo Bonzini <bonzini@gnu.org> * sed/regexp.c: Fix building on GCC 2.95 and earlier. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-35
* more portability improvementsPaolo Bonzini2008-01-091-0/+1
| | | | | | | | | | | | | | | | | 2004-11-11 Paolo Bonzini <bonzini@gnu * tst-rxspecer.c: Do not mix instructions and declarations. * basicdefs.h: Include locale.h before #defining gettext, to avoid breakage under Solaris. * sed/sed.c: do not include locale.h. po: 2004-11-11 Paolo Bonzini <bonzini@gnu.org> * Makevars: New. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-18
* merge from glibcPaolo Bonzini2008-01-091-10/+12
| | | | git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-16
* initial importPaolo Bonzini2004-10-201-0/+30
(automatically generated log message) git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--base-0