diff options
author | Bruno Haible <bruno@clisp.org> | 2006-12-22 12:12:07 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:33 +0200 |
commit | 9801c6a83c7807d37f99d83d9f2e11fd1604a354 (patch) | |
tree | 2fecb30bbb052b16fb071143e59f62479e91db13 | |
parent | 12cb539e4d2869aab44dd8a03c61534f9d0f5e3f (diff) | |
download | external_gettext-9801c6a83c7807d37f99d83d9f2e11fd1604a354.zip external_gettext-9801c6a83c7807d37f99d83d9f2e11fd1604a354.tar.gz external_gettext-9801c6a83c7807d37f99d83d9f2e11fd1604a354.tar.bz2 |
Use a hand-written Makefile.am part in gettext-tools/gnulib-lib/.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | gettext-tools/ChangeLog | 5 | ||||
-rw-r--r-- | gnulib-local/ChangeLog | 6 | ||||
-rw-r--r-- | gnulib-local/modules/gettext-tools-misc | 17 |
5 files changed, 17 insertions, 18 deletions
@@ -1,3 +1,8 @@ +2006-12-21 Bruno Haible <bruno@clisp.org> + + * autogen.sh: Pass --makefile-name option to gnulib-tool for + gettext-tools/gnulib-lib. + 2006-12-19 Bruno Haible <bruno@clisp.org> * Makefile.am (EXTRA_DIST): Add build-aux/moopp. @@ -170,7 +170,7 @@ if test -n "$GNULIB_TOOL"; then gcj java ' - $GNULIB_TOOL --dir=gettext-tools --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --libtool --local-dir=gnulib-local --local-symlink \ + $GNULIB_TOOL --dir=gettext-tools --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local --local-symlink \ --import $GNULIB_MODULES_TOOLS_FOR_SRC $GNULIB_MODULES_TOOLS_OTHER # In gettext-tools/libgettextpo: # This is a subset of the GNULIB_MODULES_FOR_SRC. diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index fc40639..4782409 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,5 +1,10 @@ 2006-12-21 Bruno Haible <bruno@clisp.org> + * gnulib-lib/Makefile.am: New file, partially taken from + ../gnulib-local/modules/gettext-tools-misc. + +2006-12-21 Bruno Haible <bruno@clisp.org> + * woe32dll/gettextlib-exports.c: Export styled_ostream_typeinfo. * woe32dll/gettextsrc-exports.c: Export color_mode, style_file_name. diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index 5b08cdc..bfefbfe 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,5 +1,11 @@ 2006-12-21 Bruno Haible <bruno@clisp.org> + * modules/gettext-tools-misc (Makefile.am): Move modifications of + AUTOMAKE_OPTIONS, AM_CPPFLAGS and settings of gettextsrcdir, + gettextsrc_DATA, pkgdatadir to ../gettext-tools/gnulib-lib/Makefile.am. + +2006-12-21 Bruno Haible <bruno@clisp.org> + * build-aux/moopp (func_usage, func_version): New functions. (dllexports): New variable. Parse command-line options. diff --git a/gnulib-local/modules/gettext-tools-misc b/gnulib-local/modules/gettext-tools-misc index 9dcd233..9019add 100644 --- a/gnulib-local/modules/gettext-tools-misc +++ b/gnulib-local/modules/gettext-tools-misc @@ -11,15 +11,6 @@ Depends-on: configure.ac: Makefile.am: -AUTOMAKE_OPTIONS += no-dependencies - -# Hmm... is this still necessary? -AM_CPPFLAGS += -I$(top_builddir)/intl -I$(top_srcdir)/intl -# Needed so that config.h and woe32dll/export.h are found. -AM_CPPFLAGS += -I$(top_builddir) -I$(top_srcdir) - -# Parametrization of the 'relocatable' module. -AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 # Specify that libgettextlib should installed in $(libdir). lib_LTLIBRARIES = libgettextlib.la @@ -44,14 +35,6 @@ install-exec-clean: *) rm -f $(DESTDIR)$(libdir)/libgettextlib.a ;; \ esac -# Extra files to be installed. - -gettextsrcdir = $(datadir)/gettext -gettextsrc_DATA = gettext.h - -# Where to install javaversion.class. -pkgdatadir = $(datadir)/gettext - Include: License: |