X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=b8dca2e758601d81cd86767ccd5be39426c35ef3;hb=09cd81bfbf8b8906431571b7c1ab85f9d985eb8c;hp=4aef61fb8546a17283cd67633c0b08ac3634859d;hpb=18aa2a80c1c29ae08e2c99d9e2456f74c0d3354f;p=evince.git diff --git a/Makefile.am b/Makefile.am index 4aef61fb..b8dca2e7 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 --disable-shave +ACLOCAL_AMFLAGS = -I m4 + +DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc --disable-shave --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