build: remove intltool dependency

This commit is contained in:
Erick Perez 2016-09-25 08:56:33 -05:00
parent 1aaeeb8214
commit 269ba69e6d
14 changed files with 181 additions and 102 deletions

View file

@ -1,16 +1,13 @@
ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}
NULL=
SUBDIRS = libgd src vapi data po
SUBDIRS = libgd vapi src data po
if BUILD_MAN_PAGES
SUBDIRS += man
endif
DIST_SUBDIRS = libgd src vapi data po man
DIST_SUBDIRS = libgd vapi src data po man
EXTRA_DIST = \
autogen.sh \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
$(NULL)
ChangeLog:
@ -32,12 +29,6 @@ distclean-local:
rm -f ChangeLog; \
fi
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
MAINTAINERCLEANFILES = \
$(srcdir)/aclocal.m4 \
$(srcdir)/autoscan.log \