X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=7030b1b12ab16d263c16f00ca438ce8e66353649;hb=206bc8045e1d217e09f0e640d14791f2669a92ac;hp=9029b001532ece86a43c0459920f73c0442f9eac;hpb=d224d9bb721bf7e70dafc519ac24855e17b0d603;p=evince.git diff --git a/Makefile.am b/Makefile.am index 9029b001..7030b1b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,13 +50,15 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc +ACLOCAL_AMFLAGS = -I m4 + +DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc --disable-nautilus # Ignore scrollkeeper issues for now. @#*$& scrollkeeper distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf distclean-local: - if test $(srdcir) = .; then :; else \ + if test "$(srcdir)" = "."; then :; else \ rm -f ChangeLog; \ fi