summaryrefslogtreecommitdiff
path: root/tools/config.rpath
Commit message (Collapse)AuthorAge
* Upgrade to Automake 1.13.2 and Gnulib 20130529.Colin Watson2013-05-30
| | | | | | | | | | | | | * .bzrignore: Add gnulib/lib/locale.h, man/**/*.log, man/**/*.trs, src/tests/*.log, and src/tests/*.trs. * autogen.sh: Drop gnulib/gets.patch backport. * gnulib/gets.patch: Remove. * configure.ac (AM_INIT_AUTOMAKE): Set minimum Automake version to 1.11. Add parallel-tests option for compatibility with 1.11. * man/Rules.man (TESTS_ENVIRONMENT): Move to ... (LOG_COMPILER): ... this. * src/tests/Makefile.am (TESTS_ENVIRONMENT): Rewrite as a list of variable exports rather than as a command prefix, for compatibility with parallel-tests.
* Upgrade to Autoconf 2.69, Automake 1.11.5, and GnulibColin Watson2012-06-18
| | | 20120404-stable.
* Upgrade to Autoconf 2.68 and Gnulib 20110412-stable.Colin Watson2011-04-23
|
* Upgrade to Gnulib 20110216-stable.Colin Watson2011-03-20
|
* Upgrade to Automake 1.11.1 and Gnulib 20100109.Colin Watson2010-01-31
|
* Upgrade to Autoconf 2.63, Automake 1.10.2, and Gnulib 20090401.Colin Watson2009-04-15
|
* * gnulib: Import the gettext module. The practical effect of this isColin Watson2008-12-03
| | | | | | to get the intl directory included while compiling files in gnulib/lib. * autogen.sh: Prefer gnulib'\''s version of tools/config.rpath over gettext'\''s.
* * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to gettext 0.17.Colin Watson2007-12-13
| | | | | | | * gnulib: Upgrade to Debian 20071201+dfsg-1. * README (Copyright and licensing): New section. Explain the implications of Gnulib components being distributed under GPL v3. * .bzrignore: Ignore gnulib/lib/fcntl.h.
* Add most files generated by autogen.sh to revision control, as itColin Watson2007-10-14
makes it easier to keep track of what the Autotools are doing. autom4te.cache and po/Makevars.template are explicitly still ignored; the former is junk and the latter is only necessary in the gettext-tools package. * ABOUT-NLS, aclocal.m4, config.h.in, configure, intl/ChangeLog, intl/Makefile.in, intl/VERSION, intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/eval-plural.h, intl/explodename.c, intl/export.h, intl/finddomain.c, intl/gettext.c, intl/gettextP.h, intl/gmo.h, intl/hash-string.c, intl/hash-string.h, intl/intl-compat.c, intl/intl-exports.c, intl/l10nflist.c, intl/langprefs.c, intl/libgnuintl.h.in, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localcharset.h, intl/locale.alias, intl/localealias.c, intl/localename.c, intl/lock.c, intl/lock.h, intl/log.c, intl/ngettext.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.c, intl/plural.y, intl/printf-args.c, intl/printf-args.h, intl/printf-parse.c, intl/printf-parse.h, intl/printf.c, intl/ref-add.sin, intl/ref-del.sin, intl/relocatable.c, intl/relocatable.h, intl/textdomain.c, intl/vasnprintf.c, intl/vasnprintf.h, intl/vasnwprintf.h, intl/version.c, intl/wprintf-parse.h, intl/xsize.h, m4/codeset.m4, m4/gettext.m4, m4/glibc2.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4, m4/intl.m4, m4/intldir.m4, m4/intmax.m4, m4/inttypes-pri.m4, m4/inttypes_h.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/lock.m4, m4/longdouble.m4, m4/longlong.m4, m4/nls.m4, m4/po.m4, m4/printf-posix.m4, m4/progtest.m4, m4/size_max.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/visibility.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4, po/Makefile.in.in, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header, po/en@quot.header, po/insert-header.sin, po/quot.sed, po/remove-potcdate.sin, tools/config.rpath, tools/depcomp, tools/missing, tools/ylwrap: New files. * .bzrignore: Update.