From 73577f3bcbca6d75faf53a476e1ce76c390f1a98 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 26 Nov 2012 18:40:20 -0500 Subject: Allow autogen on systems without gtk-doc or introspection installed On systems without gtk-doc installed, we were mocking up docs/gtk-doc.make and m4/gtk-doc.m4 to avoid a failure in configure. On systems without introspection installed, we were doing nothing and allowing the failure to occur. Since autogen should only be run on the developer side this is should be okay, but to be more friendly to other distros and users that want to start from autogen, we now bundle docs/gtk-doc.make m4/gtk-doc.m4 m4/introspection.m4 Care in the future should be taken by the developers to make sure these files stay up to day. This should take care of https://github.com/gentoo/eudev/issues/11 Signed-off-by: Anthony G. Basile --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f06f348396..5f66152f31 100644 --- a/.gitignore +++ b/.gitignore @@ -28,8 +28,6 @@ m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 -m4/gtk-doc.m4 -docs/gtk-doc.make docs/gudev/version.xml docs/libudev/version.xml man/udev.7 -- cgit v1.2.3-54-g00ecf