+2008-01-28 Guillem Jover <guillem@debian.org>
+
+ * getopt: Rename to ...
+ * libcompat: ... this.
+ * configure.ac (AC_CONFIG_FILES): Likewise.
+ * Makefile.am (SUBDIRS): Likewise.
+ * utils/Makefile.am (INCLUDES): Likewise.
+ (start_stop_daemon_LDADD): Use '../libcompat/libcompat.a' instead of
+ '../getopt/libopt.a'.
+ * libcompat/Makefile.am (noinst_LIBRARIES): Rename 'libopt.a' to
+ 'libcompat.a'.
+ (libopt_a_SOURCES): Rename to ...
+ (libcompat_a_SOURCES): ... this.
+
2008-01-27 Raphael Hertzog <hertzog@debian.org>
* README.feature-removal-schedule: Deprecate support of substvars
localedir = $(datadir)/locale
INCLUDES = \
-DLOCALEDIR=\"$(localedir)\" \
- -I$(top_srcdir)/getopt \
+ -I$(top_srcdir)/libcompat \
-I$(top_srcdir)/lib
start_stop_daemon_SOURCES = \
start-stop-daemon.c
- start_stop_daemon_LDADD = ../getopt/libopt.a $(SSD_LIBS)
+ start_stop_daemon_LDADD = ../libcompat/libcompat.a $(SSD_LIBS)
endif