summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
|
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
|
* configure: Also distribute lzip-compressed tarballsDaiki Ueno2014-12-241-1/+1
| | | | * configure.ac (AM_INIT_AUTOMAKE): Add dist-lzip.
* configure: also distribute xz-compressed tarballsJim Meyering2014-06-051-1/+1
| | | | | * configure.ac (AM_INIT_AUTOMAKE): Add dist-xz, so that xz-compressed .tar.xz tarballs will be distributed alongside .tar.gz ones.
* configure: require automake >= 1.13Jehan2014-05-041-1/+1
| | | | | Macro AM_EXTRA_RECURSIVE_TARGETS defined in Automake 1.13. * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.13 or later.
* build: Turn update-po.sh into a Makefile ruleDaiki Ueno2014-04-251-0/+2
| | | | | | | | | | | | | | 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-3/+3
| | | | | | | | | | | | | | | | | * 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.
* build: enable parallel tests harness from AutomakeStefano Lattarini2013-05-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This way, we'll be able to run test cases in parallel (useful on multicore systems), and output from test cases will be saved in log files, which should simplify debugging and bug reporting. * configure.ac (AM_INIT_AUTOMAKE): Add 'parallel-tests' option. Require Automake 1.11.1 or later, so that the 'parallel-tests' will be certainly available. (AC_INIT): Require Autoconf 2.62 or later; that is the minimal version supported by Automake 1.11.1 or later. * gettext-runtime/configure.ac: Likewise. * gettext-tools/configure.ac: Likewise. * autogen.sh: Update version number requirement for Autoconf. * gettext-tools/tests/Makefile.am (TESTS_ENVIRONMENT): Remove trailing '$(SHELL)'. With the parallel-tests harness, this is no longer the correct way to define a custom test runner for the test scripts; to do so, we have to ... (LOG_COMPILER): ... define this to $(SHELL). Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
* Remove autoconf-lib-link directory, obsoleted by gnulib.Bruno Haible2010-04-251-3/+3
|
* Require autoconf >= 2.59.Bruno Haible2009-08-301-1/+1
|
* Improve silent-rules support.Bruno Haible2009-06-231-1/+1
|
* Use gl_INIT_PACKAGE.Bruno Haible2009-06-231-1/+2
|
* More consistent m4 quoting.Bruno Haible2009-06-231-6/+6
|
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
|
* Override am__tar.Bruno Haible2009-06-231-0/+3
|
* Recurse into gnulib-local as well.Bruno Haible2009-06-231-1/+3
|
* Update FSF postal address.Bruno Haible2009-06-231-2/+2
|
* Use build-aux here as well.Bruno Haible2009-06-231-1/+1
|
* Change AC_CONFIG_AUX_DIR argument.Bruno Haible2009-06-231-1/+1
|
* Fix the "configure --help" output.Bruno Haible2009-06-231-2/+2
|
* Switch to libtool-1.5.Bruno Haible2009-06-231-3/+1
|
* Fix the --help output of the toplevel configure.Bruno Haible2009-06-231-0/+12
|
* New infrastructure for package.Bruno Haible2009-06-231-0/+41