diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-06-28 12:27:50 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-06-28 12:27:50 +0200 |
commit | 84bcd0b97df992d9e633cf3c3b9382f202e4f754 (patch) | |
tree | 8bae1f453a0723e74b7f6b6e349775475ba730e1 /Makefile.in | |
parent | 21b9155ede6470d02c0aa026131532092e2db8d0 (diff) | |
parent | c2b991e03eeccb2c87efb12455bb674caa083f15 (diff) |
Merge tag 'upstream/3.17.3'
Upstream version 3.17.3
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 3d6abbf..60b0593 100644 --- a/Makefile.in +++ b/Makefile.in @@ -78,9 +78,12 @@ POST_UNINSTALL = : subdir = . DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) COPYING NEWS \ - compile depcomp install-sh missing + compile install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/gsettings.m4 \ + $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/yelp.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -204,7 +207,6 @@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ -DISABLE_DEPRECATED = @DISABLE_DEPRECATED@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ @@ -311,6 +313,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = src data help po +ACLOCAL_AMFLAGS = --install -I m4 ${ACLOCAL_FLAGS} EXTRA_DIST = \ README.md \ autogen.sh \ |