Paul Eggert
a3fd683de3
version-etc: new year
...
* build-aux/gendocs.sh (version):
* doc/gendocs_template:
* doc/gendocs_template_min:
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR):
Update copyright dates by hand in templates and the like.
* all files: Run 'make update-copyright'.
2017-01-01 02:59:23 +00:00
Paul Eggert
71090a2a31
version-etc: new year
...
* build-aux/gendocs.sh (version):
* doc/gendocs_template:
* doc/gendocs_template_min:
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR):
Update copyright dates by hand in templates and the like.
* all files: Run 'make update-copyright'.
2016-01-01 00:57:21 -08:00
Paul Eggert
b9bfe78424
version-etc: new year
...
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date.
* all files: Run 'make update-copyright'.
2014-12-31 17:47:54 -08:00
Eric Blake
1276a2c5f2
maint: update copyright
...
I ran 'make update-copyright'.
Signed-off-by: Eric Blake <eblake@redhat.com >
2014-01-01 00:07:10 -07:00
Eric Blake
9fc81090f6
maint: update all copyright year number ranges
...
Run "make update-copyright". Compare to commit 1602f0a from last year.
Signed-off-by: Eric Blake <eblake@redhat.com >
2013-01-01 00:50:58 +00:00
Jim Meyering
1602f0afed
maint: update all copyright year number ranges
...
Run "make update-copyright".
2012-01-01 10:04:58 +01:00
Bruno Haible
572fa0665d
havelib: Fix comments.
...
* m4/lib-link.m4 (AC_LIB_RPATH): Update comments after 2007-01-02
change.
2011-02-18 01:48:04 +01:00
Jim Meyering
d60f3b0c6b
maint: update almost all copyright ranges to include 2011
...
Run the new "make update-copyright" rule.
2011-01-01 22:12:59 +01:00
Bruno Haible
ec062d7a26
Modernize AC_TRY_LINK invocations.
2010-08-26 22:57:47 +02:00
Bruno Haible
5a9eb938fe
havelib: Fix bug when AC_LIB_FROMPACKAGE is used more than twice.
2010-07-04 16:12:35 +02:00
Bruno Haible
c1c9ce97bc
Prefer documented low-level autoconf macro names.
2010-06-09 12:42:10 +02:00
Martin Lambers
ccd17a746c
havelib: Allow library names with '+' characters.
2010-06-09 12:42:10 +02:00
Bruno Haible
82b0be34b8
havelib: Add static libraries to LIBS in the right order.
2010-04-11 18:06:48 +02:00
Jim Meyering
b2e2010c7c
update nearly all FSF copyright year lists to include 2010
...
Use the same procedure as for 2009, outlined in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
2010-01-01 10:42:00 +01:00
Bruno Haible
35b2dca271
Fix a description string.
2009-06-24 12:18:18 +02:00
Bruno Haible
d2b11d6968
Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS work.
2009-06-21 19:19:33 +02:00
Bruno Haible
4772d3e972
Simplify gl_LIBSIGSEGV.
2009-04-26 18:10:08 +02:00
Jim Meyering
42d1eda5dc
many *.m4 files: improve m4 quoting
...
99% of this change was performed by running the following commands:
git ls-files | grep '\.m4$' | xargs perl -pi \
-e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
-e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
-e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
-e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
The remainder were to add Copyright dates, increment serial numbers,
undo some changes in comments, exclude m4/intl.m4, and add quotes
around the "1" in ",1" where the unusual spacing prohibited the
above regexps from doing the job. For more details, see
<http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175 >.
2009-01-14 11:24:37 +01:00
Bruno Haible
63f212facc
Fix a bug in the determination of LIB${NAME}_PREFIX.
2008-12-31 00:28:09 +01:00
Bruno Haible
05f7bb5e71
Assume Solaris specific bi-arch conventions on Solaris systems.
2008-08-31 23:23:49 +02:00
Bruno Haible
fe3f84c49b
Extend AC_LIB_LINKFLAGS to the situation of several libraries provided by a single package.
2008-03-12 05:50:20 +01:00
Bruno Haible
532f65ac8d
Avoid conflicts between local macro definitions.
2008-03-12 02:57:35 +01:00
Bruno Haible
2e9dd21ad2
Update version number, from gettext-0.17.
2007-11-07 02:00:34 +01:00
Bruno Haible
e0d3fd632d
Avoid side effects on libtool variables.
2007-01-08 20:16:33 +00:00
Bruno Haible
7763e8f8d7
Simplify the sorting command from the last patch.
2007-01-08 18:53:15 +00:00
Bruno Haible
aa07a28126
Improve support for OpenBSD.
2007-01-02 20:53:28 +00:00
Karl Berry
d4efd9bd01
autoupdate
2006-12-02 19:09:16 +00:00
Bruno Haible
a6a7861793
More support for GNOME libraries.
2006-11-14 10:30:06 +00:00
Bruno Haible
cc4a130ed3
Support for library names with dots.
2006-11-14 10:22:12 +00:00
Bruno Haible
a692f46090
Upgrade to GNU gettext 0.16.
2006-10-27 14:06:54 +00:00
Bruno Haible
7132cd2446
Support for mingw DLLs.
2006-09-04 11:54:06 +00:00
Bruno Haible
a54cef8b70
Update from GNU gettext 0.15.
2006-07-22 16:59:55 +00:00
Bruno Haible
5d10b74016
Support for lib vs. lib64 distinction on biarch platforms.
2005-09-02 11:20:50 +00:00
Bruno Haible
c2c8235043
Upgrade to GNU gettext 0.14.3.
2005-03-14 21:57:31 +00:00
Bruno Haible
9d7022aa0d
Update from GNU gettext 0.14.2.
2005-02-24 20:12:45 +00:00
Bruno Haible
52aceb00a8
Use an all-permissive copyright notice, recommended by RMS.
2005-01-18 13:07:56 +00:00
Paul Eggert
35b6e3c3bd
Leave whitespace alone when importing, undoing that part of yesterday's
...
changes.
2003-08-13 20:23:14 +00:00
Paul Eggert
cbe703a10b
Normalize leading white space and remove trailing white space.
2003-08-13 06:48:58 +00:00
Paul Eggert
6f118d896a
Get m4 files from the gettext distribution.
2003-08-12 21:16:52 +00:00
Bruno Haible
53b8fa0572
An autoconf macro for its associated module.
2002-12-31 13:42:06 +00:00
Karl Berry
ee3f870caf
remove gettext m4 files, better to get from gettext directly.
2002-09-24 15:40:12 +00:00
Jim Meyering
32d94c7fc2
Update from gettext-0.11.2.
2002-06-21 21:23:01 +00:00
Jim Meyering
5d9f40cb7d
Upgrade to gettext-0.11.
2002-02-16 14:58:48 +00:00