+2007-03-04 Bruno Haible <bruno@clisp.org>
+
+ Moved --enable-relocatable infrastructure to gnulib.
+ * modules/gettext-tools-libgettextpo-misc: Remove file.
+ * modules/progreloc: Remove file.
+ * modules/relocatable: Remove file.
+ * modules/relocwrapper: Remove file.
+ * lib/strerror.c.diff: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove these files.
+
2007-02-28 Bruno Haible <bruno@clisp.org>
Move relocatability infrastructure to gnulib.
lib/progname.h.diff \
lib/propername.c \
lib/propername.h \
-lib/strerror.c.diff \
lib/styled-ostream.oo.c \
lib/styled-ostream.oo.h \
lib/term-ostream.oo.c \
modules/gen-lbrkprop \
modules/gettext-runtime-misc \
modules/gettext-tools-misc \
-modules/gettext-tools-libgettextpo-misc \
modules/hash \
modules/html-ostream \
modules/html-styled-ostream \
modules/moo \
modules/moo-tests \
modules/ostream \
-modules/progreloc \
modules/propername \
modules/quotearg.diff \
modules/quote.diff \
-modules/relocatable \
-modules/relocwrapper \
modules/styled-ostream \
modules/termcap \
modules/termcap-h \
+++ /dev/null
-*** gnulib/lib/strerror.c 2005-09-19 19:28:15.000000000 +0200
---- srclib/strerror.c 2005-10-10 13:00:57.000000000 +0200
-***************
-*** 21,26 ****
---- 21,28 ----
- # include <config.h>
- #endif
-
-+ #if !HAVE_STRERROR
-+
- #include <limits.h>
-
- /* Don't include <stdio.h>, since it may or may not declare
-***************
-*** 47,49 ****
---- 49,59 ----
- else
- return sys_errlist[n];
- }
-+
-+ #else
-+
-+ /* This declaration is solely to ensure that after preprocessing
-+ this file is never empty. */
-+ typedef int dummy;
-+
-+ #endif
+++ /dev/null
-Description:
-
-Files:
-m4/relocatable.m4
-
-Depends-on:
-relocatable
-
-configure.ac:
-AC_RELOCATABLE
-
-Makefile.am:
-
-Include:
-
-License:
-GPL
-
-Maintainer:
-Bruno Haible
-
+++ /dev/null
-Description:
-Support for relocatable installation.
-
-Files:
-lib/progreloc.c
-
-Depends-on:
-canonicalize-lgpl
-relocatable
-stdbool
-xreadlink
-
-configure.ac:
-
-Makefile.am:
-AM_CPPFLAGS += -DEXEEXT=\"$(EXEEXT)\"
-lib_SOURCES += progreloc.c
-
-Include:
-
-License:
-GPL
-
-Maintainer:
-Bruno Haible
-
+++ /dev/null
-Description:
-Support for relocatable installation.
-
-Files:
-lib/relocatable.h
-lib/relocatable.c
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-"relocatable.h"
-
-License:
-LGPL
-
-Maintainer:
-Bruno Haible
-
+++ /dev/null
-Description:
-Support for relocatable installation.
-
-Files:
-lib/relocwrapper.c
-m4/relocatable.m4
-
-Depends-on:
-progname
-progreloc
-relocatable
-setenv
-strerror
-
-configure.ac:
-AC_RELOCATABLE
-
-Makefile.am:
-
-Include:
-
-License:
-GPL
-
-Maintainer:
-Bruno Haible
-