build: remove intltool dependency
This commit is contained in:
parent
1aaeeb8214
commit
269ba69e6d
14 changed files with 181 additions and 102 deletions
13
Makefile.am
13
Makefile.am
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue