+2002-05-18 Bruno Haible <bruno@clisp.org>
+
+ * PACKAGING: Remove note about libgettextlib.a and libgettextsrc.a.
+
2002-05-03 Bruno Haible <bruno@clisp.org>
* Makefile.am (SUBDIRS): Move man and m4 after projects and misc.
$prefix/share/emacs/site-lisp/po-compat.elc
$prefix/share/emacs/site-lisp/po-mode.el
$prefix/share/emacs/site-lisp/po-mode.elc
-
-Note: Although installed by "make install", the static libraries
- $prefix/lib/libgettextlib.a
- $prefix/lib/libgettextsrc.a
-don't need to be included in binary distributions; they are redundant.
+2002-05-18 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (RM): New variable.
+ (install-exec-am): Depend on install-exec-clean.
+ (install-exec-clean): New rule.
+
2002-05-09 Bruno Haible <bruno@clisp.org>
* config.charset: Update for newest glibc. Add canonical names
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
+RM = rm -f
+
lib_LTLIBRARIES = libgettextlib.la
# Sources that are compiled on all platforms.
-release @VERSION@ \
@LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
+# No need to install libgettextlib.a.
+install-exec-am: install-exec-clean
+install-exec-clean:
+ $(RM) $(DESTDIR)$(libdir)/libgettextlib.a
+
# Extra files to be installed.
gettextsrcdir = $(datadir)/gettext
+2002-05-18 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (RM): New variable.
+ (install-exec-am): Depend on install-exec-clean.
+ (install-exec-clean): New rule.
+
2002-05-14 Bruno Haible <bruno@clisp.org>
* write-po.c (wrap): Canonicalize the charset. Handle the case when
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
+RM = rm -f
+
bin_PROGRAMS = gettext ngettext \
msgcmp msgfmt msgmerge msgunfmt xgettext \
msgattrib msgcat msgcomm msgconv msgen msgexec msgfilter msggrep msginit msguniq
-release @VERSION@ \
../lib/libgettextlib.la @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
+# No need to install libgettextsrc.a.
+install-exec-am: install-exec-clean
+install-exec-clean:
+ $(RM) $(DESTDIR)$(libdir)/libgettextsrc.a
+
# Link dependencies.
gettext_LDADD = ../lib/basename.lo ../lib/error.lo ../lib/getopt.lo ../lib/getopt1.lo ../lib/strtoul.lo ../lib/xmalloc.lo @LTLIBINTL@
ngettext_LDADD = ../lib/basename.lo ../lib/error.lo ../lib/getopt.lo ../lib/getopt1.lo ../lib/strtoul.lo ../lib/xmalloc.lo @LTLIBINTL@