# -*- makefile -*-
+# Adjust these to reflect where you've installed gnulib.
GNULIB = ../gnulib
GNULIB_TOOL = $(GNULIB)/gnulib-tool
-GNULIB_MODULES = alloca alloca-opt assert c-ctype full-read full-write \
-gethostname getline getlogin_r getopt gettext intprops memcasecmp \
-memchr memcmp memmem memmove memset progname readlink restrict \
-snprintf stat-macros stdbool stpcpy strcase strcspn strerror strftime \
-strstr strtod strtok_r strtol strtoul unistd vsnprintf xalloc \
-xalloc-die xreadlink xvasprintf
+GNULIB_MODULES = \
+ alloca \
+ alloca-opt \
+ assert \
+ c-ctype \
+ c-strtod \
+ full-read \
+ full-write \
+ gethostname \
+ getline \
+ getlogin_r \
+ getopt \
+ gettext \
+ intprops \
+ memcasecmp \
+ memchr \
+ memcmp \
+ memmem \
+ memmove \
+ memset \
+ progname \
+ readlink \
+ restrict \
+ snprintf \
+ stat-macros \
+ stdbool \
+ stpcpy \
+ strcase \
+ strcspn \
+ strerror \
+ strftime \
+ strstr \
+ strtod \
+ strtok_r \
+ strtol \
+ strtoul \
+ unistd \
+ vsnprintf \
+ xalloc \
+ xalloc-die \
+ xreadlink \
+ xvasprintf
all: po/POTFILES.in
test -d m4 || mkdir m4