build-tree
config
-intl
ABOUT-NLS
INSTALL
Makefile
+2008-01-21 Guillem Jover <guillem@debian.org>
+
+ * configure.ac (AM_GNU_GETTEXT): Add external.
+ (AC_CHECK_FUNCS): Add strtoul.
+ (AC_CONFIG_FILES): Remove 'intl/Makefile'.
+ * .gitignore: Remove intl.
+ * Makefile.am (SUBDIRS): Likewise.
+ * dpkg-deb/Makefile.am (INCLUDES): Remove '-I$(top_srcdir)/intl'.
+ * dpkg-split/Makefile.am (INCLUDES): Likewise.
+ * dselect/Makefile.am (INCLUDES): Likewise.
+ * getopt/Makefile.am (INCLUDES): Likewise.
+ * lib/Makefile.am (INCLUDES): Likewise.
+ * src/Makefile.am (INCLUDES): Likewise.
+ * utils/Makefile.am (INCLUDES): Likewise.
+
2008-01-21 Guillem Jover <guillem@debian.org>
* configure.ac (AC_CHECK_FUNCS): Add getdtablesize.
endif
SUBDIRS = \
- intl \
getopt \
lib \
src \
AM_INIT_AUTOMAKE([1.8 gnu])
AM_GNU_GETTEXT_VERSION([0.16.1])
-AM_GNU_GETTEXT()
+AM_GNU_GETTEXT([external])
# Allow compilation without dselect
AC_ARG_WITH(dselect,
# Checks for library functions.
DPKG_FUNC_VA_COPY
-AC_CHECK_FUNCS([vsnprintf snprintf strerror strsignal scandir alphasort])
+AC_CHECK_FUNCS([vsnprintf snprintf strtoul strerror strsignal alphasort
+ scandir])
AC_CHECK_FUNCS([unsetenv lchown setsid bcopy isascii memcpy getdtablesize])
SJR_COMPILER_WARNINGS
dselect/methods/Makefile
dselect/po/Makefile.in
getopt/Makefile
- intl/Makefile
lib/Makefile
man/Makefile
origins/Makefile
localedir = $(datadir)/locale
INCLUDES = \
- -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl -I$(top_srcdir)/lib
+ -DLOCALEDIR=\"$(localedir)\" \
+ -I$(top_srcdir)/lib
bin_PROGRAMS = dpkg-deb
localedir = $(datadir)/locale
INCLUDES = \
- -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl \
+ -DLOCALEDIR=\"$(localedir)\" \
-DADMINDIR=\"$(admindir)\" -DMKSPLITSCRIPT=\"$(pkglibdir)/mksplit\" \
-I$(top_srcdir)/lib
localedir = $(datadir)/locale
INCLUDES = \
- -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl \
+ -DLOCALEDIR=\"$(localedir)\" \
-DADMINDIR=\"$(admindir)\" -DLIBDIR=\"$(pkglibdir)\" \
-I$(top_srcdir)/lib
localedir = $(datadir)/locale
INCLUDES = \
- -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl \
+ -DLOCALEDIR=\"$(localedir)\" \
-I$(top_srcdir)/lib
localedir = $(datadir)/locale
pkgconfdir = $(sysconfdir)/@PACKAGE@
INCLUDES = \
- -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl \
+ -DLOCALEDIR=\"$(localedir)\" \
-DCONFIGDIR=\"$(pkgconfdir)\" \
-DCOPYINGFILE=\"$(datadir)/common-licenses/GPL-2\"
localedir = $(datadir)/locale
INCLUDES = \
- -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl \
+ -DLOCALEDIR=\"$(localedir)\" \
-DADMINDIR=\"$(admindir)\" \
-I$(top_srcdir)/lib
localedir = $(datadir)/locale
INCLUDES = \
- -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl \
+ -DLOCALEDIR=\"$(localedir)\" \
-I$(top_srcdir)/getopt \
-I$(top_srcdir)/lib