summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* remove man page codeWolfgang Wiedmeyer2017-06-241-5/+0
| | | | | | Build is broken on Android. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
|
* build: Generate ChangeLogs for intl and poDaiki Ueno2015-10-151-7/+14
| | | | | | | | | * autogen.sh: Create empty ChangeLog files under intl and po. * Makefile.am (gen-ChangeLogs): Rename from gen-ChangeLog. Generate ChangeLog files for */intl and */po as well as top-level. * gettext-runtime/intl/ChangeLog.0: Rename from ChangeLog. * gettext-runtime/po/ChangeLog.0: Rename from ChangeLog. * gettext-tools/po/ChangeLog.1: Rename from ChangeLog.
* build: Distribute old ChangeLogs in tarballDaiki Ueno2015-10-151-5/+1
| | | | | | * Makefile.am (changelog_etc): Remove non-existent ChangeLog files under intl and po. (EXTRA_DIST): Add $(changelog_etc).
* build: Remove ChangeLogsDaiki Ueno2015-10-141-1/+50
| | | | | | | | | | | | | | | | | | | | | Generate ChangeLog files at "make dist" time, using gitlog-to-changelog. We still keep ChangeLog files under "po" and "intl" directories, since those files are copied as part of gettext infrastructure and it is still meaningful to have them there. * .gitignore: Add ChangeLog files. * Admin/release-steps: Remove mention of running update-changelog script. * Admin/update-changelog: Remove. * Makefile.am (gen-ChangeLog): New rule. * autogen.sh: Copy gitlog-to-changelog from gnulib. Create empty ChangeLog files to suppress Automake errors. * gettext-tools/doc/Makefile.am (EXTRA_DIST): Remove ChangeLog.0. * gettext-tools/man/Makefile.am (EXTRA_DIST): Remove ChangeLog.0. * gettext-tools/src/Makefile.am (EXTRA_DIST): Remove ChangeLog.0. * gettext-tools/tests/Makefile.am (EXTRA_DIST): Remove ChangeLog.0. * gnulib-local/Makefile.am (EXTRA_DIST): Remove ChangeLog files. * */ChangeLog: Rename to ChangeLog.0 or ChangeLog.1. * HACKING: Add brief guideline to submit patches.
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+1
|
* build: Fix autogen.sh --skip-gnulib after fbf4e276Yaakov Selkowitz2014-11-191-1/+1
| | | | * Makefile.am (EXTRA_DIST): Add build-aux/git-version-gen.
* intl: Consolidate fallback _GL_* macro definitions into intl.m4Daiki Ueno2014-07-161-1/+1
| | | | | | | | | | | | | | | | | We had defined _GL_* macros used by libintl itself in the corresponding C files. However, it will increase divergence between Gnulib and gettext. This patch moves the fallback macro definitions into M4 and emit them only when the project is not using Gnulib. * gettext-runtime/m4/intl.m4 (gt_GL_ATTRIBUTE): New macro. (AM_INTL_SUBDIR): Require gt_GL_ATTRIBUTE. * gettext-runtime/intl/localename.c: Update from Gnulib. 2014-07-10 Assaf Gordon <assafgordon@gmail.com> localename: avoid -Wsuggest-attribute={const,pure} warnings * lib/localename.c (string_hash): Tag internal function as pure. * gettext-runtime/intl/xsize.c (XSIZE_INLINE): Remove _GL_UNUSED definition. It will be set through intl.m4. * Makefile.am (distcheck-hook): Add back localename.c check.
* build: Work around undefined _GL_ATTRIBUTE_PURE in libintlDaiki Ueno2014-07-141-1/+1
| | | | | | | | * Makefile.am (distcheck-hook): Ignore the difference between our localename.c and the latest Gnulib's, which utilizes _GL_ATTRIBUTE_PURE not available from libintl. This is a temporary fix for the 0.19.2 release and should be reverted once it is fixed either in gettext or Gnulib.
* build: Turn update-po.sh into a Makefile ruleDaiki Ueno2014-04-251-1/+5
| | | | | | | | | | | | | | Suggested by Andreas Stricker in: <https://lists.gnu.org/archive/html/bug-gettext/2014-04/msg00020.html>. * configure.ac (maintainer-update-po): New recursive rule. * update-po.sh: Remove. * autogen.sh: Don't mention update-po.sh. * Makefile.am (maintainer-update-po-local): New rule. * gettext-runtime/Makefile.am (maintainer-update-po): New rule. * gettext-runtime/man/Makefile.am (update-man1): Remove; add explicit dependency on the executable to each .1 rule. * gettext-tools/man/Makefile.am (update-man1): Remove; add explicit dependency on the executable to each .1 rule.
* build: Use git-version-gen intead of version.shDaiki Ueno2014-04-221-2/+10
| | | | | | | | | | | | | | | | | * version.sh: Remove. * autogen.sh: Import git-version-gen from Gnulib. * Makefile.am (EXTRA_DIST): Add $(top_srcdir)/.version. (BUILT_SOURCES): Likewise. ($(top_srcdir)/.version): New rule. (dist-hook): New rule. * configure.ac: Use git-version-gen in AC_INIT. * gettext-runtime/configure.ac: Likewise. * gettext-tools/configure.ac: Likewise. * gettext-tools/examples/configure.ac: Likewise. * gettext-runtime/man/Makefile.am: Refer to .version instead of version.sh. * gettext-tools/doc/Makefile.am: Likewise. * gettext-tools/man/Makefile.am: Likewise.
* autogen.sh: Split the regeneration of data files into update.shDaiki Ueno2014-04-211-0/+1
| | | | | | * autogen.sh: Separate out PO files update logic to... * update-po.sh: ...here. * Makefile.am (EXTRA_DIST): Add update-po.sh.
* Add missing extern-inline.m4 into archiveDaiki Ueno2013-12-171-0/+1
| | | | | | | | | | Problem reported by Reuben Thomas in: <https://lists.gnu.org/archive/html/bug-gettext/2013-12/msg00010.html>. * gettext-runtime/m4/extern-inline.m4: New file, from gnulib. * gettext-runtime/m4/intl.m4 (AM_INTL_SUBDIR): Require gl_EXTERN_INLINE. * gettext-runtime/m4/Makefile.am (EXTRA_DIST): Update. * gettext-tools/m4/Makefile.am (aclocal_DATA): Add extern-inline.m4. * Makefile.am (distcheck-hook): Check extern-inline.m4.
* build: drop the 'fixacocal' auxiliary scriptStefano Lattarini2013-06-101-2/+1
| | | | | | | | | | | | | | | | | | The comments in that script state that its use is only required to work around issues in aclocal from Automake 1.10, while the rest of the Gettext build infrastructure assumes Automake >= 1.11 anyway. * autogen.sh: Drop invocations of 'fixaclocal', simply invoke the 'aclocal' program directly. * build-aux/fixaclocal: Remove. * Makefile.am (EXTRA_DIST): Stop distributing it. (ACLOCAL): Drop redefinition in function of 'fixaclocal'. * gettext-runtime/Makefile.am (ACLOCAL): Likewise. * gettext-runtime/libasprintf/Makefile.am (ACLOCAL): Likewise. * gettext-tools/Makefile.am (ACLOCAL): Likewise. * gettext-tools/examples/Makefile.am (ACLOCAL): Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
* Move intmax_t.m4 file into libasprintf subdirectory.Bruno Haible2012-02-191-2/+2
|
* Update after gnulib changed.Bruno Haible2012-02-181-10/+11
|
* Ensure intmax_t gets defined in libasprintf.Bruno Haible2011-06-071-0/+1
|
* Update from gnulib, use verify.h.Bruno Haible2011-06-071-1/+3
|
* Copyright: Use LGPL 2.1 instead of LGPL 2.0.Bruno Haible2011-06-071-9/+9
|
* Use the newest regex module from gnulib.Bruno Haible2010-06-031-1/+0
|
* Remove autoconf-lib-link directory, obsoleted by gnulib.Bruno Haible2010-04-251-7/+3
|
* Use fcntl-o.m4 instead of fcntl_h.m4.Bruno Haible2009-12-261-1/+1
|
* Avoid symlink attack in localcharset module. Use fcntl_h.m4 from gnulib.Bruno Haible2009-10-181-0/+1
|
* Stop using gnulib module 'strdup'.Bruno Haible2009-08-161-1/+0
|
* Invoke gnulib-tool also for gettext-runtime/libasprintf.Bruno Haible2009-08-151-2/+1
|
* Tell aclocal to look in m4/.Bruno Haible2009-06-231-1/+2
|
* Update distcheck-hook after gnulib change.Bruno Haible2009-06-231-0/+1
|
* Update after gnulib change.Bruno Haible2009-06-231-3/+3
|
* Check consistency of eoverflow.m4.Bruno Haible2009-06-231-0/+1
|
* One more check at distcheck time.Bruno Haible2009-06-231-0/+1
|
* Update distcheckhook checks.Bruno Haible2009-06-231-3/+3
|
* Remove ulonglong.m4.Bruno Haible2009-06-231-1/+0
|
* Update distcheck hook.Bruno Haible2009-06-231-1/+1
|
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
|
* Update distcheck hook.Bruno Haible2009-06-231-4/+3
|
* Distribute build-aux/fixaclocal.Bruno Haible2009-06-231-1/+1
|
* Add hacking advice.Bruno Haible2009-06-231-1/+1
|
* Import localename.c from gnulib.Bruno Haible2009-06-231-0/+1
|
* Handle new file intlmacosx.m4.Bruno Haible2009-06-231-0/+1
|
* Windows version infrastructure.Bruno Haible2009-06-231-1/+1
|
* longdouble.m4 is dropped.Bruno Haible2009-06-231-1/+0
|
* Move relocatability infrastructure to gnulib.Bruno Haible2009-06-231-2/+1
|
* Distribute build-aux/moopp.Bruno Haible2009-06-231-1/+1
|
* New file DEPENDENCIES.Bruno Haible2009-06-231-1/+1
|
* Work around automake-1.10 annoyance.Bruno Haible2009-06-231-0/+1
|
* Verify that some files are the same.Bruno Haible2009-06-231-0/+68
|
* Recurse into gnulib-local as well.Bruno Haible2009-06-231-1/+1
|
* Remove MSVC/nmake build support.Bruno Haible2009-06-231-1/+1
|
* Remove VMS support.Bruno Haible2009-06-231-7/+0
|
* Move autoconf-lib-link last.Bruno Haible2009-06-231-2/+2
|