summaryrefslogtreecommitdiffstats
path: root/bootstrap.conf
Commit message (Collapse)AuthorAgeFilesLines
* Use new gnulib gnumakefile module.Jim Meyering2008-05-101-0/+1
| | | | | | | | | * bootstrap.conf (gnulib_modules): Pull in new module. * GNUmakefile: Remove from version control. * .gitignore: Update. * configure.ac (AC_CONFIG_LINKS): Delete; rely on gnulib to do this now. * Makefile.am (EXTRA_DIST): Remove GNUmakefile.
* * bootstrap.conf (gnulib_modules): Add useless-if-before-free.Jim Meyering2008-03-181-0/+1
|
* Update .tarball-version-related rules from coreutils.Jim Meyering2008-03-031-1/+1
| | | | | | | | | * GNUmakefile: Support VPATH "make dist". Namespace clean-up. Remove .version-creating rules. * configure.ac (AC_INIT): Use .tarball-version, not .version * bootstrap: Update from coreutils. * bootstrap.conf (obsolete_gnulib_modules): Remove free. * Makefile.am: Emit .tarball-version into tarball.
* Modify bootstrap.conf, not bootstrap (for ChangeLog-generation).Jim Meyering2008-02-091-0/+3
| | | | | * bootstrap.conf: touch ChangeLog here, ... * bootstrap: ...not here.
* Generate ChangeLog at "make dist" time.Jim Meyering2008-02-091-0/+1
| | | | | * Makefile.am (dist-hook): New rule. * bootstrap.conf (gnulib_modules): Add gitlog-to-changelog.
* Pull vc-list-files from gnulib.Jim Meyering2008-02-091-0/+1
| | | | | * bootstrap.conf (gnulib_modules): Add vc-list-files. * build-aux/vc-list-files: Remove from version-control.
* Convert to coreutils-flavored gnulib.Jim Meyering2008-01-141-0/+127
Signed-off-by: Jim Meyering <meyering@redhat.com>