| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* configure.ac: Require it here...
* bootstrap.conf (buildreq): ...and here.
|
|
|
|
| |
* configure.ac: Require gettext-0.17; it was released two years ago.
|
|
|
|
|
|
|
| |
* configure.ac: Use AM_GNU_GETTEXT([external], [need-ngettext]),
rather than AM_GNU_GETTEXT([external], [need-formatstring-macros]).
Reported by Martin Jacobs in
http://thread.gmane.org/gmane.comp.parsers.bison.bugs/3181
|
|
|
|
|
| |
* configure.ac: require automake-1.11.
Enable color-tests and parallel-tests options.
|
|
|
|
| |
* configure.ac: Turn off -Wunsafe-loop-optimizations.
|
|
|
|
|
| |
* configure.ac: Enable a few warning options that didn't need to
be disabled; disable -Wlong-long (for latest gcc snapshot).
|
|
|
|
|
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add warnings and manywarnings.
* configure.ac: Use gl_MANYWARN_ALL_GCC, and exclude options
I don't want or that provoke too many warnings.
(WARN_CFLAGS, WERROR_CFLAGS): Define.
(lint, GNULIB_PORTCHECK): Define.
(_FORTIFY_SOURCE): Define to 2.
|
| |
|
|
|
|
|
|
| |
* configure.ac (AM_SILENT_RULES): Use this, with it's "yes" argument.
Those who want verbose build output may configure with
--disable-silent-rules or use "make V=1".
|
| |
|
|
|
|
| |
* configure.ac (AM_INIT_AUTOMAKE): Add std-options.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac (AC_CONFIG_FILES): Add man/Makefile.
Check for help2man.
* man/Makefile.am: New file.
* .gitignore: Add .version and .tarball-version.
* Makefile.am (SUBDIRS): Add man.
* cfg.mk: Update from coreutils.
* maint.mk: Likewise.
* man/aid.x: New file.
* man/defid.x: Likewise.
* man/eid.x: Likewise.
* man/fid.x: Likewise.
* man/fnid.x: Likewise.
* man/gid.x: Likewise.
* man/lid.x: Likewise.
* man/mkid.x: Likewise.
* man/xtokid.x: Likewise.
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* GNUmakefile: Likewise.
* Makefile.maint: Likewise.
* configure.ac: Likewise.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
Signed-off-by: Jim Meyering <meyering@redhat.com>
|
| |
|
| |
|
|
|
|
| |
* change package suffix to cvs
|
| |
|
|
|
|
| |
to workaround AC_REPLACE_FUNC / gnulib shortcomings
|
| |
|
| |
|
| |
|
|
|
|
| |
* other small changes
|
| |
|
| |
|
|
|
|
| |
off_t portably using offtostr()
|
|
|
|
| |
Added some missing files in po/ and updated intl/
|
| |
|
|
|