projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a09a1f
)
Avoid a failure from autoreconf.
author
Bruno Haible
<bruno@clisp.org>
Tue, 10 Jan 2006 13:35:24 +0000
(13:35 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Tue, 10 Jan 2006 13:35:24 +0000
(13:35 +0000)
ChangeLog
patch
|
blob
|
history
modules/gettext
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index d8865ac0440adee86700e6450d4545081d271635..aad421bf26202e9b493bd24d7f93f0b8261d084d 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2006-01-07 Bruno Haible <bruno@clisp.org>
+
+ * modules/gettext (configure.ac): Add an invocation of
+ AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
+
2006-01-09 Paul Eggert <eggert@cs.ucla.edu>
Sync from coreutils:
@@
-18,7
+23,7
@@
2006-01-09 Simon Josefsson <jas@extundo.com>
- * modules/gc-rijndael-tests (License):
Likewise
.
+ * modules/gc-rijndael-tests (License):
Put under LGPL
.
* modules/gc-des-tests (License): Likewise.
diff --git
a/modules/gettext
b/modules/gettext
index 950bfb5fa3a9b13f22cf02d6e97583d264cd569f..b8f03da6b6cdd7d85433f32e9caac63c6e9dce0b 100644
(file)
--- a/
modules/gettext
+++ b/
modules/gettext
@@
-36,6
+36,7
@@
havelib
configure.ac:
AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.14.5])
Makefile.am: