summaryrefslogtreecommitdiff
path: root/README-hacking
Commit message (Collapse)AuthorAgeFilesLines
* maint: Update copyright statements to 2022Brian C. Lane2022-03-231-1/+1
| | | | By running make update-copyright
* maint: Update copyright statements to 2021Brian C. Lane2021-01-181-1/+1
| | | | By running make update-copyright
* maint: Update copyright statements to 2020Brian C. Lane2020-12-111-1/+1
| | | | By running make update-copyright
* maint: Update copyright statements to 2019Brian C. Lane2019-08-121-1/+1
| | | | By running make update-copyright
* Fwd: [PATCH 2/2] add verbose test documentationAlexander Todorov2015-07-131-6/+29
|
* merge HACKING and README-hackingAlexander Todorov2015-07-131-1/+581
|
* maint: run "make update-copyright"Jim Meyering2014-05-251-1/+1
|
* maint: update all copyright year number rangesJim Meyering2013-01-061-1/+1
| | | | Run "make update-copyright".
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-221-1/+1
| | | | Run "make update-copyright".
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-081-1/+1
| | | | Run this command: make update-copyright
* doc: sync README-hacking from coreutilsJim Meyering2009-06-031-18/+40
| | | | * README-hacking: update
* Updated COPYING file to the GNU General Public License version 3. Updated ↵David Cantrell2007-07-231-4/+2
| | | | boilerplate GPL text to reference version 3 of the license.
* README-hacking: Don't mention Gzip 1.2.4, now that 1.3.12 is out.Jim Meyering2007-06-181-4/+3
| | | | Mention uuid-devel and pkg-config, too.
* Test commitAnant Narayanan2007-05-161-0/+1
|
* Fixed faulty information in README-hacking (Bison is not a maintainer tool ↵Debarshi Ray2007-03-161-1/+0
| | | | for Parted), and Makefile.maint (every project has certain variations of it).
* Update to use gnulib, and newer autoconf, automake conventions.Jim Meyering2007-02-251-0/+70
Add build-from-checkout instructions. * README-hacking: New file. Mostly copied from coreutils' README-cvs. * bootstrap: Generate ChangeLog here, if needed/possible, before invoking tools that require its presence. * autogen.sh: Remove this file. It's superseded by bootstrap. Use gnulib, modernize some uses of autoconf, automake, etc. * bootstrap, bootstrap.conf: New files. * configure.ac: Modernize. Require the latest stable releases: autoconf-2.61, automake-1.10. Require gettext-0.15. Use more modern form of AC_INIT, etc. Now that the version string must be hard-coded in the AC_INIT line, add code to ensure it agrees with the PED_* and LT_* variables. Use AM_CPPFLAGS, not CFLAGS Remove obsolete setting of ALL_LINGUAS. Don't set CFLAGS=-D_GNU_SOURCE=1 explicitly , since that's already done via AC_GNU_SOURCE, which gnulib pulls in by default, through gl_EARLY. Use gl_INIT and gl_EARLY. * Makefile.am (SUBDIRS): Add lib. (EXTRA_DIST): Remove names that are automatically included. * lib/Makefile.am: New file.