From: Bruno Haible Date: Fri, 22 Dec 2006 12:12:07 +0000 (+0000) Subject: Use a hand-written Makefile.am part in gettext-tools/gnulib-lib/. X-Git-Tag: v0.17~539 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9801c6a83c7807d37f99d83d9f2e11fd1604a354;p=thirdparty%2Fgettext.git Use a hand-written Makefile.am part in gettext-tools/gnulib-lib/. --- diff --git a/ChangeLog b/ChangeLog index 33af63d97..4cb1e7ce3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-21 Bruno Haible + + * autogen.sh: Pass --makefile-name option to gnulib-tool for + gettext-tools/gnulib-lib. + 2006-12-19 Bruno Haible * Makefile.am (EXTRA_DIST): Add build-aux/moopp. diff --git a/autogen.sh b/autogen.sh index e89ba7ed8..9d37b8ce0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 fc40639a0..478240904 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2006-12-21 Bruno Haible + + * gnulib-lib/Makefile.am: New file, partially taken from + ../gnulib-local/modules/gettext-tools-misc. + 2006-12-21 Bruno Haible * woe32dll/gettextlib-exports.c: Export styled_ostream_typeinfo. diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index 5b08cdc18..bfefbfeb3 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,9 @@ +2006-12-21 Bruno Haible + + * 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 * build-aux/moopp (func_usage, func_version): New functions. diff --git a/gnulib-local/modules/gettext-tools-misc b/gnulib-local/modules/gettext-tools-misc index 9dcd23302..9019addc4 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: